#mainMenu { display:inline; width:241px; }

.horbar	{
	color: black;
	background-image: url(images/layout/status_bar_background.png);
	background-repeat: repeat-x;
	display: block;
	width: 100%;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}

.horbaritem a	{
	display: block;
	font-size: 12px;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	font-size: 12px;
	background-color: #4b6983;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
}

.verbar	{
	color: black;
	/* background-color:#FAF8DC; */
	font-size: 11px;
	margin:0px;
	/* display: block; */
width:145px;
white-space: normal;
 
 }

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #eae8be;
	border: 1px solid #cecac1;
}

.item	{
border-bottom:0px solid silver;
font-family:verdana,arial;
font-size:11px;
font-weight:bolder;
padding:3px;
padding-right:0px;
text-align:left;
	
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 11px;
	width:100%;
	white-space:nowrap;

}

.item a:link	{
	color: #555555;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
}

.item a:visited	{
	color: #555555;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
}

.item a:hover	{
	/*color: #ffffff;*/
	 background-color: #ffffff; 
	text-decoration: none;
	font-size: 11px;
	
}

.item a:active	{
	
	text-decoration: none;
	font-size: 11px;
	font-weight:bolder;
}

.item .fwdarr	{
	position:relative;
right:150px;
top:1px;
display:none;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

