/******************************************************************************/
/* Yahoo Menu *****************************************************************/
/* Top Level */
#YuiMenu.yuimenubar {
	padding: 0 5px;
	background-color: transparent;
}
#YuiMenu .yuimenubaritem {
	padding-left: 1px;
	height: 35px;
}
#YuiMenu li.first-of-type {
	padding: 0;
	background-image: none;
}
#YuiMenu .yuimenubaritemlabel {
	border: 0 none;
	padding: 11px 0 7px 0;
	font: 14px Arial, Helvetica, sans-serif bold;
	color: #9D2700;
	background-color: transparent;
	width:81px;
	text-align:center;
}
#YuiMenu .yuimenubaritem-selected {
	background-color: transparent;
}

#YuiMenu .yuimenubaritemlabel-selected {
	text-decoration: none;
	height:36px;
	background-color: transparent;
	color:#032A41;
}

#YuiMenu #menuHome.yuimenubaritemlabel,
#YuiMenu #menuAbout.yuimenubaritemlabel,
#YuiMenu #menuHelp.yuimenubaritemlabel,
#YuiMenu #menuTerms.yuimenubaritemlabel {
	width:68px;
}
 {
	width:68px;
}
#YuiMenu #menuContact.yuimenubaritemlabel,
#YuiMenu #menuArticles.yuimenubaritemlabel,
#YuiMenu #ctl00_menuRegister.yuimenubaritemlabel {
	width:81px;
}

#YuiMenu #menuHome.yuimenubaritemlabel-selected {
	background-image:url(images/menu_homeOn.jpg);
	background-repeat:no-repeat;
}
#YuiMenu #menuAbout.yuimenubaritemlabel-selected {
	background-image:url(images/menu_aboutOn.jpg);
	background-repeat:no-repeat;
}
#YuiMenu #menuSearch.yuimenubaritemlabel-selected {
	background-image:url(images/menu_contactOn.jpg);
	background-repeat:no-repeat;
}
#YuiMenu #menuArticles.yuimenubaritemlabel-selected {
	background-image:url(images/menu_articlesOn.jpg);
	background-repeat:no-repeat;
}
#YuiMenu #menuHelp.yuimenubaritemlabel-selected {
	background-image:url(images/menu_helpOn.jpg);
	background-repeat:no-repeat;
}
#YuiMenu #menuTerms.yuimenubaritemlabel-selected {
	background-image:url(images/menu_termsOn.jpg);
	background-repeat:no-repeat;
}
#YuiMenu #ctl00_menuRegister.yuimenubaritemlabel-selected {
	background-image:url(images/menu_registerOn.jpg);
	background-repeat:no-repeat;
}


.yuimenubaritem-hassubmenu {
	background:none;
}

/* Sub-Levels */
#YuiMenu .yuimenu {
	border: 0 none;
	background-color: #FFD11E;
	padding-left:3px;
}
#YuiMenu .yuimenu ul {
	padding: 0 0 0 0;
}
#YuiMenu .yuimenuitem {
	border-top: 1px solid #FF9308;
	border-bottom: 0 none;
}
#YuiMenu .yuimenu li.first-of-type {
	border-top: 0 none;
}
#YuiMenu .yuimenuitem-hassubmenu {
	 
}
#YuiMenu .yuimenuitem-hassubmenu-selected {

}
#YuiMenu .yuimenuitem-selected {
	background-color: #FFBF00;
	border-bottom-color: #3D8427;
}
#YuiMenu .yuimenuitemlabel {
	padding: 0 16px 0 10px;
	font: 92%/28px Verdana;
	color: #9D2700;
}
#YuiMenu .yuimenuitemlabel-selected {
	text-decoration: none;
	color:#032A41;
}

