/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */


.yuimenubar {
    background: url(images/categoryBar.gif)  no-repeat;
    background-color: transparent;
    float: right;
    text-align: left;
    padding: 5px 0px 5px  20px;
	height:34px;
	width: 274px;
}

.yuimenu {
    background-color: #F1CB78;
    border-top: none;
}

.yuimenuitem {
    border: none;
	
}

.yuimenubaritem-selected, .yuimenuitem-selected {
    background-color: #F1CB78;
	
}

a.yuimenubaritem-hassubmenu {
    padding-right: 8px;
}


.yuimenubaritemlabel-selected {
    background-color: #F1CB78;
}

.yuimenubaritem-hassubmenu-selected {
    color: #336666;
}

.yuimenubaritemlabel {
    border: none;
    padding: 5px 7px;
    color: #352A19;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.yuimenuitemlabel {
    padding: 2px 20px 2px 20px;
    text-transform: none;
    font-family: verdana;
    font-size: 8pt;
	color: #352A19;
}



a.yuimenubaritemlabel-selected, a.yuimenuitemlabel-selected {
    text-decoration: none;
    color: #336666;
}

.yuimenuitem-selected {
    background-color: #F1CB78;
}

.yuimenubaritem-hassubmenu {
	 background: none;
	 background-color: transparent;
}

li.menuBarContent {
	font-family:verdana;
	font-size:7pt;
	list-style-image: none;	
}

li.yuimenuitem {
	list-style-image: none;	
}

.yuimenu  {
	border: none;
}

.mainMenu {
	display:block;
	float:left;
	height:26px;
	margin-top:5px;
	position:static;
	visibility:visible;
	width:823px;
	z-index:2;	
}

.saleSeperator {
	float:left;	
}

.saleLink {
	color:#138d9f;		
}

.saleLink:hover {
	color:#186767;
}

