
div#search-box  {
	display: block;
	height: 18px;
	vertical-align: top;
	padding-left: 240px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	}

td.masthead-nav	{
	background-image: url(/images/chrome-back.gif);
	height: 30px;
	max-width: 594px;
	valign: top;
	float: left;
	}


.chromestyle {
	width: 548px;
	max-height: 24px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 2px 12px;
	float: right;
	text-align: center;
	}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

.chromestyle ul {
	width: auto;
	background: transparent;
	padding-top: 5px;
	padding-bottom: 2px;
	margin: 2px;
	text-align: left; /*set value to "left", "center", or "right"*/	}

.chromestyle ul li {
	display: inline; }

.chromestyle ul li a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 2px 12px;
	margin: 0px;
	text-decoration: none;
	border-bottom: 4px solid #ffc513; }
	
.chromestyle ul li a:hover{
	color: #ffffff;
	border-bottom: 4px solid #cccccc; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;

	/* border: 1px solid #000000; */
	display: block;
	line-height: 14px;
	z-index: 100;
	background-color: #ffffff;
	width: 200px;
	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-size: 9px;
	text-indent: 3px;
	/* border-bottom: 1px solid #fff; */
	padding: 2px 0;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:link { /*THEME CHANGE HERE*/
	color: #eeeeee;
	}

.dropmenudiv a:visited { /*THEME CHANGE HERE*/
	color: #ffffff;
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #ffffff;	
	background-color: #0067ab;
	}