/* r.a.d.menu MedEdChannel skin */

#RadMenu1
{
	/*
	background-repeat:no-repeat;
	padding-left:24px;*/
}

.RadMenu_stwmenu
{	
	padding:0px;
}


/* This is from the other stylesheet*/
.menu ul.vertical
{
	margin:0;
	padding:0;
}

.menu .item
{
	margin:0;
	padding:0;
	list-style-type:none !important;
	background-image:none;
}
/* This is from the other stylesheet*/





.RadMenu_stwmenu .link
{
	/*background:#F1F2EB url('images/MenuBackground.gif');*/
	color: #EBEBEB;
	text-decoration:none;
	text-transform:lowercase;
	font-weight: bold;
	text-align: center;
	border-right:solid 1px #C2D0D9;
	border-left:solid 1px #75838C;
	line-height:24px;
}
.RadMenu_stwmenu .last .link
{
	border-right:none;
}
.RadMenu_stwmenu .link:hover,
.RadMenu_stwmenu .focused,
.RadMenu_stwmenu .expanded
{
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
	background-image:url(images/MenuBackground_over.gif);
}

.RadMenu_stwmenu .text
{
	font-size: 11px;
	padding:0px 12px 0px 12px;
}

.RadMenu_stwmenu .group
{
	background: trasparent;
	border: solid 1px #aaa;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_stwmenu .group .link
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*IE*/
    -moz-opacity: 0.9;   /*FireFox*/
	line-height:18px;
	background: #DEDEDE;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #aaa;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #333;
	min-width: 130px;
	padding-top:0;
}

.RadMenu_stwmenu .group .text
{
	padding:0 60px 2px 12px;
	font-size:10px;
	font-weight: normal;
	
}

.RadMenu_stwmenu .group .link:hover,
.RadMenu_stwmenu .group .focused,
.RadMenu_stwmenu .group .expanded
{
	background: #87A3B6;
	color: #ffffff;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_stwmenu .leftArrow,
.RadMenu_stwmenu .rightArrow,
.RadMenu_stwmenu .topArrow,
.RadMenu_stwmenu .bottomArrow,
.RadMenu_stwmenu .leftArrowDisabled,
.RadMenu_stwmenu .rightArrowDisabled,
.RadMenu_stwmenu .topArrowDisabled,
.RadMenu_stwmenu .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('images/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_stwmenu .topArrow,
.RadMenu_stwmenu .topArrowDisabled
{
	background-image:url('images/top.gif');
	width:100%;
}

.RadMenu_stwmenu .bottomArrow,
.RadMenu_stwmenu .bottomArrowDisabled
{
	background-image:url('images/bottom.gif');
	width:100%;
}

.RadMenu_stwmenu .rightArrow,
.RadMenu_stwmenu .leftArrow
{
	height:100%;
}

.RadMenu_stwmenu .rightArrow,
.RadMenu_stwmenu .rightArrowDisabled
{
	background-image: url('images/right.gif');
}

.RadMenu_stwmenu .horizontal .separator .text
{
	padding: 0px;
	background: #030157 url('images/menu_separator.gif');
	width:1px;
	height:24px;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_stwmenu .expandLeft,
.RadMenu_stwmenu .expandRight
{
	background:transparent url(images/groupImage.gif) right center no-repeat;
}

.RadMenu_stwmenu .link:hover .expandLeft,
.RadMenu_stwmenu .link:hover .expandRight,
.RadMenu_stwmenu .focused .expandLeft,
.RadMenu_stwmenu .focused .expandRight,
.RadMenu_stwmenu .expanded .expandLeft,
.RadMenu_stwmenu .expanded .expandRight
{
	background:transparent url(images/invertedGroupImage.gif) right center no-repeat;
}