/* MMG_JSMenu 2008 GCS CSS */



.DROP_HORIZONTAL {
	border-top: 1px solid #ffffff;
	border-right: 0px solid #777777;
	border-bottom: 0px solid #777777;
	border-left: 0px solid #777777;
}

.DROP_VERTICAL {
	border-top: 0px solid #777777;
	border-right: 0px solid #777777;
	border-bottom: 0px solid #777777;
	border-left: 0px solid #777777;
}

.DROP_REVERSE {
	border-top: 0px solid #777777;
	border-right: 0px solid #777777;
	border-bottom: 0px solid #777777;
	border-left: 0px solid #777777;
}

.MainMenu-Align {
	text-align:left;
}

.Fade_NORMAL {
	background-color: #61A4D2;
}

.Fade_OVER {
	background-color: #61A4D2;
}

.Fade_ON {
	background-color: #81B6DB;
}

/* ********* MAIN MENU - HORIZONTAL ********* */

ul#MainMenu {
	position: static;
	margin:0;
	padding:0;
	list-style: none;
	line-height: 1;
	font-size:2px;
	text-align:left;
}

#MainMenu li {
	float: left;
	margin:0;
	padding:0;
	list-style: none;
	line-height: 1;
	font-size:2px;
	width:120px;
	text-align:left;
}

#MainMenu a {
	width:110px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	margin:0;
	padding:0;
	
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #61A4D2;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #61A4D2;
	
	text-align:center;
}

#MainMenu a:hover {
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	text-decoration: none;
	background-color: #81B6DB;
}

#MainMenu a.NORMAL {
	width:110px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #61A4D2;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #61A4D2;
	
	text-align:center;
}

#MainMenu a.OVER {
	width:110px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #61A4D2;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #61A4D2;
}

#MainMenu a.ON {
	width:110px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #81B6DB;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #61A4D2;
}


#MainMenu a.NORMAL_WCHILD {
	width:166px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	background: #e5e5e5 url('Assets/SubArrow0.gif') no-repeat 98% 0.66em;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#MainMenu a.OVER_WCHILD {
	width:166px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	background: #e5e5e5 url('Assets/SubArrow0.gif') no-repeat 98% 0.66em;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#MainMenu a.ON_WCHILD {
	width:166px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	background: #e5e5e5 url('Assets/SubArrow1.gif') no-repeat 98% 0.66em;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #C3004A;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

/* REVERSE */

#MainMenu a.NORMAL_REV {
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#MainMenu a.OVER_REV {
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#MainMenu a.ON_REV {
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #C3004A;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#MainMenu a.NORMAL_WCHILD_REV {
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	background: #e5e5e5 url('Assets/SubArrowR0.gif') no-repeat 2% 0.66em;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#MainMenu a.OVER_WCHILD_REV {
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	background: #e5e5e5 url('Assets/SubArrowR0.gif') no-repeat 2% 0.66em;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#MainMenu a.ON_WCHILD_REV {
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	background: #e5e5e5 url('Assets/SubArrowR1.gif') no-repeat 2% 0.66em;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #C3004A;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}


/* *********** MENU SELECTED *********** */

#MainMenu li.MENU_ON a {
	width:110px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	margin:0;
	padding:0;
	
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #81B6DB;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #61A4D2;
}

#MainMenu li.MENU_ON a:hover {
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	text-decoration: none;
	background-color: #C3004A;
}

#MainMenu li.MENU_ON a.NORMAL {
	width:110px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #81B6DB;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #61A4D2;
}

#MainMenu li.MENU_ON a.OVER {
	width:110px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #61A4D2;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #61A4D2;
}

#MainMenu li.MENU_ON a.ON {
	width:110px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #81B6DB;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #61A4D2;
}



/* ************ SUB MENUS ************ */

.SubMenu {
	list-style: none;
	top:0;
	left:0;
	display:none;
	float: none;
	margin:0;
	padding:0;
	line-height: 1;
	font-size:2px;
	text-align:left;
}

.SubMenu li {
	top:0;
	left:0;
	float: none;
	clear:both;
	margin:0;
	padding:0;
	list-style: none;
	line-height: 1;
	font-size:2px;
	width:160px;
}

.SubMenu a {
	width:146px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00607E;
	display:block;
	margin:0;
	padding:0;
	
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #81B6DB;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #81B6DB;
}



/* ************ MENU STATES ************ */

.SubMenu a.notLink, .SubMenu a.notLink:visited {
	width:146px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #81B6DB;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #81B6DB;
}

.SubMenu a.nRtLink, .SubMenu a.nRtLink:visited {
	/* reverse */
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.SubMenu a.subLink, .SubMenu a.subLink:visited {
	width:146px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	background: #81B6DB url('Assets/SubArrow1.gif') no-repeat 98% 0.68em;
	
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #81B6DB;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #81B6DB;
}

.SubMenu a.revLink, .SubMenu a.revLink:visited {
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	background: #e5e5e5 url('Assets/SubArrowR0.gif') no-repeat 2% 0.66em;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.SubMenu a.subLink:hover, .SubMenu a.subLink:active, .SubMenu a.subLink:focus,
.SubMenu a.revLink:hover, .SubMenu a.revLink:active, .SubMenu a.revLink:focus,
.SubMenu a.nRtLink:hover, .SubMenu a.nRtLink:active, .SubMenu a.nRtLink:focus,
.SubMenu a.notLink:hover, .SubMenu a.notLink:active, .SubMenu a.notLink:focus {
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #C3004A;
	color: #FFFFFF;
	text-decoration: none;
}



/* ************ MENU OVER ************ */

.SubMenu a.notLink_OVER, .SubMenu a.notLink_OVER:visited {
	width:146px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #81B6DB;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #81B6DB;
}

.SubMenu a.nRtLink_OVER, .SubMenu a.nRtLink_OVER:visited {
	/* reverse */
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.SubMenu a.subLink_OVER, .SubMenu a.subLink_OVER:visited {
	width:146px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	background: #81B6DB url('Assets/SubArrow1.gif') no-repeat 98% 0.68em;
	
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #81B6DB;
	border-top: 1px solid #61A4D2;
	border-left: 1px solid #81B6DB;
	border-right: 1px solid #81B6DB;
	border-bottom: 1px solid #81B6DB;
}

.SubMenu a.revLink_OVER, .SubMenu a.revLink_OVER:visited {
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00607E;
	display:block;
	
	background: #e5e5e5 url('Assets/SubArrowR0.gif') no-repeat 2% 0.66em;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.SubMenu a.subLink_OVER:hover, .SubMenu a.subLink_OVER:active, .SubMenu a.subLink_OVER:focus,
.SubMenu a.revLink_OVER:hover, .SubMenu a.revLink_OVER:active, .SubMenu a.revLink_OVER:focus,
.SubMenu a.nRtLink_OVER:hover, .SubMenu a.nRtLink_OVER:active, .SubMenu a.nRtLink_OVER:focus,
.SubMenu a.notLink_OVER:hover, .SubMenu a.notLink_OVER:active, .SubMenu a.notLink_OVER:focus {
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #C3004A;
	color: #FFFFFF;
	text-decoration: none;
}



/* ************ SUB ON ************ */

.SubMenu a.notLink_ON, .SubMenu a.notLink_ON:visited {
	width:146px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #C3004A;
	border-top: 1px solid #C3004A;
	border-left: 1px solid #C3004A;
	border-right: 1px solid #C3004A;
	border-bottom: 1px solid #C3004A;
}

.SubMenu a.nRtLink_ON, .SubMenu a.nRtLink_ON:visited {
	/* reverse */
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #C3004A;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.SubMenu a.subLink_ON, .SubMenu a.subLink_ON:visited {
	width:146px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	background: #C3004A url('Assets/SubArrow1.gif') no-repeat 98% 0.68em;
	
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	background-color: #C3004A;
	border-top: 1px solid #C3004A;
	border-left: 1px solid #C3004A;
	border-right: 1px solid #C3004A;
	border-bottom: 1px solid #C3004A;
}

.SubMenu a.revLink_ON, .SubMenu a.revLink_ON:visited {
	width:160px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display:block;
	
	background: #C3004A url('Assets/SubArrowR1.gif') no-repeat 2% 0.66em;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 11px;
	
	text-decoration: none;
	background-color: #C3004A;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.SubMenu a.subLink_ON:hover, .SubMenu a.subLink_ON:active, .SubMenu a.subLink_ON:focus,
.SubMenu a.revLink_ON:hover, .SubMenu a.revLink_ON:active, .SubMenu a.revLink_ON:focus,
.SubMenu a.nRtLink_ON:hover, .SubMenu a.nRtLink_ON:active, .SubMenu a.nRtLink_ON:focus,
.SubMenu a.notLink_ON:hover, .SubMenu a.notLink_ON:active, .SubMenu a.notLink_ON:focus {
	font-family: Verdana, "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #C3004A;
	color: #FFFFFF;
	text-decoration: none;
}








