	
	/* CSS Document */
	
	/* ----------------------------------------------------
	
	Menu - * Drop Drown Menu Formatting
	
	---------------------------------------------------- */
	
	.chromestyle
		{
		margin: 0;
		padding: 0;
		/*padding-left: 100px;*/
		}
	
	.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;
		text-decoration: none;
		}
	
	.chromestyle ul li a: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;
		background-color: #fff;
		border-bottom-width: 0;
		line-height: 24px;
		z-index: 100;
		color: #000;
		visibility: hidden;
		
		font-size: 12px;
		}
	
	.dropmenudiv a
		{
		width: auto;
		display: block;
		padding: 0px 8px 0px 11px;
		text-decoration: none;
		color: #000;
		text-align: left;
		border-bottom: 1px #005295 solid;
		}
	
	* html .dropmenudiv a
		{ /*IE only hack*/
		width: 200px;
		text-decoration: none;
		}
	
	.dropmenudiv a:hover
		{ /*THEME CHANGE HERE*/
		color: #8c8a8c;
		}
		
	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;
		}
		
