/* Menu CSS */
.MainMenu_MenuContainer {
	width: 154px;
	background: ;
	border: none;
	text-align: center;
	font-size: 10px;
	margin-left: 0px;
}
	
* html .MainMenu_MenuContainer {
	width: 154px;
	background: ;
	border: none;
	text-align: center;
	font-size: 10px;
	margin-left: 0px;
}

.MainMenu_MenuBar {
	HEIGHT: 22px;
	CURSOR: hand;
	background: ;
	font-size: 10px;
	
}
/*sub menu items*/
.MainMenu_MenuItem {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	CURSOR: hand; 
	COLOR: #0B95D3; 
	PADDING: 0px; 
	border: none;
	FONT-FAMILY: arial;
	vertical-align: middle;
	height: 22px;
	
}
.MainMenu_MenuItemSel {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	background-color: #fff; 
	CURSOR: hand; 
	COLOR: #000; 
	PADDING: 0px; 
	border: none;
	FONT-FAMILY: arial;
	text-decoration: none;
	vertical-align: middle;
	height: 22px;
}

.MainMenu_MenuIcon {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 3px;
	WIDTH: 0px;
	CURSOR: hand;
	BACKGROUND-COLOR: #f8f9f9;
	PADDING-TOP: 0px;
	HEIGHT: 22px;
	border-left: 1px solid #f8f9f9;
	border-top: 0px solid #f8f9f9;
	border-bottom: 1px solid #f8f9f9;
	border-right: 1px none;
	DISPLAY: none;
}

.MainMenu_SubMenu {
	Z-INDEX: 1000;
	BACKGROUND-color: #f8f9f9;
	FILTER:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135,  Strength=3) ; 
	CURSOR: hand;
	PADDING: 1px 2px;
	margin-top: 0;
	BORDER: 1px solid #0B95D3; 
}

.MainMenu_MenuBreak {
	border: 0px dotted #CCCCCC;
	background-position: bottom;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: 0px solid #f8f9f9;
	border-bottom: 0px solid #f8f9f9;
	border-top: 0px solid #f8f9f9;
	border-left-color: #f8f9f9;
	text-align: right;
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
	width: 0px;
	BACKGROUND: transparent; 
}

.MainMenu_Normal {
	BACKGROUND: url(bg_menu.gif) repeat-x bottom; 
	HEIGHT: 16px;
	color: #0B95D3;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom:  0px;
	padding-left: 0px;
	padding-right:0px;
	vertical-align: bottom;
	display: table-cell;
}

.MainMenu_Selected{
	background: url(bg_menu.gif) repeat-x bottom;
	HEIGHT: 16px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom:  0px;
	padding-left: 0px;
	padding-right:0px;
	vertical-align: bottom;
	display: table-cell;
}

.MainMenu_BreadcrumbActive
{
	BACKGROUND: url(bg_menu.gif) scroll repeat-x bottom;
	HEIGHT: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom:  0px;
	padding-left: 0px;
	padding-right:0px;
	vertical-align: bottom;
	display: table-cell;
}

.MainMenu_Active{
	BACKGROUND: url(bg_menu.gif) repeat-x bottom; 
	HEIGHT: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom:  0px;
	padding-left: 0px;
	padding-right:0px;
	vertical-align: bottom;
	display: table-cell;
}
.rootmenuseparatorcssclass {
	color: #575757;
	width: 2px;
	HEIGHT: 22px;
	background: url(bg_menu.gif) repeat-x;
	vertical-align: middle;
	padding: 0;
}

.SubMenu_Active{

	color: #000000;

}

.SubMenu_BreadCrumb{
	color: #000000;


}

