
div.hovermenu {	margin:0px; width:100%;	padding:0px; background-color: #303030;
/*background-color: #303030;*/} 
.hovermenu ul{ font: 13px arial; padding-left: 0; margin:0px; height: 30px; } 
.hovermenu ul li{ list-style: none; display: inline; } 
.hovermenu ul li a{	padding: 4px 5px 0px 5px; text-decoration: none; float: left; color: #cfcfcf; /*background-color: #303030;*/ border: 2px solid #303030;	vertical-align: middle; } 
.hovermenu ul li a:hover{ background-color: #505050; /*You Can Change This Color*/ border-style: outset; color:#fff; border: 2px solid #505050;  } 
html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */ border-style: inset; } 
#link-1 {}
#link-1 a:hover { border-top-style:solid; border-top-color:#00f; border-top-width:2px; }
#link-2 {}
#link-2 a:hover { border-top-style:solid; border-top-color:#0f0; border-top-width:2px; }
#link-3 {}
#link-3 a:hover { border-top-style:solid; border-top-color:#f00; border-top-width:2px; }
#link-4 {}
#link-4 a:hover { border-top-style:solid; border-top-color:#ff0; border-top-width:2px; }
#link-5 {}
#link-5 a:hover { border-top-style:solid; border-top-color:#f0f; border-top-width:2px; }
#link-6 {}
#link-6 a:hover { border-top-style:solid; border-top-color:#0ff; border-top-width:2px; }

#link-x { }
#link-y { float:right;}
#link-y a:hover { border-top-style:solid;  border-top-width:2px; }
#link-z {	float:right; 	}
#link-z a span {	color:#cfcfcf;	}
#link-z a:hover { border-top-style:solid; border-top-color:#0ff; border-top-width:2px;  }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #505050;
border-bottom: 1px solid #505050; /*THEME CHANGE HERE was 678b3f*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE was 8a3c3d*/
background-color: #505050;
color: white;
}

/* for the resource center dropdown */
.dropmenudiv_rc{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
#width: 300px;
visibility: hidden;
}

.dropmenudiv_rc a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #990000;
border-bottom: 1px solid #505050; /*THEME CHANGE HERE was 678b3f*/
padding: 2px 4;
text-decoration: none;
color: black;
}

* html .dropmenudiv_rc a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_rc a:hover{ /*THEME CHANGE HERE was 8a3c3d*/
background-color: #990000;
color: white;
}
