#topnav{

	display:block;
	width:960px;
	margin-:0;
	padding:12px 0 5px 0px;
	background:url("../images/round_botN.gif") bottom left no-repeat;
	text-align:center;
font: bold 12px Verdana;
padding-bottom:1px;
height:30px;



	}


.gradientbuttons ul{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;

margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.gradientbuttons li{
display: inline;
margin: 0px;


}

.gradientbuttons li a{
text-decoration: none;
padding: 7px 8px;
margin-right: 6px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 1px 1px 2px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: orange;
}

