/* Top Navigation Stylesheet */

.banner_margin {
	margin-top: 7px;
}

div#page {
	width:750px;
}

#stylefour{
	position:relative;
	display: block;
	height:29px;
	/*background:transparent url(../images/navigation/top-nav/bg-on.gif) repeat-x top left;*/
	background:transparent url(../images/navbg1w.jpg) repeat-x top left;
	/*border-top:2px solid #CC0000;*/
	/*border-bottom: 1px solid #A0A5A0;*/
	/*border-left: 1px solid #A0A5A0;*/
	/*border-right: 1px solid #A0A5A0;*/
	/*border-left: 1px solid #000000;*/
	/*border-right: 1px solid #000000;*/
	overflow:hidden;

}

#stylefour ul{
	list-style-type:none;
	width:auto;
	padding:0px;
	margin:0px;
}

#stylefour ul li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	/*border-right: 1px solid #A0A5A0;*/
	/*border-left: 1px solid #ECEDEC;*/
	height:29px;

}

#stylefour ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	font-weight:500;
	/*text-transform:uppercase;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:none;
	padding:8px 12px 0 12px;
	height:29px;
}

#stylefour ul li a:hover {
	color:#000066;
	background:transparent url(../images/navigation/top-nav/bg-off.gif) repeat-x top left;
}

#rightmostitem { /*Extra CSS for right most menu item*/
	display:block;
	float:left;
	/*border-left: 1px solid #ECEDEC; */
	height:29px; 
}