/* CSS Document */

#navcontainer {
	width:784px;
	height:86px;
	float:right;
	background-color:#F9F9F9;
}
#navcontainer ul{
	padding: 35px 3px 0px 4px;
	margin: 0px;
}

#navcontainer ul li{
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	font: bold 12px arial, sans-serif;
	background-image:url(/images/menu_bullet_home_lo.gif);
	text-indent: 10px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#navcontainer a {
padding: 13px 13px 11px 12px;
margin: 0px 0px 0px 0px;
color: #000;
text-decoration: none;
display: block;
cursor:pointer;
}

#navcontainer li#active, #navcontainer li.selected { background-image:url(/images/menu_bullet_home_hi.gif); }

#navcontainer a#current { color: #E57A0D; }

div#navcontainer a:hover { background-image:url(/images/menu_bullet_home_hi.gif);	background-repeat: no-repeat; }

