/* scrolling/floating menu specific CSS */


#nav {
	background-color:#009;
	padding: 7px; 
	height:20px;
	border:#006 solid 1px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/*background-image:url(/images/newheadernavbak.jpg);
	background-repeat:repeat-x; */
	
	background-color: hsl(205, 100%, 21%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0079d1", endColorstr="#003e6b"); background-image: -khtml-gradient(linear, left top, left bottom, from(#0079d1), to(#003e6b)); background-image: -moz-linear-gradient(top, #0079d1, #003e6b); background-image: -ms-linear-gradient(top, #0079d1, #003e6b); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0079d1), color-stop(100%, #003e6b)); background-image: -webkit-linear-gradient(top, #0079d1, #003e6b); background-image: -o-linear-gradient(top, #0079d1, #003e6b); background-image: linear-gradient(#0079d1, #003e6b); border-color: #003e6b #003e6b hsl(205, 100%, 16%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
}

.buttonContainer a:link,  .buttonContainer a:visited {
	display:block;
	height:30px;
	width:200px; 
	margin-left:25px;
	padding:5px 15px;
	font-size:14px;
	font-weight:bold;
	color: #FFCC00;
	text-decoration:none;
	display:inline;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}
.buttonContainer a:hover, .buttonContainer a:active {
	color:#ffffff;
	background-image:url(/images/newheadernavbakdwn.jpg); 
	background-repeat:repeat-x; 
	
	 
}


