/* r.a.d.menu Custom1 Skin */

.RadMenu_Custom2 {
margin-bottom: 5px;
}

.RadMenu_Custom2 .link {
	text-decoration:none;
	color: #25468a;
	line-height: 25px;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid #ffffff;
	width: 157px;
	padding-left:12px;
}

.IE7 .RadMenu_Custom2 .link, .IE5_6 .RadMenu_Custom2 .link {
	width: 169px;
	padding-left:12px;
}

.RadMenu_Custom2 .link .text {
	cursor: pointer;
    cursor: hand;
}

.RadMenu_Custom2 .link:hover,
.RadMenu_Custom2 .focused,
.RadMenu_Custom2 .expanded {
	color: #aa9674;
}

.RadMenu_Custom2 .group
{
background-color:white;
padding-right:3px;
}



