


/* Top Bar Navigation */ 
#menu-top {
	/*background-image: url(/features/topnav/images/bkg_nav.gif);*/
	background-color: #2c2c2f;
	height: 30px;
	width: 993px;
	margin-bottom: 0;
	text-align: left;
	
	font-size: 14px !important;
	font-style: bold;
	
	font-family: Helvetica, Arial, sans-serif;
	
	/*padding-top: 5px;*/
    z-index: 1000001;
	position:relative;
}

#navlist
{
	width: 735px;
	z-index: 100;
	padding-left: 5px !important;
}

#navlist, 
.navright {
	float: left;
	padding: 0;
	margin: 4px 0 0 0;
	/*font-size: .9em;*/
	padding-top: 2px;
}

#navlist li,
.navright li
{
	display: block;/*required for IE*/
	float: left;
	list-style-type: none;
	padding: 1px 5px 5px;/*a little extra at the bottom to ensure dropdown stays put*/
}
#navlist a:link, 
#navlist a:visited, 
.navright a:link, 
.navright a:visited {
	color: #bfbfbf;
	text-decoration: none;
}
#navlist a:hover,
.navright a:hover
{
	color: white;
} 


#navlist a, 
.navright a {
	padding: 0px 5px;
}
.navright {
	float: left;
	/*margin-left: 470px;*/
}


/* Mega Menu - Rules for the hover menu at top */

ul#navlist .megaMenuContainer,
.navright .megaMenuContainer
 {
	margin-top:0px;
	margin-left: 5px;
	position: absolute; 
	/*top: 110px;  */
	top: 14px;
	left: 0em; 
	display: block;  
	z-index: 999;
	width:850px;
}

.megaMenuPoint {
	background-image: url('/features/topnav/images/megamenu_point.png');
	background-repeat: no-repeat;
	position: absolute;
	width:100px;
	height: 8px;
	top: 12px;
	/*left:190px;*/
	z-index:999;
}

#navlist li ul li,
.navright li ul li
{
    display:block;
    float: none;
}

ul#navlist li.mega .megaSubMenu,
.navright li.mega .megaSubMenu
{  
    position:absolute;
    top:18px;
	
}

ul#navlist li.hovering .megaMenuContainer,
.navright li.hovering .megaMenuContainer {  
     display: block;  
     z-index: 99; 
}

ul#navlist h2, ul#navlist h3,
.navright h2, .navright h3
{
    display: inline;
    font-size: 14px !important;
    font-weight: normal;
    padding-right: 5px;
}
ul#navlist h3,
.navright h3 {
    color:black;
    font-weight:bold;
}

ul#navlist li.mega div.megaSubMenu,
.navright li.mega div.megaSubMenu
{
    border: 2px solid #504F4F;
    left: 0;
    padding: 1.2em;
    position: absolute;

	z-index: 150;
	
	background-color: #fff;
	background-image:url('/features/topnav/images/megamenu_bg.png');
	background-position: top;
	background-repeat: repeat-x;
}

ul#navlist li .megaMenuContainer,
.navright li .megaMenuContainer
{
    display: none; 
	font-size: 12px !important;
	/*line-height: 14px;*/
	line-height: 16px;
	color: #221c3e;
}

ul#navlist li div.megaSubMenu a,
.navright li div.megaSubMenu a,
ul#navlist li div.megaSubMenu a:visited,
.navright li div.megaSubMenu a:visited
{
    color: #3d74da;
	text-decoration: none;
}

ul#navlist li div.megaSubMenu a:hover,
.navright li div.megaSubMenu a:hover
 {
    color: #ec4b2c;
}

.megaMenuCol {
	/* in-width:200px;*/
	width: 200px;
	float: left;
}

.megaMenuCol  ul{
	padding: 0px;
	margin: 0px;
}

.megaSubMenu ul {
    margin:0;
    padding:0;
	list-style:none;    
}

.megaSubMenu ul li {
	padding: 0px !important;
}

.megaSubMenu ul li a {
	padding: 0px !important;
        display: inline !important;
}

ul#navlist .megaSubMenu h3, .navright .megaSubMenu h3
{
	/*font-weight: normal;*/
        font-size: 12px !important;
}

.shadow {
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='5');
}

.curved
{
	/* behavior: url(/features/topnav/border-radius.htc);*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* http://code.google.com/p/curved-corner/downloads/detail?name=border-radius.htc&can=2&q= */
}



/* Changes to nav */

#menu-top {
        /*line-height: 15px;*/
        padding: 0 4px;
	color: #ffffff;

	background: -moz-linear-gradient(
		top,
		#6b6b6b 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#6b6b6b),
		to(#000000));
        /*the following filter works for the gradient in IE, but messed up the dropdown menus for some reason*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#000000');*/
	/* border: 1px solid #000000; */
        
    *background: #2c2c2f;
    background: #2c2c2f\9;
}

#navlist a:link, 
#navlist a:visited, 
.navright a:link, 
.navright a:visited {
    color: #eee;
	text-decoration: none;
}

#menu-top li em {
	color: gray;
}

#menu-top #navlist li a {
	font-family: Helvetica, Arial, sans-serif;
}

#menu-top #navlist li .megaSubMenu ul li a {
	font-size: 12px;
}
