/* r.a.d.menu Plain skin */

.RadMenu_Menu {
margin-top:51px;
	background: none;
	width:608px;
	font-weight:bold;
}

.RadMenu_Menu_Context {
	background: none;
	border:0;
}

.RadMenu_Menu .link {
	text-decoration:none;
	color: #969699;
	font-weight:bold;
	border-right: solid 1px #969699;
}

.RadMenu_Menu .link:hover,
.RadMenu_Menu .focused,
.RadMenu_Menu .expanded
{
	cursor:hand;
	cursor:pointer;
	color: #00BEE4;
	font-weight:bold;
}

.RadMenu_Menu .text
{
	padding-left: 9px;	
	padding-right: 9px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana, Arial;
}

.RadMenu_Menu .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_Menu .group .link
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_Menu .group .link:hover,
.RadMenu_Menu .group .focused,
.RadMenu_Menu .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: bold;
}

.RadMenu_Menu .leftArrow,
.RadMenu_Menu .rightArrow,
.RadMenu_Menu .topArrow,
.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .leftArrowDisabled,
.RadMenu_Menu .rightArrowDisabled,
.RadMenu_Menu .topArrowDisabled,
.RadMenu_Menu .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Menu .topArrow,
.RadMenu_Menu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .leftArrow
{
	height:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Menu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Menu .expandLeft,
.RadMenu_Menu .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Menu .link:hover .expandLeft,
.RadMenu_Menu .link:hover .expandRight,
.RadMenu_Menu .focused .expandLeft,
.RadMenu_Menu .focused .expandRight,
.RadMenu_Menu .expanded .expandLeft,
.RadMenu_Menu .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}