/* r.a.d.menu Default skin */

.RadMenu_Glassy_Blue 
{
}

.RadMenu_Glassy_Blue .link
{
	text-decoration:none;
	color: #eeeeee;
	line-height: 22px;		
}

.RadMenu_Glassy_Blue .link:hover,
.RadMenu_Glassy_Blue .focused,
.RadMenu_Glassy_Blue .expanded
{
	color: #FFFFFF;
}

.RadMenu_Glassy_Blue .text
{
	font-size: 11px;
	padding: 0px 24px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
}

.RadMenu_Glassy_Blue .group
{			
	
}

.RadMenu_Glassy_Blue .group .link
{
	background: #000000;
	text-align: left;
	filter: alpha(opacity=85);
	opacity: .85;
}

.RadMenu_Glassy_Blue .group .text
{	
	padding-left: 12px;
}

.RadMenu_Glassy_Blue .group .link:hover,
.RadMenu_Glassy_Blue .group .focused,
.RadMenu_Glassy_Blue .group .expanded
{	
	text-decoration: none;
	background-color: #21aef3;
	color: #ffffff;
}

.RadMenu_Glassy_Blue .leftArrow,
.RadMenu_Glassy_Blue .rightArrow,
.RadMenu_Glassy_Blue .topArrow,
.RadMenu_Glassy_Blue .bottomArrow,
.RadMenu_Glassy_Blue .leftArrowDisabled,
.RadMenu_Glassy_Blue .rightArrowDisabled,
.RadMenu_Glassy_Blue .topArrowDisabled,
.RadMenu_Glassy_Blue .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Glassy_Blue .topArrow,
.RadMenu_Glassy_Blue .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Glassy_Blue .bottomArrow,
.RadMenu_Glassy_Blue .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Glassy_Blue .rightArrow,
.RadMenu_Glassy_Blue .leftArrow
{
	height:100%;
}

.RadMenu_Glassy_Blue .rightArrow,
.RadMenu_Glassy_Blue .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Glassy_Blue .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Glassy_Blue .expandLeft,
.RadMenu_Glassy_Blue .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Glassy_Blue .link:hover .expandLeft,
.RadMenu_Glassy_Blue .link:hover .expandRight,
.RadMenu_Glassy_Blue .focused .expandLeft,
.RadMenu_Glassy_Blue .focused .expandRight,
.RadMenu_Glassy_Blue .expanded .expandLeft,
.RadMenu_Glassy_Blue .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}