.footernavstyle{
width: 600px;
float:left; 
margin-left: 30px;
}

.footernavstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.footernavstyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.footernavstyle ul li{
display: inline;
}

.footernavstyle ul li a{
color: #D1D3D4;
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}



.footernavstyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #FFFFFF;  /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.footerdropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
/*background-color: #9FAA74;*/

width: 195px;
visibility: hidden;
}


.footerdropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
/*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
background: url(../../../images/navigation/unselected.png) center center repeat; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #222222;
text-align:left;
}

* html .footerdropmenudiv a{ /*IE only hack*/
width: 100%;
}

.footerdropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
background: url(../../../images/navigation/selected.png) center center repeat; /*THEME CHANGE HERE*/
color: #DDDDDD;
}