	
	/* CSS Document */
	
	/* ----------------------------------------------------
	General
	---------------------------------------------------- */
	
	.chromestyle
		{
		margin: 0;
		padding: 0;
		font-size: .9em;
		line-height: 35px;
		}
	
	.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: center;
		}
	
	.chromestyle ul li
		{
		display: inline;
		}
	
	.chromestyle ul li a
		{
		color: #FFF;
		padding: 5px 9px;
		text-decoration: none;
		}
	
	.chromestyle ul li a:hover
		{
		background: #76787b;
		}
	
	.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 #3e647e; /*THEME CHANGE HERE*/
		border-bottom-width: 0;
		line-height: 18px;
		z-index: 100;
		color: #000;
		background-color: #FFF;
		visibility: hidden;
		}
	
	.dropmenudiv a
		{
		width: auto;
		display: block;
		border-bottom: 1px solid #3e647e; /*THEME CHANGE HERE*/
		padding: 0px 8px 2px 11px;
		text-decoration: none;
		color: black;
		text-align: left;
		}
	
	* html .dropmenudiv a
		{ /*IE only hack*/
		width: 200px;;
		text-decoration: none;
		}
	
	.dropmenudiv a:hover
		{ /*THEME CHANGE HERE*/
		color: #FFF;
		background-color: #494139;
		}
		
	div#dropmenu1 a:link 
		{
		text-decoration: none;
		}

	div#dropmenu1 a:visited
		{
		text-decoration: none;
		}

	div#dropmenu1 a:hover
		{
		text-decoration: none;
		}
		
	div#dropmenu2 a:link 
		{
		text-decoration: none;
		}

	div#dropmenu2 a:visited
		{
		text-decoration: none;
		}

	div#dropmenu2 a:hover
		{
		text-decoration: none;
		}
		
	div#dropmenu3 a:link 
		{
		text-decoration: none;
		}

	div#dropmenu3 a:visited
		{
		text-decoration: none;
		}

	div#dropmenu3 a:hover
		{
		text-decoration: none;
		}
		
	div#dropmenu4 a:link 
		{
		text-decoration: none;
		}

	div#dropmenu4 a:visited
		{
		text-decoration: none;
		}

	div#dropmenu4 a:hover
		{
		text-decoration: none;
		}
		
	div#dropmenu5 a:link 
		{
		text-decoration: none;
		}

	div#dropmenu5 a:visited
		{
		text-decoration: none;
		}

	div#dropmenu5 a:hover
		{
		text-decoration: none;
		}
		
	div#dropmenu6 a:link 
		{
		text-decoration: none;
		}

	div#dropmenu6 a:visited
		{
		text-decoration: none;
		}

	div#dropmenu6 a:hover
		{
		text-decoration: none;
		}
		