.chromestyle{
width: 100%;
margin:0;
padding:0;
font-weight: bold;
font-size:85%;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
border-bottom: 1px solid #000;
width: 100%;
background:#D9E0F3 url(../image/nav/chromebg5.gif) center center repeat-x;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
color: #000;
padding: 0 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000;
}
.chromestyle ul li a:hover{
background-color: #BAC7E9;
}
.arrow  a{
background: url(../image/nav/down.gif) right center no-repeat;
}
.arrow  a:hover{
background: #BAC7E9 url(../image/nav/down.gif) right center no-repeat;
}
.first{
border-left: 1px solid #000;
padding: 0 0 0 3px;
}
.chromestyle ul li a{
padding: 0 15px 0 5px;
}
/* Drop Down Menu  */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #D9E0F3;
width: 200px;
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 #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{
background-color: #BAC7E9;
}
