﻿#divMenuBar
{
	height: 35px;
	font-size: 12px;
    letter-spacing: .8px;
	line-height: 16px;
}
* html #divMenuBar
{
	height: 30px;
	font-size: 12px;
    letter-spacing: .8px;
	line-height: 16px;
}
.clsMenuBarItem,
.clsSelectedMenuBarItem
{
	cursor:hand; 
	/*border-right: 1px solid white; */
	color: white!important;
	text-decoration: none;
	float: left;
	text-align: center;
	line-height: 35px;
	height: auto;
	background-image: url(../../custom/images/interface/topnav_button.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 37px;
	margin: 0 1px;
	font-weight: bold;
}
* html .clsMenuBarItem
{
	padding: 0 5px;
}
a.clsMenuBarItem  
{
	display: block;
	color: black;
	text-decoration: none
}
a:link.clsMenuBarItem  
{
	display: block;
	text-decoration: none
}
a:visited.clsMenuBarItem 
{
	display: block;
	text-decoration: none
}
a:active.clsMenuBarItem 
{
	display: block;
	text-decoration: none;
}
a:hover.clsMenuBarItem
{
	display: block;
	text-decoration: none;
	color:#f3c54b!important;
}

body .clsMenuBarItem .dbl,
body .clsSelectedMenuBarItem .dbl 
{
    margin: 3px 0;
    display: block;
    line-height: 15px;
}

#divMenu
{
	width: 145px;
	font-size: 13px;
	margin-left: 3px;
}

.submenuitem,
.submenuitem_selected
{ 
	width: auto;
	cursor:hand; 
	margin: 0px; 
	padding: 0px;
	color: red;
	text-align: left;
	height: auto; 	
	text-decoration: none;
	padding-left: 0px;
	background-image: url(../../custom/images/interface/leftnav_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

body .submenuitem a,
body .submenuitem a:link,
body .submenuitem a:visited,
body .submenuitem a:active,
body .submenuitem a:hover,
body .submenuitem_selected a,
body .submenuitem_selected a:link,
body .submenuitem_selected a:visited,
body .submenuitem_selected a:active,
body .submenuitem_selected a:hover
{
    display:block;
    /*padding: 8px 20px 8px 5px;*/
    padding: 1px 20px 0 5px;
    border-bottom: 1px solid #80ae66;
	/*background-image:url(../../custom/images/interface/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;*/
    
    font-weight: bold;
	color:#315273;
	text-decoration:none!important;
	
	font-family:Geneva, Verdana, sans-serif;
	font-size:13px;
	color:#113968;
	
	height: 37px;
	line-height: 37px;
}
body .submenuitem .dbl,
body .submenuitem_selected .dbl 
{
    line-height: 17px;
}

body .submenuitem a:hover,
body .submenuitem_selected a:link
{
	color: #80ae66;
}
	
* html body .submenuitem a
{
    height: 38px !important;
}
