


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 2px 0px 2px 0px;  /*top,right,bottom,left*/
 width: 135px;
 list-style: none;
 background: #f4f4f4;
 border: 0px;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10pt;  
 color: #CCCCCC;
  top: 0;
 left: 135px;
  
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 padding: 2px 0px 2px 0px;  /*top,right,bottom,left*/
	visibility: hidden;
	position: absolute;
	background: #cc8136;
 	border: 1px solid transparent; 
	border: 1px;
	top: 0;
	left: 135px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position:  relative;

}

/* Links inside the menu */
.menulist a {
 display:  block;
 padding: 2px 0px 2px 0px;  /*top,right,bottom,left*/
 color: #000;
 text-decoration: none;
 border: 1px solid transparent;
}
/* IE fix because it doesn't support transparent borders */
* html .menulist a {
 border: 0px;
 margin: 0px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color:  #000;
 background-color:#cc8136;
 padding: 2px 0px 2px 0px;  /*top,right,bottom,left*/
 border: 1px solid transparent;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10pt;  
 color: #f4f4f4;
 top: 0;
 left: 100px;
 list-style: none;
 margin: 0;
}

/*  gifts, hampers, outdoor recreation, parties, retreat, buffet, cakes  */

.menulist a .subind {
 float: right;
}

* html .menulist li {
 float: left;
 height: 0%;
}
* html .menulist a {
 height: 0%;
}
</ul>
</ul>
