body {
	margin-left: 0px;
	margin-top: 0px;

}
H1 {font-family: Verdana,Tahoma,Arial,Helvetica,Times New Roman; font-size: 14pt; color: #ffffff
}

.chromestyle{
width: 100%;
font-family: Verdana,Tahoma,Arial,Helvetica,Times New Roman; 
font-size: 8pt; 
color: #FF6600;
font-weight: normal;
}

.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: #ff6600;
padding: 3px 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: 2px 7px;
margin: 0;
text-decoration: none;
cursor:pointer;
}

.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 #FF6600; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FF6600;
font-weight: bold;
color: #ffffff;
}