/* MENU CSS */

.chromestyle{
clear:both;
background: url(../images/bg-menu.jpg) left top no-repeat;
width: 761px; 
height:31px;
padding:0;
list-style-type: none;
margin:10px 0 0 0;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle .home {
float:left;
width:55px;
padding:3px 0 0 10px;
margin:0;
}

.chromestyle ul{
float:left;
margin: 0;
padding:0;
text-align:left;
list-style-type: none;
}

.chromestyle ul li{
/*display: inline;*/
float:left;
border-left:1px solid #515158;
margin:2px 0 0 0;
height:28px;
}

.chromestyle ul li.der{
/*display: inline;*/
float:left;
border-right: none;
}

.chromestyle ul li a{
display:block;
margin: 0 25px 0 25px;
text-align: center;
font-size:12px;
font-weight:bold;
text-decoration: none;
color: #515158;
padding:7px 0 0 0;
height:21px;
}

.chromestyle ul li:hover{
background-color:#e4e4e4;
border-left:1px solid #515158;
margin:2px 0 0 0;
height:28px;
}

.chromestyle ul li.select a {
display:block;
margin: 0 25px 0 25px;
text-align: center;
font-size:12px;
font-weight:bold;
text-decoration: none;
color: #515158;
padding:7px 0 0 0;
height:21px;
}

.chromestyle ul li a:hover{
color: #515158;
}

.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:12px;
z-index:100;
background-color: #f4530c;
width: 110px;
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{ 
color:#fff;
}