﻿#divMenuBar
{
	margin: 0px; 
	padding: 0px;
	width: 100%;
	height: 40px; line-height: 18px;
	font-size: 9pt;
	
}

#divMenuBar a:hover
{
	background-color: #21C7E7
	}

.clsMenuBarItem
{
	cursor:hand; 
	border-right: 1px solid white; 
	margin: 0px; 
	padding: 0px;
	color: white!important;
	float: left;
	text-align: left;
	height: auto;
	font-weight: bold; text-align: center;
height: 40px; line-height: 18px;
}
a.clsMenuBarItem  
{
	margin: 0px;
	width: 120px;
	height: 40px; line-height: 18px;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold; text-align: center;
	
}
a:link.clsMenuBarItem  
{
	margin: 0px;
	width: 120px;
	height: 40px; line-height: 18px;
	display: block;
	text-decoration: none;
	font-weight: bold; text-align: center
}
a:visited.clsMenuBarItem 
{
	margin: 0px;
	width: 120px;
	height: 40px; line-height: 18px;
	display: block;
	text-decoration: none;
	font-weight: bold; text-align: center
}
a:active.clsMenuBarItem 
{
	margin: 0px;
	width: 120px;
	height: 40px; line-height: 18px;
	display: block;
	text-decoration: none;
	font-weight: bold; text-align: center
	}
a:hover.clsMenuBarItem 
{
	margin: 0px;
	width: 120px;
	height: 40px; line-height: 18px;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold; text-align: center
}
/* [Starts here] added By kishalaya on 26Feb,09 for Issue#16687  */

.clsSelectedMenuBarItem 
{
margin: 0px;
width: 120px;
height: 40px; line-height: 18px;
background-color: #21C7E7;
color: #ffffff !important;
text-decoration: none;
float: left;
font-family: Arial, Verdana, Tahoma;
font-weight: bold; text-align: center;
border-right: 1px solid white;
}
/* [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;
	font-weight: bold;
}
.clsMenu a
{
	margin: 0px;
	width: 120px;
	height: 24px; line-height: 24px; 
	display: block;
	color: white !important;
	background-color: #EF1C21;
	text-decoration: none;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	font-weight: bold;
	padding-left: 5px
}
.clsMenu a:link
{
	margin: 0px;
	width: 140px;
	height: 24px; line-height: 24px; 
	display: block;
	color: white!important;
	background-color: #EF1C21;
	text-decoration: none
	;
	font-weight: bold;
	padding-left: 5px
}
.clsMenu a:visited
{
	margin: 0px;
	width: 140px;
	height: 24px; line-height: 24px; 
	display: block;
	color: white !important;
	background-color: #EF1C21;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px
}
.clsMenu a:active
{
	margin: 0px;
	width: 140px;
	height: 24px; line-height: 24px; 
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px
}
.clsMenu a:hover
{
	margin: 0px;
	width: 140px;
	height: 24px; line-height: 24px; 
	display: block;
	color: white !important;
	background-color: #21C7E7;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px
}

