@charset "UTF-8";

.chromestyle{
width: 830px;
height: 41px;
margin: 2px auto 0px auto;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
height: 41px;
padding: 4px 0;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 7px 5px 10px 5px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background-color: #37363C;
color: #ffffff;
text-decoration: none;
}

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

.dropmenudiv {
position : absolute;
top : 0;
border : 1px solid #bbb;
border-bottom-width : 0;
line-height : 18px;
z-index : 100;
background-color : white;
width : 200px;
visibility : hidden;
}
.dropmenudiv a {
width : auto;
display : block;
text-indent : 3px;
border-bottom : 1px solid #bbb;
padding : 2px 0;
text-decoration : none;
font-weight : bold;
color : black;
}
.dropmenudiv a:hover {
width : auto;
display : block;
text-indent : 3px;
border-bottom : 1px solid #bbb;
padding : 2px 0;
text-decoration : none;
font-weight : bold;
color : white;
}
.dropmenudiv a {
width : 100%;
font-size : 11px;
}
.dropmenudiv a:hover {
background-color : #cccccc;
}
.dropmenudiv ul {
margin-left : 10px;
list-style : none;
background-color : #666666;
color : #fff;
}
.dropmenudiv ul a {
list-style : none;
background-color : #666666;
color : #fff;
}
.dropmenudiv ul a:hover {
list-style : none;
background-color : #333333;
color : #fff;
}