/* CSS Document */

/* TOP NAV */

.topnav {clear:both; position:relative; padding-top:15px; z-index:1000; zoom:1;}

/* dropdown nav */
/*  **** key change mks **** .dropnav-container {width:100%; float:left; background:#E5E5E5; border:solid #CCC; border-width:1px 0;} ******** */
/* and for no spacing above and under the blue area in the secondary nav, just delete the padding in the following class */
.dropnav-container {width:100%; float:center; background:#E5E5E5; border:solid #CCC; border-width:1px 0; height:26px; padding-top:3px;}
	* html .dropnav-container {margin-bottom:1px;} /* IE 6 ONLY hack - readjusts bottom border (tabs negative margin) */
.dropnav-container.nonav {height:0.5em; font-size:2px; height:3px;}

	ul.dropnav {position:relative; width:78em; padding:0; margin-left:19px; display:inline; float:left; font-size:.9em; line-height:1; font-weight:bold;}

	/* top level */
	/*  **** key change mks **** .dropnav li {float:left; list-style:none; display:inline; margin-left:0;} ******** */
	.dropnav li {float:left; list-style:none; display:inline; margin-left:0;font: bold 10px Verdana, sans-serif; border-right:1px #E5E5E5 solid;}
	
	
	/*  **** key change mks **** .dropnav li:hover, .dropnav li.sfhover {color:#FFF; background:#4C77B3;} ******** */
	 .dropnav li:hover, .dropnav li.sfhover {color:#blue; background:#4C77B3;}
		.dropnav a, .dropnav a:link, .dropnav a:visited {display:block; color:blue; padding:.55em 1em;font-size:13px; }
	/*	.dropnav a:hover {background:#4C77B3; text-decoration:none; padding:.55em 1em;} */



/* My own styles */
.blueClass {text-color:blue;font-size:14px;}
h1 {color:green;}

