﻿#divMenuBar
{
	margin: 0px; 
	padding: 0px;
	width: 936px;
	position: relative;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	font-size: 9pt;
	background-image: url(../../custom/images/interface/thselected_bg.gif);
	background-repeat:repeat-x
}

#divMenuBar a:hover
{
	background-image: url(../../custom/images/interface/th_hover.gif);
	background-repeat:repeat-x
	}

.clsMenuBarItem
{
	cursor:hand; 
	border-right: 1px solid white; 
	margin: 0px; 
	padding: 0px;
	color: white!important;
	float: left;
	text-align: left;
	height: auto;
	text-align: center
}
a.clsMenuBarItem  
{
	margin: 0px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: white;
	text-decoration: none
}
a:link.clsMenuBarItem  
{
	margin: 0px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-decoration: none
}
a:visited.clsMenuBarItem 
{
	margin: 0px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-decoration: none
}
a:active.clsMenuBarItem 
{
	margin: 0px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	
	}
a:hover.clsMenuBarItem 
{
	margin: 0px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: white;
	text-decoration: none
}
/* [Starts here] added By kishalaya on 26Feb,09 for Issue#16687  */
.clsSelectedMenuBarItem
{
	margin: 0px;
	width: 120px;
	background-image: url(../../custom/images/interface/th_hover.gif);
	background-repeat:repeat-x
	color: #ffffff !important;
	text-decoration: none;
	float: left;
	font-family: Arial, Verdana, Tahoma;
	Font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center

}
a.clsSelectedMenuBarItem 
{
	color: white!important
}
/* [Ends here] added By kishalaya on 26Feb,09 for Issue#16687  */
.clsMenu { 
	position:absolute; 
	visibility:hidden;
	width: auto;
	cursor:hand; 
	margin: 0px; 
	padding: 0px;
	float: left;
	text-align: left;
	height: auto; 	
	text-decoration: none;
	border-top: 1px solid white;	
	z-index: 1000;
	font-size: 9pt
}
.clsMenu a
{
	margin: 0px;
	width: 120px;
	padding: 4px;
	display: block;
	color: white !important;
	background-image: url(../../custom/images/interface/thselected_bg.gif);
	text-decoration: none;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.clsMenu a:link
{
	margin: 0px;
	width: 120px;
	padding: 4px;
	display: block;
	color: white!important;
	background-image: url(../../custom/images/interface/thselected_bg.gif);
	text-decoration: none
}
.clsMenu a:visited
{
	margin: 0px;
	width: 120px;
	padding: 4px;
	display: block;
	color: white !important;
	background-image: url(../../custom/images/interface/thselected_bg.gif);
	text-decoration: none
}
.clsMenu a:active
{
	margin: 0px;
	width: 120px;
	padding: 4px;
	display: block;
	text-decoration: none
}
.clsMenu a:hover
{
	margin: 0px;
	width: 120px;
	padding: 4px;
	display: block;
	color: white !important;
	background-image: url(../../custom/images/interface/th_hover.gif);
	background-repeat:repeat-x;
	text-decoration: none
}

