.chromestyle{

	width: 650px;

	margin-left: 20px;

	float:left;

	margin-top: 60px;

	height: 20px;

	padding-top: 20px;

}



.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%;

	text-align: left;

	padding-top: 0px;

	padding-right: 0;

	padding-bottom: 4px;

	padding-left: 0;

	margin: 0;

}



.chromestyle ul li{

	display: inline;

}



.chromestyle ul li a{

	color: #FFFFFF;

	padding-left: 20px;

	padding-right: 20px;

	padding-top: 80px;

	padding-bottom: 6px;

	font-size: 12px;

	text-transform: uppercase;

	text-decoration: none;

	font-weight: bold;

	margin-top: 20;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 0;

}



.chromestyle ul li a:hover{

color:#FFCE00;

text-decoration:none;

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}



#chromemenu a{

	color:#666666;

}



#chromemenu a:hover{

	color:#FF8500;

}



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



.dropmenudiv{

position:absolute;

top: 0;

border: 2px solid #000000; /*THEME CHANGE HERE*/

border-bottom-width: 0;

color:#666666;

font:12px Arial, Helvetica, sans-serif;

z-index:100;

background-color: #CCCCCC;

width: 150px;

visibility: hidden;

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 3px;

border-bottom: 2px solid #000000; /*THEME CHANGE HERE*/

padding: 2px 0;

padding-top:10px;

padding-bottom:10px;

text-decoration: none;

color: #666666;



}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color:#FF8500;

background-color: #CCCCCC;

}

