body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #F6F6F6;
	

}
#nav {
	width:512px;
	margin: 0;
	padding: 7px 6px 0;
	font-size:14px;
	background-color: #d7d7d7;
	line-height: 100%;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	z-index:9999;
}
#nav li {
	margin: 0 2px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	z-index:9999;
	
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	background: #428739;
background: -webkit-gradient(linear, left top, left bottom, from(#C8DD95), to(#428739) );
background: -moz-linear-gradient(-90deg, #C8DD95, #428739);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c8dd95', EndColorStr='#428739');
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #F09C15;
background: -webkit-gradient(linear, left top, left bottom, from(#F8C939), to(#F09C15) );
background: -moz-linear-gradient(-90deg, #F8C939, #F09C15);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');

	color: #fff;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background:#428739 url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
button.green, form input[type="submit"].green {
color: white;
text-shadow: 0 1px 1px #7E9320;
border: 1px solid #95AF2B;
background: #428739;
background: -webkit-gradient(linear, left top, left bottom, from(#C8DD95), to(#428739) );
background: -moz-linear-gradient(-90deg, #C8DD95, #428739);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c8dd95', EndColorStr='#428739');
cursor:pointer;
padding:3px;
width:100px;
height:28px;
border-radius:5px;
color:#fff;
margin-top:10px;
}
button.green:hover, form input[type="submit"].green:hover {
background-color: #B3CF40;
background-image: -moz-linear-gradient(top, #B3CF40, #93AF20);
background-image: -webkit-gradient(linear, left top, left bottom, from(#B3CF40), to(#93AF20));
background-image: -webkit-linear-gradient(#B3CF40, #93AF20);
background-image: -o-linear-gradient(#B3CF40, #93AF20);
background-image: linear-gradient(top, #B3CF40, #93AF20);
cursor:pointer;
color:#333;

}

button.red, form input[type="reset"].red {
color: white;
text-shadow: 0 1px 1px #BF3B3B;
border: 1px solid #BF3B3B;
background-color: #FF8F8F;
background-image: -moz-linear-gradient(top, #FF8F8F, #DF5353);
background-image: -webkit-gradient(linear, left top, left bottom, from(#FF8F8F), to(#DF5353));
background-image: -webkit-linear-gradient(#FF8F8F, #DF5353);
background-image: -o-linear-gradient(#FF8F8F, #DF5353);
background-image: linear-gradient(top, #FF8F8F, #DF5353);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8F8F', endColorstr='#DF5353');
cursor:pointer;
padding:3px;
width:100px;
height:28px;
border-radius:5px;
color:#fff;
margin-top:10px;
}
button.red:hover, form input[type="reset"].red:hover {
background-color: #DF5353;
background-image: -moz-linear-gradient(top, #DF5353, #BF3B3B);
background-image: -webkit-gradient(linear, left top, left bottom, from(#DF5353), to(#BF3B3B));
background-image: -webkit-linear-gradient(#DF5353, #BF3B3B);
background-image: -o-linear-gradient(#DF5353, #BF3B3B);
background-image: linear-gradient(top, #DF5353, #BF3B3B);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF5353', endColorstr='#BF3B3B');
cursor:pointer;
color:#333;

}
form input[type="text"], form input[type="password"], form textarea, form select {
color: #555;
font-size: 12px;
width: 250px;
padding: 8px;
margin: 5px 0;
text-shadow: 0 1px 1px white;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
font-family: Arial, Helvetica, sans-serif;
}