.chromestyle{
width: 99%;
height:31px;
padding: 0;
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{
width: 100%;
padding: 0;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline; line-height:29px;
}

.chromestyle ul li a{
color:#FFFFFF !important;
padding:7px 10px 8px 30px;
margin: 0;
text-decoration: none;
background: url(../img/page/hr_menu_arrow_link.gif) no-repeat left;
}

.chromestyle ul li a:hover{
color:#B5EDFF !important; background: url(../img/page/hr_menu_arrow_hover.gif) no-repeat left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font-size:95%;
line-height:18px;
z-index:100;
background: #0A303D; 
border: #43616B dashed 1px;
border-top:none;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 15px;
border-top: #264854 dotted 1px;
/*border-bottom:#999999 solid 1px;*/
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
color:#fff !important;
background: url(../img/page/navi_second_link.gif) no-repeat left top;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
color:#B5EDFF !important; text-decoration: underline; background: url(../img/page/navi_second_hover.gif) no-repeat left top;
}
