/* CSS Document */

/* ----------------------------------------------------
General
---------------------------------------------------- */

.chromestyle
	{
	margin: 0;
	padding: 0;
	font-weight: bold;
	height: 28px;
	}

.chromestyle:after
	{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul
	{
	margin: 0;
	margin_bottom: -10;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
	padding-right: 50px;
	}

.chromestyle ul li
	{
	display: inline;
	}

.chromestyle ul li a
	{
	color: #00348c;
	padding: 5px 10px;
	_padding: 5px 10px;
	text-decoration: none;
	}

.chromestyle ul li a:hover
	{
	color: #FFF;
	background: #00348c;
	text-decoration: none;
	}

.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 #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 1;
	line-height: 18px;
	z-index: 100;
	color: #00348c;
	background-color: #dee7f7;
	width: 200px;
	visibility: hidden;
	}

.dropmenudiv a
	{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	color: #00348c;
	text-align: left;
	}

* html .dropmenudiv a
	{ /*IE only hack*/
	width: 200px;;
	}

.dropmenudiv a:hover
	{ /*THEME CHANGE HERE*/
	color: #00348c;
	background: #FFF;
	text-decoration: none;
	}
	
.darkgrey
	{
	color: #FFFFFF;
	background-color: #9c9a9c;
	text-indent: 5px;
	}
	
.lightgrey
	{
	background-color: #dedfde;
	}