@charset "utf-8";
/* CSS Document */

#menu {
	width: 980px;
	margin: 0px auto;
    left: 18px;
	text-align: center;
	line-height: normal;
    background: #E5ECF3;
}

#button {
	list-style: none;
	margin: 0 3px;
	padding: 0px;
	float: left;
/*    background: #f3fbfe;*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


#button li {
	float: left;
	height: 28px;
	background: url(imgs/tab-right2.gif) top right no-repeat;
	margin: 0 3px;
	white-space: nowrap;
}
#button .page_item a{
	color: #475400;
	display: block;
	background: url(imgs/tab-left2.gif) top left no-repeat;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
/*	font: bold 13px Arial, Helvetica, sans-serif;*/
	line-height: 28px;
}

#button .page_item a:hover{
	color: #D3E086;

}
#button li:hover {
/*	background-position: 100% -36px;*/
}
#button .page_item a:hover {
/*	background-position: 0px -36px;*/
	border: none;
}

#button li.current_page_item {
	color: #475400;
	text-decoration: none;
	background: url(imgs/tab-right2.gif) top right no-repeat;
}
#button .current_page_item a, #button .current_page_item a:visited{
	color: #475400;
	text-decoration: none;
	background: url(imgs/tab-left2.gif) top left no-repeat;
}

#buttonbottom { 
	clear: both;
/*	background: url(images/buttonbottom.gif) no-repeat;*/
    height: 15px;
	width: 980px;
	margin: 0px auto;
}
