/* r.a.d.menu MSA skin */

.RadMenu_MSA
{

}
.RadMenu_MSA img {
	display:none;
}
.RadMenu_MSA_Context
{
	background: transparent;
	padding: 0px;
	cursor:pointer;
}
.RadMenu_MSA .item {

}
.RadMenu_MSA span.text {
	cursor:pointer;
}
.RadMenu_MSA .link
{
background-image:url('Img/spacer_menu.gif');
	background-repeat:no-repeat;
	background-position:right 17px;
	padding-right:8px;
	padding-left:8px;
	float:left;
	display:block;
	color:#344e78;
	font-size:10px;
	font-family:verdana,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:55px;
	height:55px;
	margin-top:5px;
}
.RadMenu_MSA .link:visited
{
background-image:url('Img/spacer_menu.gif');
	background-repeat:no-repeat;
	background-position:right 17px;
	padding-right:8px;
	padding-left:8px;
	float:left;
	display:block;
	color:#344e78;
	font-size:10px;
	font-family:verdana,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:55px;
	height:55px;
	margin-top:5px;}

.RadMenu_MSA .link:hover,
.RadMenu_MSA .focused,
.RadMenu_MSA .expanded
{
	text-decoration:none;
	color:#6f83a5;
}
.RadMenu_MSA .slide {
	margin-left:1px;
	background-color:#f9fafb;
}
.RadMenu_MSA .level1 {
	background-color:#f9fafb;
}

.RadMenu_MSA .level1 .item {
	border-left:1px solid #c1d1e0;
	border-right:1px solid #c1d1e0;

}
.RadMenu_MSA .level1 .last {
	border-bottom:1px solid #c1d1e0;
}
.RadMenu_MSA .level1 .link, .RadMenu_MSA .level1 .link:visited
{
	background-image:url('Img/arrow_submenu.gif');
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:12px;
	font-family:verdana,sans-serif;
	font-weight:normal;
	font-size:10px;
	text-transform:none;
	line-height:16px;
	color:#354f79;
	height:18px;
	float:left;
	cursor:pointer;
	display:block;
	margin:0px;
}

.RadMenu_MSA .level1 .link:hover,
.RadMenu_MSA .level1 .focused,
.RadMenu_MSA .level1 .expanded
{
	background-image:url('Img/arrow_submenu_hover.gif');
	text-decoration:none;
	color:#ffffff;
	background-color:#7d99c6;
	display:block;
}
.RadMenu_MSA .Group {
	border:1px solid red;
	padding:0px;
	border:0px;
	margin-left:0px;
}
