@charset "utf-8";
/* CSS Document */


#nav ul li a.current{
	color: #FFB612;	
}
#subnav {
	/*width:100%;*/
	height:18px;
	color:#fff;
	background-color:#69BE28;
	padding:2px 0px 2px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#subnav ul { /* all lists */
	padding: 0px;;
	margin:0px;
	list-style: none;
}
#subnav ul li {
	padding:0px 30px 0px 0px;
}
#subnav li { /* all list items */
	float: left;
	position: relative;
}
#subnav a {
	color:#fff;
	text-decoration:none;
}
#subnav a:hover {
	text-decoration:none;
	color:#FFB612;
}

#subnav a.current{
	text-decoration: underline;
}

#subnav #search {
	position:absolute;
	top:165px;
	left:730px;
	float:right;
	height:25px;
	padding:0px;
	margin:0px;
	display:block;
	width:259px; 
}

#subnav #search .searchbox {
	background-image: url(/websvcs/templates/05/mercury/images/search_01.png);
	width:230px;
	border: 0 none;
	padding:0px;
	margin:0px;
	height:25px;
	float:left;
	line-height:25px;
	padding-left:6px;
	
}
#subnav #search .searchbutton {
	background-color:#69BE28;
	background-image: url(/websvcs/templates/05/mercury/images/search_02.png);
	background-repeat:no-repeat;	
	background-position:0px 0px;
	border:none;
	width:22px;
	height:25px;
	cursor:pointer;
	float:left;
	margin:0px 0px 0px 0px;
	
}

.todayHours{
	padding:0 0 5px 40px;
	color: #E98300;
	font-size:12px;
	clear:left;
	width: 1020px;
}

a.todayHoursLink:hover {
	text-decoration:underline;
}
.todayHoursLink{
color:#E98300; 
text-decoration:none;
}