/* Main Attributes */
.chromestyle{
	padding:2px;
	height:17px;
}

/* Add margin between menu and rest of content in Firefox */
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* General Position */
.chromestyle ul{
border: 0px solid #0099FF;
width: 765px;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

/* Changes Text & Color of Main Menu */
.chromestyle ul li a{
color: #FFFFFF;
padding: 2px 5px;
margin: 0;
text-decoration: none;
}

/* Changes Hover-over Color of Main Menu */
.chromestyle ul li a:hover{

color:#CC6600;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* Style for Drop Down Menu 1 */

.dropmenudiv1{
	position:absolute;
	top: 0;
	border: 1px solid #000000; /*Border*/
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height:18px;
	z-index:1601;
	background-color: #234759;
	width: 87px;
	visibility: hidden;
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	height: 160px;
}

.dropmenudiv1 a{
width: 100%;
display: block;
text-indent: 5px;
border: 0px solid #0066FF; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
}

.dropmenudiv1 a:hover{ /*Drop Menu Hover Color*/
background-color: #000000;
color:#CC6600;
}

/* Style for Drop Down Menu 2 */

.dropmenudiv2{
	position:absolute;
	top: 0;
	border: 1px solid #000000; /*Border*/
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height:18px;
	z-index:1601;
	background-color: #234759;
	width: 87px;
	visibility: hidden;
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	height: 40px;
}

.dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 5px;
border: 0px solid #0066FF; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
}

.dropmenudiv2 a:hover{ /*Drop Menu Hover Color*/
background-color: #000000;
color:#CC6600;
}
