.chromestyle{
	font-size: 12px;
	top: 0px;
	left: 0;
	width: 660px;
	height: 29px;
	position: relative;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background: url(../images/nav-normal.gif) repeat-x top left;
}

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

.chromestyle ul{
margin: 0px 0 0 0px;
padding: 7px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
height: 29px;
}

.chromestyle ul li{
font-family: "Arial", Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
display: inline;
margin-top: 0px;
padding: 0px;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
color: #ffffff;
padding: 9px 11px 5px 11px;
margin: 0px;
height: 27px;
text-decoration: none;
border-left: solid;
border-left-color:#9999ff;
border-left-width: 1px;
}
.chromestyle ul li a:hover{
padding: 9px 11px 5px 11px;
margin: 0;
color: #330099;
background: url(../images/nav-hover.gif) repeat-x top left;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-top: 0;
font-family: "Arial", Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height:14px;
z-index:100;
background-color: #9999ff;
background-image: none;
width: 160px;
visibility: hidden;
margin: 0px;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
font-family: "Arial", Helvetica, sans-serif;
font-size: 11px;
width: auto;
display: block;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 6px 8px 6px 8px;
text-decoration: none;
background: none;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #CCCCCC;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #7676ee;
color: #FFF;
font-weight: normal;
text-decoration: none;
}

td {
	padding: 0px;
	margin: 0px;
}

img {
	padding: 0px;
	margin: 0px;
}
