/* Main Menu */


@charset "utf-8";
/* CSS Document */

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}


.MainMenu_MenuItemSel {
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #EFEEEE 0px solid; 
	border-bottom: #EFEEEE 0px solid;
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	cursor: pointer;
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Tahoma;

	width:150px;
	height:25px; 
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal; 
	background-color: #2E2E2E;
	font-family: Tahoma;

	width:150px;
}

.submenuitemselected{
	color:#2E2E2E;
	font-size:11px;
	font-weight: bold;
	padding-left: 1px;
	Margin:0px;
	background:transparent;


}
.MainMenu_SubMenu {
	margin-top: 0;
	margin-left: 1px;
	background-color: #f7f7f7;  
	border-top: #EC7D18 1px solid;
	border-right: #EC7D18 1px solid;
	border-left: #EC7D18 1px solid;
	border-bottom: #EC7D18 1px solid;
/*
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=2);
*/
}

.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent;
	height: 0px;
}

.MainMenu_MenuArrow {
	display:none;

/*	
	background-color: #BDE3FD;  
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
	font-family: Arial, Helvetica, sans-serif;
*/
}
.MainMenu_MenuIcon {
/*
	display:none;
*/
	background-color: #f7f7f7;  
	text-align: center; 
	width: 20px;
	height: 16px;

}
.MainMenu_MenuBar { 
	cursor: hand; 
	height: 72px; 
	background-color: Transparent; 
}

/* ------- up status ------ */

.MainMenu_MenuItem TD { padding:0; margin:0; }

.MainMenu_MenuItem TD DIV DIV{
	background-image:url(../images/up.gif);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 7 0 7;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV{
	background-image:url(../images/up.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:11px;
	font-family: Tahoma;
	font-weight: bold;
	line-height:3.6;
	color:#333333;
	
	height:72px;
	padding: 0 7 0 7;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuItem TD DIV{
	background-image:url(../images/up.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}



/* ------- over status ------ */

.MainMenu_MenuSelected TD { padding:0; margin:0; }

.MainMenu_MenuSelected TD DIV DIV{
	background-image:url(../images/up.gif);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 7 0 7;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image:url(../images/over.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:11px;
	font-family: Tahoma;
	font-weight: bold;
	line-height:3.6;
	color:#333333;
	
	height:72px;
	padding: 0 7 0 7;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuSelected TD DIV{
	background-image:url(../images/up.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}


/* ------- active status ------ */

.MainMenu_MenuSelectedRoot TD { padding:0; margin:0; }

.MainMenu_MenuSelectedRoot TD DIV DIV{
	background-image:url(../images/up.gif);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 7 0 7;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelectedRoot DIV DIV DIV{
	background-image:url(../images/active.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:11px;
	font-family: Tahoma;
	font-weight: bold;
	line-height:3.6;
	color:#333333;
	
	height:72px;
	padding: 0 7 0 7;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuSelectedRoot TD DIV{
	background-image:url(../images/up.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}

