
#menubar {
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 30px;
	color: #000;
	background: url(images/out.gif) repeat-x;
	font:bold 12px trebuchet ms,arial,helvetica,sans-serif;
	
}
/*#navleft {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/navcapleft.gif) no-repeat;
	float: left;
}*/
#mainnav {
	display: block;
	padding: 0px 10px 0px 10px;
	float: left;
	background-image: url(images/out.png);
	background-repeat: repeat-x;
	
}
/*#navright {
	display: block;
	height: 30px;
	text-align: right;
	color: #FFFFFF;
	padding: 5px 10px 0px 35px;
	background: url(images/navcapright.gif) no-repeat top left;
	float: right;
}
#navright a {
	color: #ffffff;
	text-decoration: none;
}
#navright a:hover {
	text-decoration: underline;
}
*/

ul{
	list-style: none;
}

ul li{
padding-top:3px;
text-align:left;
}
