@charset "UTF-8";
/* CSS Document */

#chromemenu{
width: 100%;
font-weight: normal;
font-size: 90%;
background-color:#000066;

}



#chromemenu ul{
font-weight:normal;
width: 100%;
background: url(blueback.gif) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
font-weight:normal;
}

#chromemenu ul li a{
color: #ffffff;
padding: 5px;
margin: 0;
text-decoration: none;
font-weight:normal;

}

#chromemenu ul li a:visited{
color: #ffffff;
padding: 5px;
margin: 0;
text-decoration: none;
font-weight:normal;

}

#chromemenu ul li a:hover{
background: url(bluebackH.gif) center center repeat-x;
font-weight:normal;
}