/* RadMenu WilRich skin */

.RadMenu_WilRich 
{
	background: #7a6f59 url(img/nav_button.jpg) left top repeat-x;
	float: right !important;
}

.RadMenu_WilRich .rmHorizontal .rmItem
{
    border-right: solid 1px #6b6148;
}

.RadMenu_WilRich .rmHorizontal .rmLast
{
    border-right: none;
}

.RadMenu_WilRich .rmLink
{
    padding: 0 0 0 12px !important;
}

.RadMenu_WilRich .rmLink:hover,
.RadMenu_WilRich .rmFocused,
.RadMenu_WilRich .rmFocused .rmText,
.RadMenu_WilRich .rmExpanded
{
	background: #9c0001;		
	color: #fff !important;
	text-decoration: none !important;
}

.RadMenu_WilRich .rmText
{
	color: #3b331e;
	padding: 0 20px 5px 10px;	
	font-weight: bold;
	font-size: 12pt;
    height: 43px;
    line-height: 43px;
	white-space: normal;
	text-align: center;
}

.RadMenu_WilRich .rmLink:hover .rmText
{
	color: #fff !important;
	text-decoration: none;
}

.RadMenu_WilRich .rmGroup
{
	border: solid 1px #6b6148;	
	background: #9c0001;
}

.RadMenu_WilRich .rmGroup .rmLink,
.RadMenu_WilRich .rmGroup .rmTemplate .rmText
{
	background: none;		
	text-align: left;	
}

.RadMenu_WilRich .rmGroup .rmTemplate .rmText:hover,
.RadMenu_WilRich .rmGroup .rmLink:hover,
.RadMenu_WilRich .rmGroup .rmFocused,
.RadMenu_WilRich .rmGroup .rmExpanded
{
	background: #9c0001 none left top repeat-x;	
	color: #fff;	
	font-weight: normal;
}

/* RadMenu WilRich Product Manuals skin */

.RadMenu_WilRich_ProductManuals
{
	float: none !important;
	margin: 1em 0;
}

.RadMenu_WilRich_ProductManuals li
{
	line-height: 1.75em;
}

.RadMenu_WilRich_ProductManuals a
{
	cursor: pointer !important;
}
