.chromestyle {float:left; margin: 0px; padding-top: 0px; font-family: arial, arial, sans serif; font-size: 1.1em;font-weight:bold;height:38px;text-align:left}
.chromestyle ul {float: left;  margin: 0px; padding: 0px; border-top: solid 1px rgb(54,83,151); border-bottom: solid 1px rgb(54,83,151); background-color: rgb(127,162,202); font-weight: bold;height:38px}	
.chromestyle li {display: inline; list-style: none; margin: 0px; padding: 0px;font-size: 100%;}
.chromestyle li a {display: block; float: left; margin: 0px 0px 0px 0px; padding: 12px 10px 5px 10px; border-right: solid 1px rgb(54,83,151); color: rgb(255,255,255); text-transform: uppercase; text-decoration: none; font-size: 100%;height:21px}
.chromestyle a:hover, a.selected {color: rgb(50,50,50); text-decoration: none;font-size: 100%;}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: ">>";
/*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 #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
background-color:#E1F5FF;
width: 140px;
visibility: hidden;
font-size: 100%;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
font-size: 100%;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

