@charset "utf-8";
/*<![CDATA[*/
<!--
/* CSS Document */
/* Main Attributes */
	a:link {text-decoration: none; color: #FFFFFF;}
	a:visited {text-decoration: none; color: #FFFFFF;}
	a:hover {text-decoration: none; color: #CC6600;}
	a:active {text-decoration: none;}
	.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: 780px;
		padding-left:10px;
		padding-right:10px;
		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: 120px;
	}
	
	.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;
	}
-->
/*]]>*/
