@charset "UTF-8";
ul.classic {list-style: disc; margin-bottom: 1em; padding-left: 2em;}

/* TEXTO */
#nav {	margin: 0;	padding: 5px 6px 0;	line-height: 100%;	border-radius: 6px;
	height:30px;
	background-color:#6a8c33;
	background-image:url('http://img.zonadiet.com/BG-GR-s6.jpg')
	border: solid 1px #cbdfa4;
	font: normal .8em/1.2em Arial, Helvetica, sans-serif; 
	width:976px;}
	
#nav li {	margin: 0 5px;	padding: 0 0 8px;	float: left;	position: relative;	list-style: none; text-align:left;}

/* main level link */
#nav a {	font-weight: bold;	color: #f6f5f0;	text-decoration: none;	display: block;	padding:  6px 20px;	margin: 0;	-webkit-border-radius: 8px;	-moz-border-radius: 1.6em;	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #cbda7b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbda7b', endColorstr='#93c13d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cbda7b), to(#93c13d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #cbda7b,  #93c13d); /* for firefox 3.6+ */
	color: #444;	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);	text-shadow: 0 1px 0 rgba(255, 255, 255, .8); z-index:9997;}
	
/* 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: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#93c13d', endColorstr='#8db835'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#93c13d), to(#8db835)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #93c13d,  #8db835) !important; /* for firefox 3.6+ */
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

/* level 2 list */
#nav ul {
	 /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f1e8', endColorstr='#dbdbd1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f1e8), to(#dbdbd1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f2f1e8,  #dbdbd1); /* for firefox 3.6+ */
	background-color:#FFFFFF;
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 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);
	z-index:9998;
}

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

#nav ul li {	float: none;	margin: 0;	padding: 0; font: normal .8em/1.4em Arial, Helvetica, sans-serif; z-index:9999;}

#nav ul a {	font-weight: normal;	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);}

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

/* rounded corners for first and last child */
#nav ul li:first-child > a { 	-webkit-border-top-left-radius: 8px; 	-moz-border-radius-topleft: 8px;	-webkit-border-top-right-radius: 8px;	-moz-border-radius-topright: 8px;}

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

/* 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%;}

</style>