/************************************/
/* TOP NAV MENU MAIN 
/************************************/
#MaxMenu2_container {margin:0 auto; height:36px; width:960px; border-radius: 10px; background:url(../images/topnav_bg2.png) repeat-x; box-shadow: 0px 0px 10px 0px rgba(50,70,150,.6); z-index:50;}
#MaxMenu2_menu { list-style-type:none; width:100%; }


/* TOP NAV - TOP */
.MaxMenu2_nav { float:left; display:inline; height:100%; border-left:1px solid #204a87; border-right:1px solid #2f6cc3; }
.MaxMenu2_nav:first-child {border-left:0px;}
.MaxMenu2_nav:last-child {border-right:0px;}

.MaxMenu2_hover { position:relative; display:block; z-index:222; width:100%; height:36px; line-height:36px; text-align:center; color:#FAFAFA; vertical-align:middle; text-transform:uppercase; font-size:12px; }
.MaxMenu2_hover:hover {  }
.MaxMenu2_hover span {width:95%;height:28px;display:block;position:absolute; background:#0b2a67; border-radius:4px; z-index:-1; margin:-32px 0px 0px 4px; }

.MaxMenu2_hover_grow {font-size:14px;}

#MaxMenu2_nav0 { width:40px; }
#MaxMenu2_nav1 { width:160px; }
#MaxMenu2_nav2 { width:120px; }
#MaxMenu2_nav3 { width:90px; }
#MaxMenu2_nav4 { width:150px; }
#MaxMenu2_nav5 { width:80px; }
#MaxMenu2_nav6 { width:130px; }
#MaxMenu2_nav7 { width:160px; }

.topnav_hover { background:#6DAEE1;color:white;}


/* TOP NAV - DROPDOWNS */
.MaxMenu2_dropdown 		{ display:none; position:absolute; list-style-type:none; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);  margin:-8px 0px 0px 4px; padding-bottom:10px; background:url(../images/topnav_dropdown_bg.png) repeat-x; border-radius:8px; border-top-left-radius:0px; z-index:22; }
.MaxMenu2_dropdown li 	{ display:block; position:relative; height:30px; width:100%; /*border-top:1px dashed #1E62E5;*/ }
.MaxMenu2_dropdown li:first-child {margin-top:10px; border-top:0px;}
.MaxMenu2_dropdown li a { display:block; color:#FAFAFA; font-weight:bold; height:30px; line-height:30px; vertical-align:middle; padding-left:8px; }
.MaxMenu2_dropdown li a:hover { text-decoration:none; color:white; background:url(../images/topnav_span_bg2.png) repeat; }

#dropdown_1 {width:250px; }
#dropdown_2 {width:250px; }
#dropdown_3 {width:250px; }
#dropdown_4 {width:250px; }
#dropdown_5 {width:250px; }
#dropdown_6 {width:250px; }

.nohide { display:block; background-color:red;}

#topnav_home_link { background:url(../images/home_icon.png) no-repeat; width:30px; height:30px; margin:2px 0px 0px 7px; }
#topnav_home_link:hover { background-position:0px -30px; }



/*#MaxMenu2_nav1 .MaxMenu2_hover { background:url(../images/topnav_downarrow.png) no-repeat right center; }*/