
/* RadMenu fahDefault skin */

.RadMenu_fahDefault
{
	background: #203265;
	padding-left: 10px;
	text-align:left;
	vertical-align: middle;
}

.RadMenu_fahDefault .link
{
	text-decoration: none;
	color: white;
	font-size: 11pt;
	font-family: Arial;
	padding-right: 10px;
	padding-left: 10px;
	border: #203265 1px solid;
	border-right: white 1px solid;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: normal;
}
.RadMenu_fahDefault_Last .link
{
	text-decoration: none;
	color: white;
	font-size: 11pt;
	font-family: Arial;
	padding-right: 10px;
	padding-left: 10px;
	border: #203265 1px solid;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: normal;
}


.RadMenu_fahDefault .link:hover, .RadMenu_fahDefault .focused, .RadMenu_fahDefault .expanded
{
	cursor: pointer;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	white-space: normal;
}


.RadMenu_fahDefault .group
{
	background: white;
}

.RadMenu_fahDefault .group .link
{
	background: #FFFFFF;
	border: solid 1px #203265;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	width:150px;
	white-space: normal;
}

.RadMenu_fahDefault .group .link:hover, .RadMenu_fahDefault .group .focused, .RadMenu_fahDefault .group .expanded
{
	border: dashed;
}

.RadMenu_fahDefault .expandLeft, .RadMenu_fahDefault .expandRight
{
	background: url(img/right.gif) no-repeat right center;
	text-decoration: none;
}



