.chromestyle{
width: 99%;
font-weight: bold;
font-size:80%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 5px 0;
margin: 0;
text-align:left;
background-image:url(../images/silver.gif);
z-index:3;
}

.chromestyle ul li{
display: inline;
color:#444;
}

.chromestyle ul li a{
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #c0c0c0;
border-bottom:none;
}

.chromestyle a{
background-color:#eee;
font-family:verdana;
color:#666;
background-image:url(../images/silver.gif);
}

.chromestyle ul li a:hover{
background-color:#336699;
color:white;
text-decoration:none;
background-image:url(../images/bluegrad.gif);
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:1px solid #808080;
font-family:verdana;
font-size:80%;
font-weight:normal;
z-index:9999;
background-color:#080;
visibility: hidden;
}

.dropmenudiv sep{
height:2px;
width:180px;
display:block;
border-top:1px solid #808080;
background-image:url(../images/silverside.gif);
background-repeat:repeat-y;
color:#666;
text-indent:15px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 15px;
padding: 2px 3px 4px 4px;
text-decoration: none;
font-weight: bold;
color:#666;
background-image:url(../images/silverside.gif);
background-repeat:repeat-y;
}

* html .dropmenudiv a{ /*IE only hack*/
width:180px;
}

.dropmenudiv a:hover{
background-color:#336699;
text-decoration:none;
color:white;
background-image:url(../images/bluegrad.gif);
background-repeat:repeat-x;
}

/**/
