.chromestyle{
width: 621px;
height:26px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
width: 621px;
content: ".";
display: block;
clear: both;
visibility: hidden;
}

.chromestyle tr{
width: 621px;
/*background: url('images/menubg.jpg') center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

/*.chromestyle tr td{
display: inline;
}*/

.chromestyle tr td a{
color: #494949;
padding: 0px 0px 5px 0px;
margin: 0px 0px 0px 0px;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url('images/menubg_over.jpg') center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
background-color: white;
width: 131px;
visibility: hidden;

}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size:10px;
color: #8d90c1;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 621px;

}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #e9eaf7;
color:#1b1b57;
}



.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
background-color: white;
width: 135px;
visibility: hidden;
}

.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size:10px;
color: #8d90c1;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 621px;

}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #e9eaf7;
color:#1b1b57;
}



.dropmenudiv3{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
background-color: white;
width: 158px;
visibility: hidden;
}

.dropmenudiv3 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size:10px;
color: #8d90c1;
}

* html .dropmenudiv3 a{ /*IE only hack*/
width: 621px;

}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: #e9eaf7;
color:#1b1b57;
}



.dropmenudiv4{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
}

.dropmenudiv4 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size:10px;
color: #8d90c1;
}

* html .dropmenudiv4 a{ /*IE only hack*/
width: 621px;

}

.dropmenudiv4 a:hover{ /*THEME CHANGE HERE*/
background-color: #e9eaf7;
color:#1b1b57;
}
