.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px;
_height:80px;
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 900px;
background:url(../header_normal3.jpg) repeat-x left top; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding:5px; 0 0 0px;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 5 8 5 8px;
margin:0px;
text-decoration:none;
font:12px arial;
font-weight:bold;
vertical-align:baseline;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
text-decoration:none;
}

.active_search{/*script dynamically adds a class of "selected" to the current active menu item*/
background:url(../active_search.gif) no-repeat left top; /*THEME CHANGE HERE*/
padding: 10 6 8 6px;
_padding: 6 6 14 6px;
margin:0px;
}

.active_submit{/*script dynamically adds a class of "selected" to the current active menu item*/
background:url(../active_submit.gif) no-repeat left top; /*THEME CHANGE HERE*/
padding: 10 6 8 6px;
_padding: 6 6 14 6px;
margin:0px;
}

.active_my{/*script dynamically adds a class of "selected" to the current active menu item*/
background:url(../active_my.gif) no-repeat left top; /*THEME CHANGE HERE*/
padding: 10 6 8 6px;
_padding: 6 6 14 6px;
margin:0px;
}

.active_career{/*script dynamically adds a class of "selected" to the current active menu item*/
background:url(../active_career.gif) no-repeat left top; /*THEME CHANGE HERE*/
padding: 10 6 8 6px;
_padding: 6 6 14 6px;
margin:0px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #9b9b36; /*THEME CHANGE HERE*/
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #fffae8;
width: 200px;
visibility: hidden;
margin-left:-7px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
border-left: 6px solid #fffae8;
border-right: 6px solid #fffae8;
margin:6 0 6 0px;
padding: 0px;
text-decoration: none;
color: black;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration:none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ff9933;
color:#FFFFFF;
text-decoration:none;
}