/* ######### Shared basic style for mega drop down menu DIV ######### */

.mega{
width:150px; /*default width of mega menu*/
padding:10px;
position:absolute;
left:0px;
visibility:hidden;
border-top:3px solid #ff7200;
border-bottom:5px solid #ff7200;
border-left:1px solid #bfbfbf;
border-right:1px solid #bfbfbf;
background:#ebebeb;
-webkit-box-shadow: 3px 3px 3px #898989; /*css 3 shadows*/
-moz-box-shadow: 3px 3px 3px #898989;
box-shadow: 3px 3px 3px #898989;
height:270px;
text-align:left;
font-size:11px;
}

#triptools {height:265px;}
#aboutus_270 {height:105px;}

.destinationsmenu {width:510px;height:705px;}
.destinationsmenu div.columnhead {padding:0 10px;}
.destinationsmenu h1 {float:left;font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;padding:10px 0 10px 15px;margin:0;}
.destinationsmenu h1 a {color:#001755;background:url(../../../images/2011/layout/menusprite.jpg) no-repeat 0px -23px;padding-left:10px;}
.destinationsmenu h1 a:hover, .destinationsmenu h4 a:hover {text-decoration:underline;}
.destinationsmenu h2 {text-align:center;font-size:12px;color:#131313;border-bottom:1px solid #CCCCCC;padding:5px 0;}
.destinationsmenu a.majors_dest_btn {float:right; margin:5px 10px; display:block; width:172px; height:26px; background:url(../../../images/2011/majors/dest_menu_btn.png) no-repeat;}

.mega .column{ /*each link column within a mega menu*/
float:left;
width:33%;
}

.mega a{
text-decoration:none;
}

.mega a[rel]:after{ /*add "down.png" to anchor links, or those with a rel attribute */
content:" " url(down.png);
}

.mega .column ul{
padding:0 10px;
list-style:none;
line-height:14px;
margin-bottom:8px;
}

.mega .column ul a {font-weight:bold;color:#131313;}
.mega .column ul a:hover {text-decoration:underline;}
.mega .column ul li.menu_state {background:none;padding:0px;}
.mega .column ul li.menu_state a {font-weight:bold;}
.mega .column ul a.menu_us, .mega .column ul a.menu_int {color:#001755;}
.mega .column ul li{background:url(../../../images/2011/layout/menusprite.jpg) no-repeat 0px -38px;padding-left:10px;}
.mega .column ul li a {font-weight:normal;}
.mega .column ul li a:hover {text-decoration:underline;}

.mega .ulmenu{ /*style any UL within mega menu with class="ulmenu"*/
margin:0;
padding:0;
border:1px solid gray;
border-bottom-width:0;
list-style:none;
}

.mega .ulmenu a{
display:block;
border-bottom:1px solid gray;
padding:5px;
}

.mega .ulmenu a:hover{
background:lightyellow;
}

/* ######### Style for Solid Block Mega Menu ######### */

.solidblocktheme{ /*additional mega drop down menu style for this theme*/
padding:0; /*remove default padding inside mega menu*/
}

.solidblocktheme p, .solidblocktheme .column{
padding:5px; /*add padding inside p and .column elements within mega menu*/
width:auto;
}

.solidblockmenu{margin: 0;padding: 0;float: left;font: bold 14px Georgia, "Times New Roman", Times, serif;width: 100%;overflow: hidden;}
.solidblockmenu li{display: inline;}
.solidblockmenu li a{float: left;color: white;padding: 8px 25px 6px 25px;text-decoration: none;}

.solidblockmenu li a:visited{color: white;}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{ /*Selected Tab style*/
color:#fff;border-bottom:3px solid #ff7200;
}

.solidblockmenu li a.nav_drop:hover {color:#fff;border-bottom:none;}

.normalmenu {padding:10px 5px;width:160px;height:265px;}
.normalmenu ul {padding:0;margin:0;}
.normalmenu ul li {margin:0 0 5px 0;font-size:12px;background:url(../../../images/2011/layout/menusprite.jpg) no-repeat 0px -38px;padding-left:12px;border-bottom:1px solid #cccccc;padding-bottom:5px;}
.normalmenu ul li.last {border:none;margin-bottom:0px;}
.normalmenu ul li a {color:#131313;}
.normalmenu ul li a:hover {text-decoration:underline;}



