/*========================================================*/
/*           		  Horizontal menu CSS                 */
/*========================================================*/

/* Main Menu */
.MainMenu_MenuContainer {
	padding-left: 0px; 
	BACKGROUND-COLOR: transparent;
	width: 210px;
	HEIGHT: 30px;
}
.MainMenu_MenuBar {
	CURSOR: hand; 
	width: 210px;
	HEIGHT: 30px;
	BACKGROUND-COLOR: transparent; 
}
.MainMenu_MenuItem {
	BORDER-RIGHT: #ff0000 0px solid;
	BORDER-TOP: #CCD7E1 0px solid;
	BORDER-LEFT: #CCD7E1 0px solid;
	BORDER-BOTTOM: #CCD7E1 0px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	CURSOR: hand;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 20px;3
	padding-right: 5px;
	width: 210px;
	text-indent: 5px;
	}
.MainMenu_MenuIcon {
	display:none
	}
.MainMenu_SubMenu {
	Z-INDEX: 0;
	CURSOR: hand;
	BACKGROUND-COLOR: #9B9B9B;
	text-indent: 5px;
	border: 1px solid #D4D4D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
}
.MainMenu_MenuBreak {
	BORDER-RIGHT: #eeeeee 0px solid; 
	BORDER-TOP: #eeeeee 0px solid; 
	BORDER-LEFT: #eeeeee 0px solid; 
	BORDER-BOTTOM: #eeeeee 0px solid; 
	HEIGHT: 0px; 
	BACKGROUND-COLOR: transparent; 
}
.MainMenu_MenuItemSel {
	BORDER-RIGHT: #ffffff 0px solid;
	BORDER-TOP: #ffffff 0px solid;
	Z-INDEX: 0;
	BORDER-LEFT: #ffffff 0px solid;
	CURSOR: hand;
	BORDER-BOTTOM: #ffffff 0px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	width: 210px;
	CURSOR: hand;
	COLOR: #CCCCCC;
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	HEIGHT: 20px;3
	padding-right: 5px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-indent: 5px;
}
.MainMenu_MenuArrow {
	display:none
}
.MainMenu_RootMenuArrow {
	display:none

}



