


.chromestyle{
background: url(../images/bg-menu.jpg) left top no-repeat;
width: 1024px; 
height:32px;
padding:6px 0 0 0;
list-style-type: none;
margin:0;

}

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

.chromestyle ul{
margin: 0;
padding:0;
text-align:left;
width:100%;

}

.chromestyle ul li{
display: inline;
border-left:1px solid #fff;


}

.chromestyle ul li.home{
display: inline;
border-left: none;
margin-left:3px;
}

.chromestyle ul li.home a {
margin:0px;
text-align: left;
}

.chromestyle ul li.der{
display: inline;
border-right: none;
margin: 3px 5px 0 10px;

}

.chromestyle ul li a{
/*display:block;*/
margin: 0 31px 0 31px;
text-align: center;
font-size:12px;
text-decoration: none;
color: #fff;

}



/*
.chromestyle ul li a#rightitem{
color: #fff;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: none;

}

.chromestyle ul li a#rightdrap:hover{
background: none; 

}
*/

.chromestyle ul li a:hover{
/*background: url(../images/chromebg3-over.gif) top center repeat-x; */

}

.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-left:0px;
margin-top: 9px;
border: 1px solid #000; 
border-bottom-width: 0;
font : normal 10px verdana,arial,sans-serif;
line-height:13px;
z-index:100;
background-color: #4C83E8;
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 #000; 
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #FDFBEC;*/
color:#fff;
}