

LI.nolink {

	color : #000;

	font-weight : bold;

}

	



.chromestyle{

	width: 100%;

	font-weight: bold;

	padding : 0px 0px 0px 0px;

}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{

	width: 100%;

	/*THEME CHANGE HERE*/

	padding: 4px 0px;

	margin: 0px 0px 0px;

	text-align: left;

	/*set value to "left", "center", or "right"*/

}



.chromestyle ul li{

	display: list-item;

	list-style-type : none;

	text-align : left;

	padding : 5px;

}



.chromestyle ul li a{

	color : #fff;

	text-decoration : none;

}



.chromestyle ul li a:hover{

	color : #000;

}







/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

	position:absolute;

	top: 0;

	border: 2px solid #fff;

	/*THEME CHANGE HERE*/

	border-bottom-width: 0;

	font: normal 11pt Arial, Helvetica, sans-serif;

	line-height:18px;

	z-index:100;

	background-color: #0082b9;

	width: 160px;

	visibility: hidden;

	margin-left : 80px;

	text-align : left;

	margin-top : -23px;

}





.dropmenudiv a{

	width: auto;

	display: block;

	text-indent: 3px;

	border-bottom: 2px solid White;

	/*THEME CHANGE HERE*/

	padding: 2px 0;

	text-decoration: none;

	font-weight: bold;

	color: #fff;

}



* html .dropmenudiv a{

	/*IE only hack*/

	width: 100%;

	text-decoration : none;

}



.dropmenudiv a:hover{

	/*THEME CHANGE HERE*/

	background-color: #003366;

	color : Silver;

}





.clearfix:after {

    content: ".";              /* the period is placed on the page as the last thing before the div closes */

	display: block;          /* inline elements don't respond to the clear property */ 

    height: 0;                  /* ensure the period is not visible */

    clear: both;               /* make the container clear the period */

    visibility: hidden;	     /* further ensures the period is not visible */

}



.clearfix {display: inline-block;}   /* a fix for IE Mac */



/* next a fix for the dreaded Guillotine bug in IE6 */

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

/* end of "no-extra-markup" clearing method */





















