.MenuBar {
	
}

.MenuBarSeparator {
}

.MenuBarItemStandard {
	cursor: hand;
	border-width: 0px;
	text-decoration: none; 
	font-family: Times New Roman;
	color: #000000; 
	font-size: 15px;


}

.MenuBarItemHover {
	cursor: hand;
	border-width: 0px;
	text-decoration: none; 
	font-family: Times New Roman;
	color: #000000; 
	font-size: 15px;
	background-image: url("/images/ddblt_right.gif");
}

.MenuBarItemActive {
	cursor: hand;
	border-width: 0px;
	text-decoration: none; 
	font-family: Times New Roman;
	color: #000000; 
	font-size: 15px;
	background-color: #8F9EB9;
}

.MenuText {
	border-width: 0px;
	text-decoration: none; 
	font-family: Times New Roman;
	color: #000000; 
	font-size: 15px;
	
}

.MenuBarItemText {
	border-width: 0px;
	text-decoration: none; 
	font-family: Times New Roman;
	color: #000000; 
	font-size: 15px;
	
}

.MenuFrame {
	background-color:white;
	position:absolute;
	border: 0px;
	padding: 0px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color="#c0c0c0", Direction=135, Strength=4);*/
}

.MenuBorder{
  border: 0px;
  padding: 0px;
}

.Menu {
	width: 100%;
	/*height: 100%;*/
	background-color: #FFFFFF;
 	border: 0px;
	padding: 0px;
	
}

.MenuItem {
	border: 0px;
	background-color: #F4F4F4;
	cursor: hand;
	padding: 6px;
	color: #444444;
}

.MenuItemHover {
	border: 0px;
	background-color: #7889A7;
	cursor: hand;
	padding: 6px;
	color: #FFFFFF;
}

.MenuItemDisabled {
	border: 0px;
	cursor: default;
	padding: 6px;
	filter:progid:DXImageTransform.Microsoft.BasicImage(Grayscale=1,Opacity=0.50);
}

.MenuItemFont {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	cursor: hand;
	color: #444444;
	text-decoration: underline;
}

.MenuItemHoverText {
	font-family: Tahoma;
	font-size: 13px;
	text-align: left;
}

.MenuSeparator {
	font-size: 1px;
	background-color: #A6A6A6;
}

.MenuLine {
	color: #9BBCEB;
}