	
	/* CSS Document */
	
	/* ----------------------------------------------------
	General
	---------------------------------------------------- */
	
	.chromestyle
		{
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: .86em;
		font-weight: bold;
		padding-top: 6px;
		
		}
	
	.chromestyle:after
		{ /*Add margin between menu and rest of content in Firefox*/
		content: "."; 
		display: block; 
		clear: both; 
		visibility: hidden;
		}
	
	.chromestyle ul
		{
		margin: 0;
		padding: 0;
		text-align: left;
		padding-left: 15px;
		}
	
	.chromestyle ul li
		{
		display: inline;
		}
	
	.chromestyle ul li a
		{
		color: #fff;
		text-decoration: none;
		padding: 5px 15px 5px 15px;
		
		
		}
	
	.chromestyle ul li a:hover
		{
		color: #000;
		background-image: url('../img/nav_rollover.png');
		background-color: #c0a203;
		}
	.chromestyle ul li:hover {
		
	}
	
	.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;
		line-height: 25px;
		z-index: 100;
		color: #000;
		background-color: #FFF;
		visibility: hidden;
		border: 2px solid #b19401; /*THEME CHANGE HERE*/
		border-bottom-width: 0;
		}
	
	.dropmenudiv a
		{
		width: auto;
		display: block;
		text-decoration: none;
		color: #000;
		text-align: left;
		padding-left: 10px;
		padding-right: 15px;
		border-bottom: 2px solid #b19401; /*THEME CHANGE HERE*/
		}
	
	* html .dropmenudiv a
		{ /*IE only hack*/
		width: 200px;
		text-decoration: none;
		}
	
	.dropmenudiv a:hover
		{ /*THEME CHANGE HERE*/
		color: #b19401;
		}
		
	div#dropmenu1 a:link 
		{
		text-decoration: none;
		}

	div#dropmenu1 a:visited
		{
		text-decoration: none;
		}

	div#dropmenu1 a:hover
		{
		text-decoration: none;
		}
		