/******************************************************************************/
/* Yahoo Menu *****************************************************************/
#YuiMenu.yuimenubar {
	padding: 0 6px;
	background-color: transparent;
}
#YuiMenu .yuimenubaritem {
	padding-left: 1px;
	height: 42px;
	background: transparent url(../images/menu/MenuBgSprite.gif) no-repeat left top;
}
#YuiMenu li.first-of-type {
	padding: 0;
	background-image: none;
}
.yuimenubaritemlabel,
.yuimenuitemlabel { /* Prefixing with the id when setting bold seems to break the width calculation */
	font: small-caps bold 92% Georgia, Times, serif;
}
#YuiMenu .yuimenubaritemlabel {
	border: 0 none;
	padding: 42px 0 0 0;
	height: 0;
	overflow: hidden;
	/*font: small-caps bold 92%/42px Georgia, Times, serif;
	color: #094E21;*/
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}
#YuiMenu .yuimenubaritem a:hover,
#YuiMenu .yuimenubaritem a.selected {
	color: #000000;
	text-decoration: none;
}
#YuiMenu .yuimenubaritemlabel .submenuindicator {
	display: none;
}
/* Sub-Levels */
#YuiMenu .yuimenu {
	border: 0 none;
	padding: 0;
	background-color: #000000;
}
#YuiMenu .yuimenu ul {
	padding: 0;
}
#YuiMenu .yuimenu li {
	margin-bottom: 1px;
	border: 1px solid #545353;
	vertical-align: top;
}
#YuiMenu .yuimenuitemlabel {
	padding: 2px 12px 0;
	height: 32px;
	font-variant: small-caps;
	color: #FFFFFF;
	line-height: 32px;
	background: transparent url(../images/menu/MenuBgSprite.gif) repeat-x 0 -42px;
}
#YuiMenu .yuimenuitem a:hover,
#YuiMenu .yuimenuitem a.selected {
	text-decoration: none;
	color: #000000;
	background-position: 0 -76px;
}
#YuiMenu.visible .yuimenuitemlabel .submenuindicator {
	margin: -20px -8px 0 auto;
}
/* Yahoo Menu *****************************************************************/
/******************************************************************************/
