/******************************************************************************/
/* Yahoo Menu *****************************************************************/
/* Top Level */
#Yui.yuimenubar {
	background-color: transparent;
}
#Yui .yuimenubaritem {
	float: right;
	margin-right: 4px;
	padding-right: 8px;
	height: 30px;
	background: transparent url(../images/MenuCircle.gif) no-repeat right center;
}
#Yui .yuimenubaritem.first-of-type {
	background: none;
}
#Yui .yuimenubaritemlabel,
#Yui .yuimenuitemlabel {
	border: 0 none;
	padding: 0 4px;
	font-size: 9pt;
	color: #2F54A4;
	line-height: 30px;
	text-decoration: none;
	background-color: transparent;
}
#Yui .yuimenubaritemlabel:hover,
#Yui .yuimenubaritemlabel.selected {
	color: #000000;
}
/* Sub-Levels */
#Yui .yuimenu {
	border: 1px solid #5E7FC4;
	padding: 0;
	vertical-align: top;
	background-color: #F5F5FF;
}
#Yui .yuimenu ul {
	padding: 0;
}
#Yui .yuimenuitem {
	border-top: 1px solid #5E7FC4;
}
#Yui .yuimenuitem.first-of-type {
	border-top: 0 none;
}
#Yui .yuimenuitem .yuimenuitemlabel {
	padding: 0 8px;
}
#Yui .yuimenuitem .yuimenuitemlabel.hassubmenu {
	background: transparent url(../images/MenuMap.gif) no-repeat right top;
}
#Yui .yuimenuitem .yuimenuitemlabel:hover,
#Yui .yuimenuitem .yuimenuitemlabel.selected {
	color: #FFFFFF;
	background-color: #2F54A4;
}
#Yui .yuimenuitem .yuimenuitemlabel.hassubmenu:hover,
#Yui .yuimenuitem .yuimenuitemlabel.hassubmenu.selected {
	background-position: 100% -30px;
}
/* Inicators */
#Yui .yuimenubaritemlabel .submenuindicator,
#Yui .yuimenuitemlabel .submenuindicator {
	display: none;
}
/* Yahoo Menu *****************************************************************/
/******************************************************************************/


/******************************************************************************/
/* Navigation B ***************************************************************/
#NavigationB a {
	display: block;
	padding: 6px 10px;
	color: #123884;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
#NavigationB a:hover {
	text-decoration: underline;
}
#NavigationB h2 {
	font-size: 9pt;
	background: #F0F0FA url(../images/SubMenuPart1.gif) repeat-x left top;
}
#NavigationB div.message {
	font-size: 9pt;
	font-weight: bold;
	background-color: #8CC7E7;
	height: 29px;
	color: #123884;
}
#NavigationB h2 a {
	font-size: 9pt;
	background: transparent url(../images/SubMenuPart2.gif) repeat-x left bottom;
}
#NavigationB li a {
	border-bottom: 1px dashed #E4E4E9;
	padding-right: 20px;
	font-size: 8pt;
	background: #FFFFFF url(../images/SideMenuArrowDown.gif) no-repeat right center;
}
#NavigationB li.current a {
	background-image: url(../images/SideMenuArrowUp.gif);
}
#NavigationB li.current li a {
	border-bottom-color: #FFFFFF;
	padding: 3px 10px;
	color: #646478;
	background-image: none;
}
#NavigationB li.current li.current a,
#NavigationB li.current li a:hover {
	background: #F0F5FF none;
}
/* Navigation B ***************************************************************/
/******************************************************************************/


/******************************************************************************/
/* Shortcuts ******************************************************************/
#Shortcuts li {
	float: right;
	padding-right: 15px;
}
#Shortcuts li a {
	padding-left: 15px;
	color: #2F5AB4;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	background-repeat: no-repeat;
	background-position: left top;
}
#Shortcuts li#ShortcutSignin a {
	background-image:url(../images/SignIn.gif);
}
#Shortcuts li#ShortcutCart a {
	background-image:url(../images/ShoppingCart.gif);
}
#Shortcuts li#ShortcutAccount a {
	background-image: url(../images/MyAccount.gif);
}
#Shortcuts li a:hover {
	text-decoration: underline;
}
/* Shortcuts ******************************************************************/
/******************************************************************************/


/******************************************************************************/
/* Help Links *****************************************************************/
#HelpLinks ul {
	padding: 0 3px;
	width: 166px;
	height: 97px;
	overflow: hidden;
	background-color: #646478;
}
#HelpLinks li {
	vertical-align: top;
	border-top: 1px solid #88889A;
}
#HelpLinks li.first {
	border-top: 0 none;
}
#HelpLinks a {
	display: block;
	padding-left: 15px;
	width: 151px;
	height: 24px;
	color: #D8D8DD;
	font-size: 9pt;
	text-decoration: none;
	line-height: 24px;
	background: transparent url(../images/SideLinksArrow.gif) no-repeat left center;
}
#HelpLinks a:hover {
	color: #FFFFFF;
}
/* Help Links *****************************************************************/
/******************************************************************************/

