body {
	margin-top: 0px;
	}
.chromestyle{
width: 560px;
top: 450px;
left: 276px;
font-weight: bold;
font:normal 12px Arial;
z-index: 2;
}

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

.chromestyle ul{

width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding-bottom: 7px;
padding-top: 8px;
padding-right: 0;
padding-left: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 8px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
color: #E169A8;
}

/*.chromestyle ul li a[rel]:after{ /*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{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
text-align: left;
line-height:16px;
z-index:100;
background-color: black;
width: 120px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 0px solid #000; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: regular;
color: #ffffff;
}

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

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