#divMenuBar
{
	border: 0px solid #0581C6; 
	margin: 0px; 
	padding: 0px;
	height: 27px;
	font-size: 8pt;
	background-color: #7C0C0E;
}

.clsMenuBarItem,
a.clsMenuBarItem,
a:link.clsMenuBarItem,
a:visited.clsMenuBarItem,
a:active.clsMenuBarItem,
a:hover.clsMenuBarItem 
{
	cursor:hand; 
	border-right: 1px solid #5B090A; 
	margin: 0px; 
	padding: 0 15px;
	color: #E1B44B;
	display: block;
	float: left;
	height:27px;
	line-height: 27px;
	text-decoration: none;
	font-weight:bold;
}
a:hover.clsMenuBarItem
{
    color: White!important;
    background-color: #880D0F;
}

.clsMenu { 
	position:absolute; 
	visibility:hidden;
	width: auto;
	cursor:hand; 
	margin: 0px; 
	padding: 0px;
	float: left;
	text-align: left;
	height: auto; 	
	text-decoration: none;
	z-index: 1000;
	font-size: 9pt;
	border-bottom: 1px solid #57080A;
}
.clsMenu a,
.clsMenu a:link,
.clsMenu a:visited,
.clsMenu a:active,
.clsMenu a:hover
{
	margin: 0px;
	width: 140px;
	padding: 4px;
	display: block;
    color: #E1B44B !important;
	background-color: #510709;
	text-decoration: none;
	border-right: 1px solid #57080A;
	border-left: 1px solid #57080A;
	border-top: 1px solid #57080A;
	font-weight: bold;
}
.clsMenu a:hover
{
    background-color: #880D0F;
	color: white !important;
}
