/* 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;
/*	border-top:2px solid #000000;
	border-bottom: 1px solid #A0A5A0;
	border-left: 1px solid #A0A5A0;
	border-right: 1px solid #A0A5A0; */
	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;
	font-family:arial,sans-serif;
	font-size:0.7em;
	font-weight:bold;
}

#stylefour ul li a{
	display:block;
	float:left;
	color:#000000;
/*	font-size:11px;
	font-weight:bold;
	text-transform:uppercase; */
	text-decoration:none;
	padding:5px 10px 0 10px;
	height:29px;

}

#stylefour ul li a:hover {
	color:#003399;
	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; 
}