.chromestyle
	{ width:99%;  font-weight:normal; }

.chromestyle:after
	{
	/*Add margin between menu and rest of content in Firefox*/
	content:".";  display:block;  height:0; 
	clear:both;  visibility:hidden;
	}

.chromestyle ul
	{
	/* border:1px solid #BBB; */  width:100%;

	/* background:url(/images/nav.jpg) center center repeat-x; */
	/*THEME CHANGE HERE*/

	padding:8px 0;  margin:0;  text-align:center;
	}

.chromestyle ul li
	{ display:inline; }

.chromestyle ul li a, .chromestyle ul li a:visited
	{
	font-size:15px;  color:#c0e1ea;  padding:11px 12px;  margin:0;
	text-decoration:none;  /* border-right:1px solid #c0e1ea; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;  letter-spacing:2px;
	}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
	{
	/* script dynamically adds a class of "selected" to the current active menu item */

	text-decoration:none;  color:#fff;  background:#8E9CA5;

	/* background:url(chromebg-over.gif) center center repeat-x; */
	/*THEME CHANGE HERE*/
	}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
	{
	position:absolute;  top:0;

	/* border:1px solid #8E9CA5;  border-bottom-width:0; */

	font:normal 12px Georgia, Times, serif;
	line-height:18px;  z-index:100;  background:#8E9CA5;
	width:175px;  visibility:hidden;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	/*Add Shadow in IE. Remove if desired*/
	}


.dropmenudiv a
	{
	width:auto;  display:block;  font-weight:normal;
	/* border-bottom:1px solid #8E9CA5; */
	padding:2px 4px;  text-decoration:none;  color:#000;
	}

* html .dropmenudiv a
	{ /*IE only hack*/  width:100%; }

.dropmenudiv a:hover, .dropmenudiv a:active
	{ color:#fff;  background-image:url(/images/nav.jpg); }

