/* ==================================================================
 *  home.css
 *
 * ================================================================== */

#header{
	background:#000 url(../../images/background-header-blue.gif) no-repeat center bottom;
} 
#instructions{
 position:relative;
	height:140px;
	min-width:500px;
	background:#f3f3f3 url(../../images/header.jpg) no-repeat right top;
	color:#FFFFFF;
}

#instructions ul { float: right; margin: 0; padding-top:10px; padding-right:10px}
#instructions ul li{ border:0px solid #00FF00; list-style-type:none; float: left; margin: 0; padding: 0;height:140px; background-image: url(../../images/header-arrow.gif); background-position:100% 85px; background-repeat:no-repeat;}
#instructions #discover { padding-right:25px;}
#instructions #locate {padding-right:20px; padding-left: 10px}
#instructions #share { background-image:none; padding-left: 10px}
#instructions a{ display:block;}
#instructions a:link, #instructions a:visited{ color:#fff; text-decoration:none;}
#instructions a:link:hover, #instructions a:visited:hover { color: #FF9900; text-decoration: none; }
#instructions a:link:active, #instructions a:visited:active { color: #900; text-decoration: none; }


