.chromestyle {
min-width: 955px;
font-weight: bold;
margin: 0px 0px -2px 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin-bottom:0px;

}

.chromestyle ul{
/* border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/

color:  #515151;
margin: 0 0 0 -10;
margin-left:-4px;
text-align:center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
height:30px;

}


.chromestyle ul li a{
color: #ff0000;
padding: 10px 11px 10px 12px;
text-decoration: none;
vertical-align:super;
text-transform: uppercase;
/* border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
padding-left:10px;
padding-right:10px;
margin-top:-2px;
margin-left: 2px;

/* border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;

font-family: tahoma, sans-serif, helvetica;
line-height:18px;
z-index:100;
background-color: #4aa6f6;
/* width: 200px;*/
 visibility: hidden;
 webkit-box-shadow: 2px 2px 20px -5px rgba(0,0,0,0.52);
-moz-box-shadow: 2px 2px 20px -5px rgba(0,0,0,0.52);
box-shadow: 2px 2px 20px -5px rgba(0,0,0,0.52);
/* padding: 10px 15px 10px 15px; -sue*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
/* border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color: #435b7e;
font-family: tahoma, sans-serif, helvetica;; 
font-size: 10pt;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%; 

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-family: tahoma, sans-serif, helvetica; font-size: 10pt; color:  #000; font-weight:normal; text-decoration: underline;
}

.menucells 
{ padding-left: 0px; border-bottom: dotted 1px #fff;  }

.subdept:link, .subdept:active, .subdept:visited
{ font-family: tahoma, sans-serif, helvetica; font-size: 10pt; color: #fff; font-weight:normal;}
.subdept:hover
{ font-family: tahoma, sans-serif, helvetica; font-size: 10pt; color: #000; font-weight:normal; text-decoration: underline; }