.navwrap {
	width: 210px;
	margin: 10px 7px;
}

.navwrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}


.nav {
	position:relative;
	left:0;
	top:0;
	z-index:20000;
	width:210px;
	cursor:default !important;
	border:none;
	text-align:left;
}

.nav,.nav li,.nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	float: left;
}

.nav li{
	display:block;
	width:210px;
	position:static;
	float: left;
}

.nav li a, .nav li a:visited {
	background: url("../images/bullet-nav.gif") no-repeat 0 0;
	position:relative;
	display:block;
	font: bold 1.2em/30px "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #63721B;
	text-decoration: none;
	border-bottom: 1px solid #F1F4E1;
	padding-left: 30px;
	height: 30px;
}

* html .nav li a, * html .nav li a:visited {
	height: 30px;
}

.nav li a.promotions, .nav li a.promotions:visited {
	color: #AB3030;
}

.nav li a.loggedinas, .nav li a.loggedinas:visited {
	font-size: 1.0em;
	line-height: 15px;
	height: auto;
}

.nav li a:hover {
	background: url("../images/bg-nav-hover.gif") repeat-y 0 0;
	border-bottom: 1px solid #D2DF96;
}

.nav ul{
	width:210px;
	border: 1px solid #D2DF96;
	background: #FDFFF4;
	position:absolute;
	z-index:20100;
	display: none;
	left: 210px;
}

.nav li {  /*all list items */
	float: left;
	position: relative;
}

.nav li ul, .nav li ul ul { /*second-level lists*/
	top : 0;
	position: absolute;
} 

.nav ul li {
	position: relative;
}

.nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

.nav ul li a:link, .nav ul li a:visited, .nav ul li a:hover {
	background: #FDFFF4;
	font: 11px "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
	padding: 3px 10px;
	line-height: 18px;
	height: auto;
}

/** html .nav ul li a:link, * html .nav ul li a:visited, * html .nav ul li a:hover {
	height: 12px;
}*/

.nav ul li a:hover {
	background: #F0F5D8;
	border-bottom: 1px solid #D2DF96;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul{
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul {  /*lists nested under hovered list items */
	display: block;
}


/* old menu
--------------------------------------------------------

.udm,.udm li,.udm ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.udm{
	position:relative;
	left:0;
	top:0;
	z-index:20000;
	width:210px;
	cursor:default !important;
	border:none;
	text-align:left;
}

.udm li{
	display:block;
	width:210px;
	position:static;
	float: left;
}

.udm li a, .udm li a:visited {
	background: url("../images/bullet-nav.gif") no-repeat 0 0;
	position:relative;
	display:block;
	font: bold 1.2em/30px "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #63721B;
	text-decoration: none;
	border-bottom: 1px solid #F1F4E1;
	padding-left: 30px;
}

* html .udm li a, * html .udm li a:visited {
	height: 30px;
}

.udm li a.promotions, .udm li a.promotions:visited {
	color: #ff445d;
}

.udm li a:hover {
	background: url("../images/bg-nav-hover.gif") no-repeat 0 0;
	border-bottom: 1px solid #D2DF96;
	height: 30px;
}

* html .udm li a:hover {
	height: 30px;
}

.udm ul{
	width:210px;
	border: 1px solid #D2DF96;
	background: #FDFFF4;
	position:absolute;
	z-index:20100;
	display:none;
}

.udm ul li a:link, .udm ul li a:visited, .udm ul li a:hover {
	background: #FDFFF4;
	font: 11px "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
	padding: 3px 10px;
	line-height: 18px;
	height: 19px;
}

* html .udm ul li a:link, * html .udm ul li a:visited, * html .udm ul li a:hover {
	height: 12px;
}

.udm ul li a:hover {
	background: #F0F5D8;
	border-bottom: 1px solid #D2DF96;
}
	
.udm .udmS{
	background-image:none;
	background-color:#9F9F9F;
	cursor:default !important;
	position:absolute;
	z-index:20050;
	left:0px;
	top:0px;
	display:none;

}

.udm .udmC{
	position:absolute;
	left:0;
	top:0;
	z-index:20020;
	width:auto;
	filter:alpha(opacity=0);
}*/