﻿.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
position:absolute;
top: 0;
border-bottom: 0px solid #ccc;
width: 100%;
padding: 12px 0;
margin: 0;
text-align: center;
font-family: Arial,Helvetica,'sans-serif';
font-size: 11px;
font-weight: bold;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a.link2{
font-weight: bold;
padding: 10px 4px 7px 8px;
margin: 0;
text-decoration: none;
border-top: 2px solid #fff;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
background-color: #cdc8b1;
color: #000;
}

.chromestyle ul li a.link2:hover{
color: #000;
background-color: #fff;
border-top: 2px solid #666;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;

}

/* Style for Drop Down Menu */

.dropmenudiv{
position:absolute;
top: 0;
font-family: Verdana,Arial,Helvetica,'sans-serif';
font-size: 11px;
font-weight: bold;
line-height:13px;
width: 150px;
z-index:100;
visibility: hidden;
}

.dropmenudiv a.link1 {
width: auto;
display: block;
text-indent: 8px;
padding: 2px 0;
color: #fff;
background-color: #666;
border-top: 0;
border-bottom: 4px solid #000;
border-left: 0;
border-right: 0;
}

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

.dropmenudiv a.link1:hover{
border-bottom: 4px solid #000;
border-top: 0;
border-right: 0;
border-left: 0;
color: #000;
background-color:#ff9;
}