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