

#mnav_h {	
	width: auto;
	margin: 100px auto;


}
#nav_h {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 0.2em;
        top: 110px;
        left:50%;
        margin-left:-492px;

        width: 985px;
        position:absolute;


    -webkit-box-shadow: 0 1px 3px black;
    -moz-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;

	background: #3DAD15; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04C404', endColorstr='#3DAD15'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04C404), to(#3DAD15)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04C404,  #3DAD15); /* for firefox 3.6+ */
        background: -webkit-linear-gradient(top, #04C404, #3DAD15); /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background: -o-linear-gradient(top, #04C404, #3DAD15); /* Opera 11.10-12.00 */
        background: linear-gradient(to bottom, #04C404, #3DAD15); /* Firefox 16+, IE10, Opera 12.50+ */

	border: solid 1px #3DAD15;
}
#nav_h li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;

}
/* main level link */
#nav_h a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .3);

}
/* main level link hover */
#nav_h .current a, #nav_h li:hover > a {
	background: #D10404; /* for non-css3 browsers */
        border-radius: 4px 4px 4px 4px;
        color: #FFFFFF;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB0202', endColorstr='#D10404'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EB0202), to(#D10404)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EB0202,  #D10404); /* for firefox 3.6+ */
        background: -webkit-linear-gradient(top, #EB0202, #D10404); /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background: -o-linear-gradient(top, #EB0202, #D10404); /* Opera 11.10-12.00 */
        background: linear-gradient(to bottom, #EB0202, #D10404); /* Firefox 16+, IE10, Opera 12.50+ */


}
#nav_h li:hover li a {
        color: #EBEBEB;
}


/* sub levels link hover */
#nav_h ul li:hover a {
	background: none;
	border: none;
	color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
        box-shadow: none;

}
#nav_h ul a:hover {

        background: #D10404 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB0202', endColorstr='#D10404'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EB0202), to(#D10404)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EB0202,  #D10404) !important; /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #EB0202, #D10404);
        background: linear-gradient(to bottom, #EB0202, #D10404); /* Firefox 16+, IE10, Opera 12.50+ */
color: #FFFFFF;
       
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
        border-radius: 0;
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
}
/* level 2 list */
#nav_h ul {
	background: #FFA200; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAC003', endColorstr='#FFA200'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FAC003), to(#FFA200)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FAC003,  #FFA200); /* for firefox 3.6+ */
        background: -webkit-linear-gradient(top, #FAC003, #FFA200); /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background: -o-linear-gradient(top, #FAC003, #FFA200); /* Opera 11.10-12.00 */
        background: linear-gradient(to bottom, #FAC003, #FFA200); /* Firefox 16+, IE10, Opera 12.50+ */

            
	display: none;
	margin: 0;
	padding: 0;
	width: 220px;
/*	position: absolute; */
	position: absolute;
/*	top: 35px; */
/*	left: 0; */
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
    -webkit-box-shadow: 0 1px 3px black;
    -moz-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;
}


#demo1
{
        padding: 3px;
	background: #3DAD15; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04C404', endColorstr='#3DAD15'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04C404), to(#3DAD15)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04C404,  #3DAD15); /* for firefox 3.6+ */
        background: -webkit-linear-gradient(top, #04C404, #3DAD15); /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background: -o-linear-gradient(top, #04C404, #3DAD15); /* Opera 11.10-12.00 */
        background: linear-gradient(to bottom, #04C404, #3DAD15); /* Firefox 16+, IE10, Opera 12.50+ */

}

#demo2
{
        padding: 3px;
        background: #FFA200; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAC003', endColorstr='#FFA200'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FAC003), to(#FFA200)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FAC003,  #FFA200); /* for firefox 3.6+ */
        background: -webkit-linear-gradient(top, #FAC003, #FFA200); /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background: -o-linear-gradient(top, #FAC003, #FFA200); /* Opera 11.10-12.00 */
        background: linear-gradient(to bottom, #FAC003, #FFA200); /* Firefox 16+, IE10, Opera 12.50+ */

}
#demo3
{
        padding: 3px;
        background: #D10404; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB0202', endColorstr='#D10404'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EB0202), to(#D10404)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EB0202,  #D10404); /* for firefox 3.6+ */
        background: -webkit-linear-gradient(top, #EB0202, #D10404); /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background: -o-linear-gradient(top, #EB0202, #D10404); /* Opera 11.10-12.00 */
        background: linear-gradient(to bottom, #EB0202, #D10404); /* Firefox 16+, IE10, Opera 12.50+ */

}

/* dropdown */
#nav_h li:hover > ul {
	display: block;
        color: #FFFFFF; 
}
#nav_h ul li {
	float: none;
	margin: 0;
	padding: 0;
/* z-index:1001; */
}
#nav_h ul a {
	font-weight: normal;
/*	text-shadow: 0 1px 1px rgba(255, 255, 255, .9); */
     
}
/* level 3+ list */
#nav_h ul ul {
	left: 181px;
	top: -3px;

}
/* rounded corners for first and last child */
#nav_h ul li:first-child > a {
	-webkit-border-top-left-radius: 0.2em;
	-moz-border-radius-topleft: 0.2em;
	-webkit-border-top-right-radius: 0.2em;
	-moz-border-radius-topright: 0.2em;
        border-top-right-radius: 0.2em;
        border-top-left-radius: 0.2em;
}
#nav_h ul li:last-child > a {
	-webkit-border-bottom-left-radius: 0.2em;
	-moz-border-radius-bottomleft: 0.2em;
	-webkit-border-bottom-right-radius: 0.2em;
	-moz-border-radius-bottomright: 0.2em;
        border-bottom-right-radius: 0.2em;
        border-bottom-left-radius: 0.2em;
}
/* clearfix */
#nav_h:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
        
}
#nav_h {
	display: inline-block;      

}
html[xmlns] #nav_h {
	display: block;
        
}
* html #nav_h {
	height: 1%;

}
ul.subnav {
z-index: 20;
}