
/* RadMenu Custom skin */

.RadMenu_Custom
{
    	margin: 0 auto;
    width:950px;
	text-align:center;
	float: right;

}

.RadMenu_Custom_Context
{
	background:none;
}

.RadMenu_Custom ul .text1
{
	margin: 0 15px 0 15px;
	font-size:14pt;
	padding: 0 30px 1px 30px;
}

.RadMenu_Custom ul .text
{

}

.RadMenu_Custom ul .link
{
	text-decoration:none;
	color: black;
	cursor:hand;
	cursor:pointer;
	margin: 0 10px 0 10px;
	padding:0;
	line-height: 160%;
}

.RadMenu_Custom ul .link1 .text1
{
	
	font-family:Georgia, Times New Roman, Serif;
	font-size:14pt;
	color:White;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height: 160%;
	
}

.RadMenu_Custom ul .link:hover,
.RadMenu_Custom ul .focused,
.RadMenu_Custom ul .expanded
{
	cursor:hand;
	cursor:pointer;
	
}

.RadMenu_Custom .link:hover .text,
.RadMenu_Custom .focused .text,
.RadMenu_Custom .expanded .text
{

}

.RadMenu_Custom .rootGroup .disabled:hover
{
	
}

.RadMenu_Custom .rootGroup .disabled:hover .text
{

}



.RadMenu_Custom ul.group
{
	border: 0px;
}



.RadMenu_Custom ul.group .link
{
	text-align: left;
	padding: 0 10px 0 10px;
	cursor:hand;
	cursor:pointer;
    color:White;
    margin:0;
    background-color: #1f1a17;
}

.RadMenu_Custom ul.group .text
{
	font-size: 10pt;
	color: White;
	font-family: Verdana, Arial, Sans-Serif;
	letter-spacing:normal;
	margin:0;
	line-height:20pt;
}

.RadMenu_Custom ul.group .first .link
{
    border: none;
}

.RadMenu_Custom ul.group .link:hover,
.RadMenu_Custom ul.group .focused,
.RadMenu_Custom ul.group .expanded
{
	font-weight: normal;
	text-decoration:underline;
	background-color: #56514d;
	
}

.RadMenu_Custom ul.group .link:hover .text,
.RadMenu_Custom ul.group .focused .text,
.RadMenu_Custom ul.group .expanded .text
{
	border-top: 0;
	text-decoration:underline;
}

