#navright ul {
	list-style:none;
	margin: 0;
	padding: 0;
	display: block;
}

#navright a:hover {
	text-decoration: none;
}

#navright a {
	color: #48562a;
	padding: 10px;
	text-decoration: none;
	display: block;
	font: 14px Lato,Verdana,Helvetica,sans-serif;
	text-transform: none;
}

#navright li li>a {
	color: #d4af37;
	font: 14px Lato,Verdana,Helvetica,sans-serif;
	text-transform: none;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-transition: padding 0.2s;
	transition: padding 0.2s;
}

#navright li:hover>ul>li>a {
	padding: 10px;
}

#navright li.active, #navright li.active>a 
{
 
	color: #fff6d9;
 
	background: url(../../../../../images/gradient/?s=442d07&e=fff8ee&h=160) repeat-x #fff8ee;
		
}

#navright li:hover, #navright li:hover>a 
{
 
	color: #e5d5a1;
 
	background: #665841;
		
}

#navright li li:hover, #navright li li:hover>a 
{
 
	color: #fff8ee;
 
	background: #7f7668;
		
}

#navright>ul li {
	margin: 0;
	padding: 0;
	position:relative;
	cursor: pointer;
}

 
#navright>ul>li {
	border-top: 1px solid #828282; 
}
#navright>ul>li:first-child {
	border-top: 0; 
}

 
#navright ul ul li {
	border-top: 1px solid #fff8ee; 
}
#navright ul ul li:first-child {
	border-top: 0; 
}


#navright>ul ul {
	position:absolute;
	list-style:none;
	left:-9999px;
	margin: 0;
	border: 1px solid #d3d3d3;
	background: #442d07;
	padding: 0;
	width: 220px;
	z-index: 1000;
}

#navright>ul>li ul{
	top: -1px;
}

#navright>ul li:hover>ul
{ 
	left:-222px;
}