
#cssmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:510px;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	

background-image: linear-gradient(bottom, rgb(242,163,78) 25%, rgb(255,206,163) 45%, rgb(255,178,84) 73%);
background-image: -o-linear-gradient(bottom, rgb(242,163,78) 25%, rgb(255,206,163) 45%, rgb(255,178,84) 73%);
background-image: -moz-linear-gradient(bottom, rgb(242,163,78) 25%, rgb(255,206,163) 45%, rgb(255,178,84) 73%);
background-image: -webkit-linear-gradient(bottom, rgb(242,163,78) 25%, rgb(255,206,163) 45%, rgb(255,178,84) 73%);
background-image: -ms-linear-gradient(bottom, rgb(242,163,78) 25%, rgb(255,206,163) 45%, rgb(255,178,84) 73%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.25, rgb(242,163,78)),
	color-stop(0.45, rgb(255,206,163)),
	color-stop(0.73, rgb(255,178,84))
);
	
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}
#cssmenu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
#cssmenu li a{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:28px;
	}
#cssmenu li a:hover{
	
	-webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;
	background-color:#F60;

	}