ul#css3menu1{
	list-style:none;
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;
	zoom:1;
	background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.39),rgba(255,255,255,0) 50%,rgba(255,255,255,0));
	background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.39),rgba(255,255,255,0) 50%,rgba(255,255,255,0));
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,from(rgba(255,255,255,0.39)),to(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0)));
	background-image:url(../../images/menu-bg.png);
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	*display:inline;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul#css3menu1 li{
	display:block;white-space:nowrap;font-size:0;float:left;}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin:0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font:14px Verdana, Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	cursor:pointer;
	padding:3px;
background-color:;	background-repeat:repeat;
	border-width:0px;
	border-style:none;
border-color:;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	border-style:none;color:#7aa8aa;text-decoration:none;}
ul#css3menu1>li>a{
	padding:7px 12px 11px 12px;}
ul#css3menu1 li.topmenu>a{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	text-shadow:1px 1px 2px #151515;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #222528;
	border-right-color: #222528;
	border-bottom-color: #222528;
	border-left-color: #222528;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu a.pressed{
	border-style:solid;
	text-shadow: 2px 2px 2px #151515;
}
