.chromestyle{ height:19px;
text-align:center;font-size:14px;
width:200px;font-weight:bold;
}

.chromestyle:after{ height:19px; /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}

.chromestyle ul{ height:19px;
border: 1px solid #072e4f;background-color:#f57d24;
padding: 0px 01;
margin: 0;
text-align: center;
}

.chromestyle ul li{ height:19px;
display: inline;
}

.chromestyle li{ height:19px;
}


.chromestyle ul li a{ height:19px;
margin-bottom: 1px;padding:0px;padding-right:5px;padding-left:5px;
text-decoration: none;
border: 0px;
border-right: 0px solid #ffffff;
}

.chromestyle ul li a:hover{
padding-top:0px; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ height:19px; /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ height:19px;
position:absolute;
top: 1;
border-top: 1px solid #f5a024;
border-right: 1px solid #f5a024;
border-left: 1px solid #f5a024;
border-bottom: 1px solid #f5a024;
border-bottom-width: 1;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #072a4e;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}


.dropmenudiv a{ height:19px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #f5a024; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;direction:rtl;
color: #072e4f;background-color:#ffffff;
}

* html .dropmenudiv a{ height:19px; /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ height:19px; /*THEME CHANGE HERE*/
background-color: #072e4f;color: #ffffff;
}