#menu { 
	/*width: 800px; 
	margin: 0 15px; 
	background: url(../test.gif);
	margin-left:0 auto;
	margin-rigth:0 auto;
	width:100%;*/
	float: left;
}
#menu ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#menu li { 
	float: left; 
	width: 8em; 
}
#menu a  { 
	font: bold 12px/16px arial, helvetica, sans-serif;
	display: block; 
	border-width: 1px; 
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0; 
	padding: 2px 3px;
	text-align: center;
	color: #000; 
	background: #efefef; 
	text-decoration: none;
}
#menu a:hover {
	color: #0000AA;
	background: #fff;
}
#barleft {
	padding-top: 2px !important;
	padding-bottom: 5px !important;
	font-size: 13px;
	height: 30px;/**/
	float: left;
	margin-left: 8px;
	font-weight: bold;
	/*color: rgb(0, 0, 0) !important;
	text-decoration: none !important;
	cursor: default;*/
}
#barright {
	width: 100%;
	padding-top: 2px !important;
	padding-bottom: 5px !important;
	font-size: 13px;
	height: 30px;/*
	float: right;*/
	margin-right: 1px;
	font-weight: bold;
	text-align: right;
}
.baritem {
	text-decoration: underline !important;
	margin-right: 1.3em;
}
.menuline {
	top: 27px; 
	width: 100%; 
	height: 0px; 
	position: absolute;
	border-top-color: rgb(201, 215, 241); 
	border-top-width: 1px;
	border-top-style: solid;
}
