
/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	position:absolute;	
	top:8em;
	left:0.5em;
	z-index: 10;
	width:14em;						     /* [1] width of menu item (i.e., box) */
	height: 242px;
	text-align: left;
	font-size: 0.9em;
	background-image:url(navChalk.gif);
	background-repeat:no-repeat;
	padding:1em;
	padding-right:1.5em;
	padding-left:0.5em;
	padding-top:0.6em;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.3em;
	padding-left:0.5em;
	border-bottom:1px solid #555;		/* adds bottom border */
	white-space:nowrap;
	
	/*background-image: url(chlkBrd.gif);
	background-repeat:no-repeat;*/
	
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	background-color: #333333;
	color:#FFFFFF;
	text-decoration:none;			    /* removes underlines from links */
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: #7D223A;;

	/*background-image:url(chlkBrdR.gif);
	background-repeat:no-repeat;*/
	}
	
		
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 13.5em;				                 /* distance from left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 13.5em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}

div#menuv ul li ul li {
	border-right:1px solid #555;
	}

#coupon {
	position:absolute;	
	top:4em;
	left:0.5em;
	z-index: 10;
margin:1em;
text-align:center; }