@charset "utf-8";
/* CSS Document */


#subnav {
	
	background:#E98300 url(/websvcs/templates/05/venus/images/grafx/subnav2.gif);
	background-repeat:repeat-y;
	background-position:right;
	min-width:400px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	clear:both;
	height:18px;
	margin-top:3px;

}



#subnav ul { /* all lists */
	
	list-style: none;
	margin:0px;
	padding-left:21px;
}

#subnav ul li { /* all list items */
	float: left;
	padding-right:18px;
	padding-top:1px;
}
#subnav a {
	color:#fff;
	text-decoration:none;
}
#subnav a:hover {
	
	
}
/*#subnav #search {
	width: 185px;
	height:25px;
	font-size: 9px;
}
#subnav .searchbox {
	font-size:10px;
	background-color:#73B640;
	background-image: url(../images/bg-search.gif);
	background-repeat: no-repeat;
	border: none;
	background-position: left top;
	width:160px;
	padding-left: 1px;
}*/
#breadcrumbs {
	text-align: left;
	float:left;
	width: 600px;
	padding-left:23px;
	height:30px;
}

#content {
	margin-top:10px;
}

