/*Menu Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#chromemenu{
width: 100%;
margin-left: 0px;
font-weight: bold;
font-size: 10pt;
font-family: Arial,Helvetica,sans-serif;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border-top: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
border-right: 1px solid #DADADA;
width: 100%;
background:  url("../images/chromebg.gif") center center repeat-x;
padding: 5px 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;
}

#chromemenu a{
color: #494949;
padding: 5px 5px;
text-decoration: none;
border-left: 1px solid #DADADA;
border-right: 1px solid #DADADA;
}

#chromemenu a:hover{
background:  url("../images/chromebg2.gif") center center repeat-x;
}




A:link {text-decoration: none; color: #333366; font-weight: bold;}
A:visited {text-decoration: none; color: #333366; font-weight: bold;}
A:active {text-decoration: none; color: #333366; font-weight: bold;}
A:hover {text-decoration: underline; color: #333366; font-weight: bold;}