@charset "utf-8";
/* CSS Document */

#menubox {
	display: block;
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 93px;
	height: 24px;
}
#navcontainer {
	margin-right: auto;
	margin-left: auto;
}
#navcontainer ul{
	float: none;
	font-size: 8px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#navcontainer ul li {
	display: inline;
	float: left;
}

#navcontainer ul li a
{
	background-image: url(images/menu.but.up.jpg);
	color: #696969;
	text-decoration: none;
	float: left;
	height: 19px;
	padding-top: 4px;
	padding-right: 16px;
	padding-left: 23px;
	background-image: url(../images/arrow.grey.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 24px;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	background-image: url(images/menu.but.a.jpg);
	background-repeat: repeat-x;
	color:#525252;
	background-image: url(../images/arrow.grey.lgt.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #C3C3C3;
	font-weight: bold;
}
#navcontainer .current {
	background-image: url(images/menu.but.a.jpg);
	background-repeat: repeat-x;
	background-image: url(../images/arrow.red.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #C3C3C3;
	color: #CC3300;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#menubg {
	border: thin dotted #003399;
}

