/* ================= SOLPARTMENU ================= */

/* Main Menu */

@charset "utf-8";
/* CSS Document */

/* Main Menu */
.MainMenu_MenuContainer {

	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: #FFFFFF; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Verdana;
}


.MainMenu_MenuItemSel {
	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: #FFFFFF; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Verdana;
}
.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: #FFFFFF; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Verdana;
	height: 23px;
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal; 
	background-color: #FFFFFF;
	font-family: Verdana;
	height: 23px;
}
.MainMenu_MenuIcon {
	text-align: center; 
	width: 3px;
	height: 25px;

	border-top: #71B5E5 0px solid;
	border-right: #71B5E5 0px solid;
	border-left: #71B5E5 0px solid;
	border-bottom: #71B5E5 0px solid;
	display: none;
}
.submenuitemselected{
	color:#000000;
	font-size:11px;
	font-weight: bold;
	padding-left: 1px;
	Margin:0px;
	background:transparent;
}

.MainMenu_SubMenuItemActive
{
	background-color: #FFFFFF;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal; 
	font-family: Verdana;
}

.MainMenu_SubMenu {
	margin-top: 0;
	margin-left: 1px;
	background-color: #3A6007;  
	border: #3A6007 1px solid;
	padding:3px;

/*	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; */

}

.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 {
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MainMenu_MenuBar { 
	cursor: hand; 
	height: 45px; 
	background-color: Transparent; 
}

/* ------- up status ------ */

.MainMenu_MenuItem TD { padding:0; margin:0; }

.MainMenu_MenuItem TD DIV DIV 
{
	background-image:url(../menus/nav.gif);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 5 0 5;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV{
	background-image:url(../menus/nav.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:13px;
	font-family: Arial;
	font-weight: bold;
	line-height:3;
	color:#DDE3D5;
	
	height:45px;
	padding: 0 10 0 10;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;


}

.MainMenu_MenuItem TD DIV
{
	background-image:url(../menus/nav.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(../menus/nav.gif);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 5 0 5;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image:url(../menus/nav.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:13px;
	font-family: Arial;
	font-weight: bold;
	line-height:3;
	color:#FFFFFF;
	
	height:45px;
	padding: 0 10 0 10;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;


}

.MainMenu_MenuSelected TD DIV
{
	background-image:url(../menus/arrow2.PNG);
	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(../menus/arrow1.PNG);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 5 0 5;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background-image:url(../menus/nav.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:13px;
	font-family: Arial;
	font-weight: bold;
	line-height:3;
	color:#FFFFFF;
	
	height:45px;
	padding: 0 10 0 10;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;


}

.MainMenu_MenuSelectedRoot TD DIV
{
	background-image:url(../menus/nav.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}






.menu_left{background:url(../menus/green_links_left.PNG) no-repeat left top; width:17px; height:46px; white-space:nowrap; }
.menu_mid{background: url(../menus/green_links_bg.PNG) repeat-x; height:46px;width:auto;}
.menu_right{background:url(../menus/green_links_right.PNG) no-repeat right top; width:17px; height:46px; white-space:nowrap; }
.navsep{background:url(../menus/nav_sep2.PNG) no-repeat top center; width:15px; height:46px; display:block; padding:0px 0px 0px 0px;}




