.chrome_footer{
width: 99%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.chrome_footer:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chrome_footer ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
text-decoration: none;
}

.chrome_footer ul li{
display: inline;
}

.chrome_footer ul li a{
color: #6a7796;
padding: 0px 2px;
margin: 0;
text-decoration: none;
font-size:11px;
text-shadow:#000000 1px 0px 2px;
display:inline-block;
FILTER: shadow(Color=#000000, Strength=2, Direction=30);
}

.chrome_footer ul li a:hover, .chrome_footer ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
text-decoration:underline;
color:#90a0c6;
}
