.chromestyle{
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
}

.chromestyle ul{
padding: 0; margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #0b5599; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:16px;
z-index:100;
background-color: #ffffff;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0b5599; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-left: 8px;
text-decoration: none;
font-weight: normal;
color: #0b5599;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #83b8e5;
color: #ffffff;
}

a.cl:link       { color: #4a7999; text-decoration: none       }
a.cl:visited  { color: #4a7999; text-decoration: none     }
a.cl:active   { color: #4a7999; text-decoration: none    }
a.cl:hover   { color : #4a7999; text-decoration: underline }
