.chromestyle{
width: 476px;
font:  11px Arial;
border: 0px solid #000000;

}

 .chromestyle a:link  {color: #004b85; text-decoration: none; }
 .chromestyle a:active  {color: #004b85; text-decoration: none; }
 .chromestyle a:visited {color: #004b85; text-decoration: none; }
 .chromestyle a:hover  {color: #FFFFFF; text-decoration: none; }
 .chromestyle a:active {color: #004b85;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/* border: 1px solid #BBB; */
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #005085;
font-weight: bold;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #005085;   /*menu divider lines"*/
}

.chromestyle ul li.noborder a{
border-right: 0px solid #005085;   /*menu divider line OFF"*/
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
text-decoration: none;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */

 .dropmenudiv a:link  {color: #004b85; text-decoration: none; }
 .dropmenudiv a:active  {color: #004b85; text-decoration: none; }
 .dropmenudiv a:visited {color: #004b85; text-decoration: none; }
 .dropmenudiv a:hover  {color: #FFFFFF; text-decoration: none; }
 .dropmenudiv a:active {color: #004b85;}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:17px;
z-index:100;
background-color: #c3cee4;
width: 100px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/
text-decoration: none;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #005085;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c3cee4;
color: #FFFFFF;
text-decoration: none;
}
.roll {
margin-bottom:5px;padding:6px 10px 6px 10px; width:180px;background-color: #004e6d; color:#ffffff; font-size:11px;font-family:Arial, Helvetica, sans-serif;cursor:pointer;text-decoration:none; font-weight:bold;
}
