.chromestyle{
margin-left:0px;
width:814px;
height:36px;
background-image:url(../images/toplinksbg.gif);
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left:0px;
	margin:0px;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: left ; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
float:left;
font-family:tahoma;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
padding:10px;
background-image:url(../images/toplinkrightborder.gif);
background-repeat:no-repeat;
display:block;
padding-top:10px;
height:16px;
}



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

.dropmenudiv{
position:absolute;
top: 0;
display:inline;
border-bottom-width: 0;
font:normal 12px arial;
line-height:12px;
background-color:#0172D8;
z-index:100;
width: 170px;
visibility: hidden;
text-align:left;

}



.dropmenudiv a{
width:auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#FFFFFF;
color:#333333;
}

