/******************************************************************************/
/* Yahoo Menu *****************************************************************/
/* Top Level */
#YuiMenu.yuimenubar {
	padding: 0 10px;
	background-color: transparent;
}
#YuiMenu .yuimenubaritem {
	padding-left: 1px;
	height: 34px;
	background: transparent url(../images/layout/MenuBgSprite.gif) no-repeat left top;
}
#YuiMenu li.first-of-type {
	padding: 0;
	background-image: none;
}
#YuiMenu .yuimenubaritemlabel {
	border: 0 none;
	padding: 4px 8px 0;
	font: 92%/30px Verdana;
	color: #FFFFFF;
	background-color: transparent;
}
#YuiMenu .yuimenubaritemlabel-selected {
	text-decoration: none;
	background: transparent url(../images/layout/MenuBgSprite.gif) repeat-x 0 -34px;
}
/* Sub-Levels */
#YuiMenu .yuimenu {
	border: 0 none;
	background: #509D35 url(../images/layout/MenuBgSprite.gif) repeat-x 0 -68px;
}
#YuiMenu .yuimenu ul {
	padding: 2px 0 0 0;
}
#YuiMenu .yuimenuitem {
	border-top: 1px solid #6AC14D;
	border-bottom-color: #509D35;
}
#YuiMenu .yuimenu li.first-of-type {
	border-top: 0 none;
}
#YuiMenu .yuimenuitem-hassubmenu {
	background-image: url(../images/layout/MenuSubIndicator.gif);
}
#YuiMenu .yuimenuitem-hassubmenu-selected {
	background-image: url(../images/layout/MenuSubIndicatorSelected.gif);
}
#YuiMenu .yuimenuitem-selected {
	background-color: #3D8427;
	border-bottom-color: #3D8427;
}
#YuiMenu .yuimenuitemlabel {
	padding: 0 16px 0 10px;
	font: 92%/28px Verdana;
	color: #FFFFFF;
}
#YuiMenu .yuimenuitemlabel-selected {
	text-decoration: none;
}
/* Yahoo Menu *****************************************************************/
/******************************************************************************/


/******************************************************************************/
/* Site Links *****************************************************************/
#SiteLinks {
	position: absolute;
	z-index: 1;
	left: 25px;
	bottom: 116px;
	width: 864px;
	height: 48px;
}
#SiteLinks li {
	float: left;
	margin-left: 16px;
}
#SiteLinks li.first {
	margin-left: 0;
}
#SiteLinks li a {
	display: block;
	padding-top: 10px;
	width: 160px;
	height: 38px;
	font: bold 107% Verdana;
	line-height: 1.0;
	color: #A5C5D3;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
/* Site Links *****************************************************************/
/******************************************************************************/
