#divMenuBar
{
	/*margin: 0px; 
	padding: 0px;
	width: 100%;
	color: black;
	border-bottom: 1px solid #9FB060*/
	min-height: 28px;
	padding: 5px;
	font-size: 11px!important;
	letter-spacing: .1em
	
}

.clsMenuBarItem,
a.clsMenuBarItem ,
a:link.clsMenuBarItem,
a:link.clsMenuBarItem, 
a:visited.clsMenuBarItem,
a:active.clsMenuBarItem,
a:hover.clsMenuBarItem,
.clsSelectedMenuBarItem
{
    display: block;
    float: left;
	cursor:hand; 
	margin: 0px; 
	padding-left: 5px;
	color: #000000 !important;
	float: left;
	text-align: center;
	height: 17px;
	
}
a:hover.clsMenuBarItem
{ 
	background-color: #454545;
	color: white!important;
}
#divMenu
{
	margin-top: 9px!important;
	margin-left: 5px;
	font-size: 9px
}

.submenuitem
{ 
	width: auto;
	cursor:hand; 
	margin: 0px; 
	padding: 0px;
	color: #2e2e2e;
	text-align: left;
	height: auto; 	
	text-decoration: none;	
	font-size: 12px!important;
	font-weight: normal;
	border-bottom: solid 1px #8bd;
}
.submenuitem_selected
{	
	width: auto;
	cursor:hand; 
	margin: 0px; 
	padding: 0px;
	color: #ffffff !important;
	background-color: #ffffff;
	text-align: left;
	height: auto; 	
	text-decoration: none;
	font-size: 12px!important;
	padding: 4px;
	font-weight: bold;
	background-position:right;
	border-bottom: solid 1px #8bd;
	font-weight: normal
}

.submenuitem a
{
	margin: 0px;
	width: auto;
	padding: 4px;
	color: #2e2e2e !important;
	background-color: #ffffff;
	text-decoration: none;
	border-right: 1px solid white;
	font-size: 12px!important;
	border-bottom: solid 1px #8bd;
	font-weight: normal
}
.submenuitem a:link
{
	margin: 0px;
	width: auto;
	padding: 4px;
	display: block;
	color: #2e2e2e !important;
	background-color: #ffffff;
	border-bottom: solid 1px #8bd;
	text-decoration: none;
	font-size: 12px!important;
	font-weight: normal
}
.submenuitem a:visited
{
	margin: 0px;
	width: auto;
	padding: 4px;
	display: block;
	color: #2e2e2e !important;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 12px!important;
	font-weight: normal
}
.submenuitem a:active
{
	margin: 0px;
	width: auto;
	padding: 4px;
	border-bottom: solid 1px #8bd;
	display: block;
	color: #ffffff !important;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 12px!important;
	font-weight: normal
}
.submenuitem a:hover
{
	margin: 0px;
	width: auto;
	padding: 4px;
	display: block;
	color: #ffffff !important;
	background-color: #444444;
	border-bottom: solid 1px #8bd;
	text-decoration: none;
	font-size: 12px!important;
	font-weight: normal
}

	
