.menu{
	font-weight: bold;
	margin: 0px 0;
	margin-bottom:0px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	height: 39px;
	width:988px;
	text-align: center;
	font-family: Arial;
	webkit-border-radius: 5px;
	border-radius: 5px;
background: #71e312; /* Old browsers */
background: -moz-linear-gradient(top,  #71e312 0%, #3ab425 52%, #1c8239 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71e312), color-stop(52%,#3ab425), color-stop(100%,#1c8239)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #71e312 0%,#3ab425 52%,#1c8239 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #71e312 0%,#3ab425 52%,#1c8239 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #71e312 0%,#3ab425 52%,#1c8239 100%); /* IE10+ */
background: linear-gradient(to bottom,  #71e312 0%,#3ab425 52%,#1c8239 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71e312', endColorstr='#1c8239',GradientType=0 ); /* IE6-9 */





	}
.menu ul{
	margin-left:12px;
		
	}
	.menu li{
		float: left;
				margin: 0px;
		}
	.menu li a{
	text-decoration: none;
	display: block;
	padding: 0 30px;
	line-height: 40px;
	color: #FFFFFF;
	webkit-border-radius: 5px;
border-radius: 5px;
		}
		.menu li a:hover, .menu ul li:hover a{
	background-color: #009900;
				color: #FFFF00;
				margin: 0px;
				
			}
	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:220px;
	z-index:220;

		}
	.menu li:hover ul{
		display:block;

		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:220px;
		}
	.menu li:hover li a{
	background-color: #009900;
	background-image: none;
		}
	.menu li ul a{
	display:block;
	height:40px;
	width: 255px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 5px 0px 15px;
	text-align:left;
	background-color: #009900;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#000000;
	text-decoration:none;
	background-color: #FFCC00;
	background-repeat: no-repeat;
	background-position: left center;
			}
	.menu p{
		clear:left;
		}

        li{
           font-size: 13px; line-height: 18px;
        }
