/* MENU CSS */

.chromestyle{
 background-color: #8C9DA2;
 width:100%;
 margin-top:0px;
 padding:0;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul{
float:left;
margin: 0;
text-align:left;
list-style-type: none;
padding:0;
}

.chromestyle ul li{
/*display: inline;*/
float:left;
margin:0 0 0 0;
height:22px;
}

.chromestyle ul li.der{
/*display: inline;*/
float:left;
border-right: none;
}

.chromestyle ul li a{
display:block;
margin: 0 14px 0 14px;
text-align: center;
font-size:11px;
font-weight:normal;
text-decoration: none;
color: #fff;
padding:0;
height:22px;
line-height:20px;
}

.chromestyle ul li:hover{
margin:0;
height:22px;
}

.chromestyle ul li.select a {

}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); */ /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin:0;
padding:0;
border: 1px solid #8C9DA2; 
border-bottom-width: 0;
font : normal 10px verdana,arial,sans-serif;
line-height:12px;
z-index:100;
background-color: #DEE3E4;
width: 160px;
visibility: hidden;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #8C9DA2; 
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #697D83;
}



.dropmenudiv a:hover{ 
color:#CC0000;
}
