﻿/* RadMenu Plain skin */

.RadMenu_AK
{
	font-weight: bold;
	font-size: 12px;
}

.RadMenu_AK .rmItem
{
	background: url('img/hover-sprites.gif') repeat-x left -75px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.RadMenu_AK .rmText
{
	background: url('img/hover-sprites.gif') no-repeat right -75px;
	line-height: 20px;
	height: 20px;
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.RadMenu_AK .rmLink:visited
{
	color: #d7d7d7;
}

.RadMenu_AK .rmLink
{
	background: url('img/hover-sprites.gif') no-repeat left -75px;
	color: #d7d7d7;
	text-decoration: none;
	height: 20px;
	cursor: pointer !important;
	padding: 0px !important;
}

.RadMenu_AK .rmLink:hover
{
	background: url('img/hover-sprites.gif') no-repeat left top;
	color: #fff;
}

.RadMenu_AK .rmText:hover
{
	background: url('img/hover-sprites.gif') no-repeat right -50px;
}

.RadMenu_AK .rmItem:hover
{
	background: url('img/hover-sprites.gif') repeat-x left -25px;
}	

.RadMenu_AK .rmGroup
{
	background-color: #000000;
}

.RadMenu_AK .rmGroup .rmItem
{
	margin-left: 0px;
	margin-right: 0px;
}