#mainmenu
{
	/*yhs position: absolute; */
	/*yhs z-index: 300; */
	width: 960px;
	/*yhs height: 28px;*/
	min-height: 28px;
	background-color: #000033;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 3px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-sub-header {
	color: black;
}

#menu li { /* all list items */
	float: left;
	margin-left: -1px;
	position: relative;
	height: 28px;
	line-height: 24px;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url('/images/menu-li-edge.gif');
	font-family: PT Sans Narrow, Helvetica Narrow, Arial Narrow, Arial;
}
#menu li:hover
{
	background-color: #ffffff;
}
#menu li:hover a
{
	color: #000033;
}


#menu li ul {/* second-level lists */
	z-index: 300;
	position: absolute;
	display: block;
	width: auto;
	text-align: left;
	margin-top: 2px;
	margin-left: 0px;
	box-shadow: 3px 3px 5px #333333;
	-moz-box-shadow: 3px 3px 5px #333333;
	-webkit-box-shadow: 3px 3px 5px #333333;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 250px;
}

#menu li ul li {/* second-level lists */
	width: 235px;
	height: auto;
	background-color: #ffffff;
	padding: #ffffff;
	font-family: Arial;
	font-size: 12px;
	line-height: 13px;
	color: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-bottom: 5px;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac */
* html #menu-site ul li { float: left; height: 1%; }
* html #menu-site ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }        

/* Make-up syles */
#menu ul, li {
	margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu li a {
	color: #ffffff;
	font-weight: bold;
	text-transform: none;
	line-height: 16px;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
/* Hover Styles */
#menu li a:hover { 
	color: #000033; 
	text-decoration: none;
} 

/* Sub Menu Styles */
#menu li ul a {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	background-image: none;
}
/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #000000; 
	text-decoration: underline;
} 

#menuList-1
{
	background-image: none !important;
	margin-left: 0px !important;
}

.menu-dropdown-col
{
	float: left;
	width: 250px;
}

.menu-dropdown-subitem
{
	padding-left: 10px !important;
	width: 230px;
}

#content-menu .menu-dropdown-col
{
	width: 230px !important;
}
#content-menu ul
{
	margin-left: 0px !important;
	padding-left: 0px !important;
}
#content-menu li
{
	margin-left: 0px !important;
	list-style: none !important;
}
#content-menu .menu-dropdown-subitem
{
	width: 210px !important;
}

/* BROWSER HACKS BELOW! */
/* Due to inconsistencies among browsers in handling CSS and Web Fonts, some browser-specific */
/* CSS work is required.  If you update the main navigation tabs, you'll likely also need to */
/* adjust the numbers below, as well as those in ie7.css and ie8.css */

/* Override menu width for wider dropdowns */
#menu-dropdown-1 {
	margin-left: 0px;
}
/* For wider screens show the menues in multiple columns */
@media (min-width: 992px) {
    #menu-dropdown-2 {
        width: 780px !important; /* 3 cols(250) + 15 adding on each side*/
    }

    /*#menu-dropdown-5 {
        width: 530px !important;
    }*/

    #menu-dropdown-7 {
        width: 530px !important;
    }
}


/* IE 9+ */
@media screen and (min-width: 992px) { /* Use the same min-width as above. dont do this when we're in smaller screens with single column*/
    #menu-dropdown-5.rightalign {
        margin-left: -383px !important;
    }

    #menu-dropdown-6.rightalign {
        margin-left: -129px !important;
    }

    #menu-dropdown-7.rightalign {
        margin-left: -383px !important;
    }

    #menu-dropdown-9.rightalign {
        margin-left: -170px !important;
    }
}
@media (min-width: 992px) {
    /* Firefox */
    #menu-dropdown-5.rightalign, x:-moz-any-link, x:default { margin-left: -383px !important; }

    #menu-dropdown-6.rightalign, x:-moz-any-link, x:default { margin-left: -129px !important; }

    #menu-dropdown-7.rightalign, x:-moz-any-link, x:default { margin-left: -383px !important; }
    #menu-dropdown-9.rightalign, x:-moz-any-link, x:default {
        margin-left: -170px !important;
    }
}


/* Safari, Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 992px) {
    #menu li a {
        font-weight: normal;
    }

    #menu-dropdown-5.rightalign {
        margin-left: -383px !important;
    }

    #menu-dropdown-6.rightalign {
        margin-left: -129px !important;
    }

    #menu-dropdown-7.rightalign {
        margin-left: -383px !important;
    }

    #menu-dropdown-9.rightalign, x:-moz-any-link, x:default {
        margin-left: -170px !important;
    }
}


#menu li ul .red-link
{
	color: #990000 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
#menu li ul .red-link:hover
{
	color: #990000 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

