/* r.a.d.menu Custom1 Skin */

.RadMenu_Custom1  {
	padding-left:0px;
	width: auto;
	height: auto;
	position: relative; 
	margin-bottom:5px;
	padding-bottom:5px;
	z-index: 10;
}

.RadMenu_Custom1 .innerdiv 
{
padding-bottom:5px;
}

.FF .RadMenu_Custom1 .innerdiv   {
	margin-bottom:5px;
	padding-bottom:0px;
}


.RadMenu_Custom1 .link {
	text-decoration:none;
	color: #ffffff;
	line-height: 13px;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: capitalise;
	font-size: 12px;
}

.RadMenu_Custom1 .horizontal .item {
	border-right: 1px solid #ffffff;
}

.RadMenu_Custom1 .vertical .item {
	border-right: 0px solid #ffffff;
}

.RadMenu_Custom1 .horizontal .last {
	border-right: 0px solid #ffffff;
}

.RadMenu_Custom1 .link .text {
	cursor: pointer;
    cursor: hand;
	font-size: 12px;
}


.RadMenu_Custom1 .text a:hover,
.RadMenu_Custom1 .link a:hover,
.RadMenu_Custom1 .text a:active,
.RadMenu_Custom1 .link a:active,
.RadMenu_Custom1 .current,
.RadMenu_Custom1 .focused,
.RadMenu_Custom1 .expanded {
	color: #26478a;
}

.RadMenu_Custom1 .link:hover,
.RadMenu_Custom1 .focused,
.RadMenu_Custom1 .expanded {
	color: #26478a;
	text-decoration: none;
}

.RadMenu_Custom1 .group .link:hover, 
.RadMenu_Custom1 .group .focused, 
.RadMenu_Custom1 .group .expanded {
	color: #AA9675;
}

.RadMenu_Custom1 .text {
	font-size: 10px;
	font-weight: bold;
}

.RadMenu_Custom1 .group {
}

.RadMenu_Custom1 .group .link {
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	background-color: #25468a;	
	color: #ffffff;
	line-height: 15px;
	width: 150px;	
	text-transform: capitalise;
	font-size: 12px;
	font-weight: bold;
}




