/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.text-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.text-store-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
a:link {
	color: #9a522a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9a522a;
}
a:hover {
	text-decoration: none;
	color: #6d5f4b;
}
a:active {
	text-decoration: none;
	color: #9a522a;
}
.text-white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 15px;
}
.text-black {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
}
.text-gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b79764;
}
ul {
	list-style-position: inside;
	line-height: 14px;
	margin:0;
	padding-left: 1em;
	text-indent: -1em;
}
/********* RIGHT MENU ********/
ul#rightnav {
list-style-position: outside;
margin:0 0 0 10px;
padding:0;
text-indent:0;
}
ul#rightnav * {
margin:0;
padding:0;
text-indent:0;
}

ul#rightnav li {
list-style:none;
position:relative;
}
ul#rightnav li a {
display:block;
height:100%;
/***** Text color of the flyout menu, unhovered ***/
color:#fff;
/**********************/
}
ul#rightnav li ul li {
list-style:none;
padding:0;
margin:0;
}
ul#rightnav li ul li a {
padding:0 10px;
margin:0;
/****** Background color of the flyout menu ******/
background:#000000;
/***************************/
}
ul#rightnav li ul li a:hover {
/****** Background color of the flyout items, hovered ******/
background:#808080;
/************ Text color of the flyout items, hovered ******/
color:#fff;
/*********************/
}
ul#rightnav li ul {
position:absolute;
left:-9999em;
width:150px;
}
ul#rightnav li ul li {
width:auto;
list-style:none;
}

/**** The magic ****/
ul#rightnav li:hover ul,
ul#rightnav li.sfhover ul {
left:-150px;
top:0;
z-index:500;
}