
div#search-box  {
	display: block;
	height: 18px;
	padding-left: 240px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	}

.chromestyle {
	width: auto;
	max-height: 24px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 2px 2px;
	text-align: center;
	}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

.chromestyle ul {
	width: 520px;
	background: transparent;
	padding: 5px 0 2px 0;
	margin: 2px;
	float: right; /*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: #cccccc;
	font-size: 11px;
	padding: 2px 12px;
	margin: 0px;
	text-decoration: none; }

.chromestyle ul li a:hover{
	color: #cccccc;
	/*	background-color: #ffffff; */ }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	text-align: left;
	top: 0;
	border: 1px solid #bbbbbb;
	display: block;
	line-height: 14px;
	z-index: 100;
	background-color: #e2f4fd;
/*	background-color: #054184; */	
/*	background-color: #3d505d; */
	width: 200px;
	visibility: hidden;
    /* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	}

.dropmenudiv a{
	z-index: 100;
	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: #104DB5;
/*	border-bottom: 1px solid #ffffff; */
	}

.dropmenudiv a:visited { /*THEME CHANGE HERE*/
	color: #104DB5;
/*	border-bottom: 1px solid #ffffff;  */
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FF0000;	
	background-color: #ffffff;  
/*	border-bottom: 1px solid #ffffff;  */
	}