/* Masthead */
#hd * {margin: 0; padding: 0;}
#masthead {position: relative; height: 60px;}
#hd h1, #masthead h1
{
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0; margin: 0;
        z-index: 0;
        width: 255px;
        height: 50px;
}

#hd h1 a, #masthead h1 a
{
        text-indent: -700em;
        text-decoration: none;
        left: 0;
        position: absolute;
        width: 255px;
}

#hd h1 a:hover, #masthead h1 a:hover { text-decoration: none !important; }



/* Mainnav */

ul#mainnav {
	font-size:14px;
	color:#FFFFFF;
	margin: 0 0 -1px 0;
	white-space: nowrap;
	text-align:left;
	padding: .2em 0;
	line-height:25px;
	background: #fff url("bg.png") repeat-x top;
	vertical-align:middle;
	height:30px;
	}

ul#mainnav li {
	list-style: none;
}

ul#mainnav li {
	list-style: none;
	display: inline;
	z-index: 2;
	margin: 0 .2em;

	padding: .2em 0;
/*
	background: #fff url("dark_fade_g.png") repeat-x bottom;
*/

}


ul#mainnav li a {padding: .4em 1.2em; color: #fff; font-size: 80%; font-weight: bold;}

ul#mainnav li.selected a {
color:#FFFFFF;
}

ul#mainnav li a sup {position: absolute; top: -6.5px; right: 3px; z-index: 3;}

ul#mainnav li a sup b {text-indent: -7000em; position: absolute; top: 0; right: 0; width: 31px; height: 12px;}

ul#mainnav li.selected, ul#mainnav li:hover.selected {
/*
background: url("crush.png") repeat-x top;
*/

} 

ul#mainnav li:hover {background: #57CDFF;}

.beta a sup b { background: url('beta_sm.png') 0 -5px no-repeat !important;}
.new a sup b { background: url('new_sm.png') 0 -5px no-repeat !important}




.chromestyle{
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color:#FFFFFF;
	/*
	padding: 4px 7px;
	*/
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over1.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:20px;
	z-index:100;
	width:160px;
	height:auto;
	background-color:#2A568F;
	visibility: hidden;
	color:#FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
	/*Add Shadow in IE. Remove if desired*/
}



.dropmenudiv a{
    width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	text-align:left;
	padding-left:5px;
	color:#FFFFFF;
}
.dropmenudiv a:active{
    width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	text-align:left;
	padding-left:5px;
	color:#FFFFFF;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*
	background-image:url(bg.png);
*/
	background-color:#57CDFF;
	color:#FFFFFF;
	text-decoration:none;
}
.dropmenudiv a:visited{
    width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	text-align:left;
	padding-left:5px;
	color:#FFFFFF;
}