﻿#nav {
	float: left;
	/*width: 100%;*/
	width:700px;
	!width:auto;
	margin: 13px 0 18px 0;
	!margin: 20px 0 0px 0;
	padding: 7px 0 0 10px;
	list-style: none;
	background: none;
	font-size: 11px;
	font-family: "MS Trebuchet", Geneva, Helvetica, Arial, sans-serif;
}
#nav li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	line-height: normal;
	font-weight: bold;
	font-size: 11px;
	font-family:"MS Trebuchet", Geneva, Helvetica, Arial, sans-serif;
}
#nav li a {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0;
	padding:4px 10px 9px;
	position:relative;
	text-decoration:none;
	z-index:9000;

}
/* Hovers & Current Tab: sfhover class added with JS (for old IE)
--------------------------------------------------------------- */

#nav li:hover, #nav li.sfhover, #nav li.current {
	background: #fff url(http://www.dolcevia.com/img/nav_on_left.gif) no-repeat left top;
	/*background: #fff url(../img/nav_dn_left.gif) no-repeat left bottom;*/
}
#nav li:hover a, #nav li.sfhover a, #nav li.current a {
	color: #0a4425;
	background: url(http://www.dolcevia.com/img/nav_on_right.gif) no-repeat right top;
}

/* Dropdowns 
--------------------------------------------------------------- */
#nav li ul {
	position: absolute;
	padding: 0;
	margin: 0 0 0 -1px;
	list-style: none;
	left: -999em; /* using left because display:none isn't read by screen readers */
	background-color: #F3F8E4;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	vertical-align:top;
}
#nav li ul li {
	margin: 0;
	padding: 0;
}
#nav li:hover ul li a, #nav li.sfhover ul li a, #nav li.current ul li a {
	margin: 0;
	padding: 5px 10px;
	background-color: #F3F8E4;
	background-image: none;
	border: 1px solid #CEEBAD;/*#a5be0e;*/
	border-top: none;
	border-bottom-color: #ccc;
	font-size: 1em;
	font-weight: normal;
	color: #666;
}

#nav li ul li.last a, #nav li.current ul li.last a {
	border-bottom-color: #a5be0e;
}
#nav li ul li a:hover, #nav li.current ul li a:hover {
	color: #99FF00;/*#fff*/
	background: #000000;/*#663033; #800000;--#bf621b*/
}
#nav li ul li.current a {
	font-weight: bold;
}
#greenbg {
	background: #000000;/* url(../img/greenbg.jpg);
	background-repeat: repeat-x;*/
	width:99.99%;
	height: 47px;
	float:left;
	!float:none;
	}
#greenbg div{
	float:left;
	!float:none;
	}
/*
#greenbg{position: relative;
	width: 100%;
	padding-left: 5px;
	float: left;
	/*top: 0px;
	
	z-index: 2;
	clear: both;*/
	/*font-family: "MS Trebuchet", Geneva, Helvetica, Arial, sans-serif;
	background-color: #CEEAAF;}*/

/* Width of DropDowns */
#nav li ul,
#nav li ul li,
#nav li:hover ul li a, 
#nav li.sfhover ul li a, 
#nav li.current ul li a {
	width: 15em;
}

/* Make Last Tab's DropDown Less Wide */
#nav li#last_tab ul,
#nav li#last_tab ul li,
#nav li#last_tab:hover ul li a, 
#nav li#last_tab.sfhover ul li a, 
#nav li#last_tab.current ul li a {
	width: 12.7em;
}
/* IE7 Sticky Menu Fix */
#nav li:hover, #nav li.hover {
    position: static;
}

/* -----[ Support for the "iehover-fix.js" ]----- */ 
* html ul#nav iframe, * html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* -----[ End Support for the "iehover-fix.js" ]----- */

------------------------------------------------------------
	Left Nav
--------------------------------------------------------------- 
#leftnav {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;	
}
#leftnav li {
	margin: 10px 0;
	line-height: normal;
}
#leftnav li a:link, #leftnav li a:visited {
	color: #333;
}
#leftnav li a:hover, #leftnav li a:active {
	color: #91B011;
}
#leftnav li.current {
	color: #c60;
}
#leftnav ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
#leftnav ul li {
	margin: 6px 0;
	line-height: normal;
}


/**************************************/
#subnav {
	float: left;
	width: 825px;
	margin: 5px 0 20px 0;
	padding: 7px 0 0 0px;
	list-style: none;
	background: none;

}
#subnav li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	line-height: normal;
}
#subnav li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 10px 9px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}






#subnav li ul {
	position: absolute;
	padding: 0;
	margin: -27px 0 0 213px;
	list-style: none;
	top: -999em; /* using left because display:none isn't read by screen readers */
	background: #fff;
}
#subnav li:hover ul, #subnav li.sfhover ul {
	top: auto;
}
#subnav li ul li {
	margin: 0;
	padding: 0;
}
#subnav li:hover ul li a, #subnav li.sfhover ul li a, #subnav li.current ul li a {
	margin: 0;
	padding: 5px 10px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #a5be0e;
	/*border-top: none;*/
	border-bottom-color: #ccc;
	font-size: 1em;
	font-weight: normal;
	color: #666;
}

#subnav li ul li.last a, #subnav li.current ul li.last a {
	border-bottom-color: #a5be0e;
}
#subnav li ul li a:hover, #subnav li.current ul li a:hover {
	color: #fff;
	background: #800000;/*#bf621b*/
}
#subnav li ul li.current a {
	font-weight: bold;
}

/* Width of DropDowns */
#subnav li ul,
#subnav li ul li,
#subnav li:hover ul li a, 
#subnav li.sfhover ul li a, 
#subnav li.current ul li a {
	width: 15em;
}

/* Make Last Tab's DropDown Less Wide */
#subnav li#last_tab ul,
#subnav li#last_tab ul li,
#subnav li#last_tab:hover ul li a, 
#subnav li#last_tab.sfhover ul li a, 
#subnav li#last_tab.current ul li a {
	width: 12.7em;
}
/* IE7 Sticky Menu Fix */
#subnav li:hover, #subnav li.hover {
    position: static;
}

/* IE7 Sticky Menu Fix */
#subnav li:hover, #subnav li.hover {
    position: static;
}

/* -----[ Support for the "iehover-fix.js" ]----- */ 
* html ul#subnav iframe, * html ul.subnav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }
