﻿/* RadMenu RSG MainMenu skin */

/*.RadMenu_MainMenu .item 
{
	line-height: 20px;
	text-align: center;
	height: 20px;
	width: 125px;
}*/

.RadMenu_MainMenu .slide .item .link
{
top: 20px;
position:relative;
}

.RadMenu_MainMenu .slide .item .slide .item .link
{
top: 38px;
position:relative;
}

.RadMenu_MainMenu .item .link
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Helvatica, Arial;
	font-size: 9px;
	margin-top: 0px;

	display: block;	
	line-height: 22px;
	text-align: center;
	height: 22px;
	width: 125px;

	background-image: url(../images/menuitem_background.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.RadMenu_MainMenu .item .link:hover
{
	background-image: url(../images/menuitem_hover_background.png);
	color: #8C6436;
}

.RadMenu_MainMenu .item .active
{
	background-image: url(../images/menuitem_active_background.png);
	color: #FFFFFF;
}

.RadMenu_MainMenu .item .expandTop
{
	background: transparent url(../images/arrow_down.gif) no-repeat right center;
}

.RadMenu_MainMenu .item .active .expandTop
{
	background: transparent url(../images/arrow_down_active.gif) no-repeat right center;
}




