﻿.RadMenu_tonyarcher
{
    width: 274px;
	background-image: url('Menu/navBG.jpg');
	background-repeat: no-repeat;
	margin-right: 2px;
	height: 200px;
}
.RadMenu_tonyarcher a {
	color: #fff !important;
	font: normal 16px Verdana, Arial, sans-serif;
	letter-spacing: .08em;
}
.RadMenu_tonyarcher .rmLink
{
	text-decoration:none;
	color: #666;
	line-height: 28px;
	display: block;
	background: transparent;
	width: 270px;
	text-align: left;
	margin-left:10px;
}

.RadMenu_tonyarcher .rmLink:hover
{
	text-decoration:underline;
	
}

.RadMenu_tonyarcher .selectedItem
{
    font-weight: bold;
}