/* ######### Style for Navigation Menu ######### */

#chromemenu {
padding:0;
margin:0;
}

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

.chromestyle ul li{
display: inline;
padding: 0;
margin-right: 22px;
}

.chromestyle img{
border: none;
height:16px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
visibility: hidden;
z-index:100;
background-image: url(/images/crome_bg.png);
background-position:top;
background-repeat:repeat-x;
padding: 10px 0 11px 0;
font:normal 11px Arial;
width: 125px;
margin-top:5px;
}

.hr {
background-image: url(/images/crome_hr.gif);
background-repeat:repeat-x;
height: 1px;
margin:2px 16px 2px 14px;
}


.hr2 {
background-image: url(/images/crome_hr2.gif);
background-repeat:repeat-x;
height: 2px;
margin:4px 0 4px 0;
}


.dropmenudiv a,.dropmenudiv a:visited{
width: auto;
display: block;
border:none;
padding: 0;
text-decoration: none;
font-weight: normal;
color: #000;
padding:6px 16px 5px 14px;
}

.dropmenudiv a:hover{
background-image: url(/images/crome_hover_bg.png);
background-repeat:no-repeat;
background-position:right;
text-decoration: none;
font-weight: normal;
color:#db1b2e;
width: auto;
display: block;
border:none;
text-decoration: none;
font-weight: normal;
padding:6px 16px 5px 14px;
}

* html .dropmenudiv a,* html .dropmenudiv a:visited,* html .dropmenudiv a:hover{
padding:0 16px 0 14px;
}