/* ================================================================ This copyright notice must be untouched at all times.The original version of this stylesheet and the associated (x)htmlis available at http://www.cssplay.co.uk/menus/dd_valid.htmlCopyright (c) 2005-2007 Stu Nicholls. All rights reserved.This stylesheet and the assocaited (x)html may be modified in any way to fit your requirements.=================================================================== *//* common styling */
.menu {
        font-family: arial, sans-serif; 
        position:relative; 
        margin:auto; 
        /*font-size:90%;*/  
        z-index:4000;
        width:730px;
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
}.menu ul li a, .menu ul li a:visited {
        display:block; 
        text-decoration:none; 
        color: #41454e;
        /*width:103px;*/ 
        height:2.75; 
        text-align:center;   
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom; 
        line-height:2.75; 
        font-size:90%; 
        overflow:hidden;
        text-transform: uppercase;
}
.home_menu {
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom; 
        width: 73px;
        border-left:1px solid #67696f;
        /*margin-bottom: 1px;
        margin-top: 1px;*/
        vertical-align: middle;
}

.shorter_menu {
        width: 90px;
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
        text-align: center;
        border-left:1px solid #67696f;
        /*margin-bottom: 1px;
        margin-top: 1px;*/
        vertical-align: middle;
}

#first_menu {
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
        text-align: center;
        border-left: none;
		width: 130px;
        vertical-align: middle;
}

#second_menu {
	background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
	text-align: center;
	border-left: 1px solid #67696f;
	width: 130px;
	vertical-align: middle;
}

#third_menu {
	background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
	text-align: center;
	border-left: 1px solid #67696f;
	width: 106px;
	vertical-align: middle;
}

#fourth_menu {
	background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
	text-align: center;
	border-left: 1px solid #67696f;
	width: 120px;
	vertical-align: middle;
}

#fifth_menu {
	background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
	text-align: center;
	border-left: 1px solid #67696f;
	width: 98px;
	vertical-align: middle;
}

#sixth_menu {
	background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
	text-align: center;
	border-left: 1px solid #67696f;
	width: 106px;
	vertical-align: middle;
}

#menu {
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
        text-align: center;
        border-left:1px solid #67696f;
        padding-left:  19px;
        padding-right: 19px;
        vertical-align: middle;
}

#programs_menu {
        width: 132px;
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
        text-align: center;
        border-left: none;
        /*margin-bottom: 1px;
        margin-top: 1px;*/
        vertical-align: middle;
}

.medium_menu {
        width: 112px;
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
        text-align: center;
        border-left:1px solid #67696f;
        /*margin-bottom: 1px;
        margin-top: 1px;*/
        vertical-align: middle;
}

.wider_menu {
        width: 132px;
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
        text-align: center;
        border-left:1px solid #67696f;
        /*margin-bottom: 1px;
        margin-top: 1px;*/
        vertical-align: middle;
}

.blank_menu {
        width: 34px;
        background: #dbe0ea url("../images/nav_bg.jpg") repeat-x bottom;
        text-align: center;
        border-left:1px solid #67696f;
        /*margin-bottom: 1px;
        margin-top: 1px;*/
        vertical-align: middle;
        height: 2.75;
        line-height:2.75; 
        font-size:90%;
}

.drop li a {
        width: 115px;
        z-index:4000;
}

.drop ul {
        height: 20px;
}
.menu ul {
        padding:0; 
        margin:0;
        list-style-type: none; 
}.menu ul li {
        float:left; 
        /*margin-right:1px;*/ 
        position:relative;
}.menu ul li ul {
        display: none;
}/* specific to non IE browsers */.menu ul li:hover a {
        color:#fff; 
        background: #dbe0ea url("../images/nav_bg2.jpg") repeat-x bottom;
}.menu ul li:hover ul {
        display:block; 
        position:absolute; 
        top:2.75; 
        left:0; 
        width:105px;
}.menu ul li:hover ul li a.hide {
        background:#6a3; 
        color:#fff;
}.menu ul li:hover ul li:hover a.hide {
        background:#081d76; 
        color:#fff;
}.menu ul li:hover ul li ul {
        display: none;
}.menu ul li:hover ul li a {
        display:block; 
        background:#ddd; 
        color:#000;
        line-height: 1.2;
        padding: 6px;
        margin: 0;
}.menu ul li:hover ul li a:hover {
        background:#081d76; 
        color:#fff;
        line-height: 1.2;
        margin: 0;
}.menu ul li:hover ul li:hover ul {
        display:block; 
        position:absolute; 
        left:105px; 
        top:0;
}.menu ul li:hover ul li:hover ul.left {
        left:-105px;
}