a.skip, ul.skip,#dropdowns h2{
	position:absolute;
	left:-999px;
	width:990px
}

#dropdowns{
	font-size:80%
}

#dropdowns li{
	/* for IE5 */ 
	display:inline;
	width:100%;
	line-height:1.2em;
	background:none;
	margin:0;
	padding:0;
	border:solid #858FA5;
	border-width: 0 1px 1px 1px;
	/* IE 5 WIN HACK */ 
	font-size:xx-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:xx-small
}

/* widths here are for quirks mode. For standards mode, see studiomenu.css in adobe studio*/
/* need to add , #m1l1, #m1l2, #m1l3, #m1l4, #m1l5 to get IE5/Win to work. */
#dropdowns div, #m1l1, #m1l2, #m1l3, #m1l4, #m1l5, #m1l6, #m1l7, #m1l8, #m1l9, #m1l10{
	position:absolute;
    background-color: #444585;
	z-index:4020;
	top:180px;
	visibility:hidden;
	display:block;
	width:200px;
}

/* Commented backslash hack for IE/Mac. Not needed in standards mode. The backslash character between rules appears to have the effect that macIE5 ignores the following rule. Odd, but extremely useful. \*/
html>body #dropdowns div{
	width:150px
}

/* Recover from backslash hack */
#dropdowns ul{
	margin:0;
	padding:0;
	width:200px;
}

#dropdowns a{
	width:99.99%;
	display:block;
	color:#FFFFFF;
	text-decoration:none !important;
	text-align:left;padding:4px;
	padding:5px 5px 5px 6px;
} 

html>body #dropdowns a{
	width:auto
}

#dropdowns a:hover{
	color:#0C2B6D;
	background-color:#EEEEEE
}

/****************** NAV ******************/
#mainnav{
	font-size:xx-small;
	position:relative;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:30px;
	z-index:1000
}

#navbuttons{
	white-space:nowrap;
	display:block;
	top:0px;
	left:0px;
	height:30px;
	/* IE 5 WIN HACK */ 
	width:800px;
}

