/* RadMenu sparvag skin */
.RadMenu_sparvag 
{
	/*background: #c5c4c4 url('img/MenuBarBackground.gif') repeat-x;*/
	font-family: Verdana;
	color:#616161;	
	font-size:9pt;
	cursor: pointer;
	cursor: hand;
	height: 25px;
	font-weight:bold;
	background-repeat: repeat;
	background-position: center;
	background-color:Transparent;
	text-align:left;
	width:115px;
	
}

.RadMenu_sparvag .link
{
	font-family: Verdana;
	color:#616161;	
	font-size:9pt;
	cursor: pointer;
	cursor: hand;
	height: 17px;
	font-weight:bold;
	background-repeat: repeat;
	background-position:top;
	background-color:Transparent;
	background-image:url('img/menuitembg.gif');
	background-repeat:no-repeat;
	text-align:left;
	width:115px;
}

.RadMenu_sparvag .last .link
{
	font-family: Verdana;
	color:#616161;
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 17px;
	font-weight:bold;
	background-repeat: repeat;
	background-position: center;
	background-color:Transparent;
	text-align:left;
	width:115px;
}

.RadMenu_sparvag .vertical .link
{
	font-family: Verdana;
	color:#616161;
	font-size:9pt;
	cursor: pointer;
	cursor: hand;
	height: 12px;
	padding-left:20px;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:top;
	background-color:Transparent;
	text-align:left;
	vertical-align:top;
	width:115px;
}

.RadMenu_sparvag .horizontal .link
{

	font-family: Verdana;
	color:#FFFFFF;	
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 17px;
	font-weight:bold;
	background-repeat: repeat;
	background-position: center;
	background-color:Transparent;
	text-align:left;
	width:115px;

}

.RadMenu_sparvag .link:hover
{
	font-family: Verdana;
	color:#616161;
	font-size:9pt;
	cursor: pointer;
	cursor: hand;
	height: 12px;
	padding-left:20px;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position: top;
	background-color:Transparent;
	text-align:left;
	width:115px;
	vertical-align:top;
}

.RadMenu_sparvag .focused,
.RadMenu_sparvag .expanded
{
	font-family: Verdana;
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 12px;
	background-repeat:no-repeat;
	background-position: top;
	background-color:Transparent;
	font-weight:bold;
	text-align:left;
	color:#616161;	
	width:115px;
	vertical-align:middle;
}

.RadMenu_sparvag .text
{	
	
	font-family: Verdana;
	color:#616161;	
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 12px;
	font-weight:bold;
	background-repeat: repeat;
	background-position: center;
	background-color:Transparent;
	text-align:left;
	vertical-align:middle;
	line-height:12px;
	width:115px;
}


.RadMenu_sparvag .group
{
	border-top: 1px solid black;
	border-right: 0px solid black;
	border-left: 0px solid black;
	border-bottom: 1px solid black;
	width:100%;
	font-family: Verdana;
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 15px;
	background-color:#005c82;
	background-repeat: repeat;
	background-position: center;
	text-align:left;
	color:White;
	font-weight:bold;	
}





