/* r.a.d.menu Default skin */

.RadMenu_AlxSiteworks_Vert 
{
}

.RadMenu_AlxSiteworks_Vert .link
{
	text-decoration: none;
	font-weight: bold;
	color: black;
	line-height: 20px;
	border-bottom: 1px dotted #ccc;
	width:178px;
}

.RadMenu_AlxSiteworks_Vert .link:hover,
.RadMenu_AlxSiteworks_Vert .focused,
.RadMenu_AlxSiteworks_Vert .expanded
{
	color: #999;
}

.RadMenu_AlxSiteworks_Vert .link:hover, .RadMenu_AlxSiteworks_Vert .expanded
{
	background-color: #f7f7f7;
	color:#000;
	
}

.RadMenu_AlxSiteworks_Vert .text
{
	font-size: 11px;
	padding: 0px 9px;
	font-family: Arial, Verdana, Sans-Serif;
}

.RadMenu_AlxSiteworks_Vert .group
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_AlxSiteworks_Vert .group .link
{
	background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	width: 140px;
	text-align: left;
	font-weight: normal;
}

.RadMenu_AlxSiteworks_Vert .group .text
{
	
	border-bottom: solid 1px white;
	padding-left: 8px;
	font-weight: normal;
}

.RadMenu_AlxSiteworks_Vert .group .link:hover,
.RadMenu_AlxSiteworks_Vert .group .focused,
.RadMenu_AlxSiteworks_Vert .group .expanded
{
	background: #edbc43 url('img/menuItemHover.gif') repeat-x;
	font-weight: normal;
}

.RadMenu_AlxSiteworks_Vert .link:hover
{
 cursor:pointer;
}



.RadMenu_AlxSiteworks_Vert .leftArrow,
.RadMenu_AlxSiteworks_Vert .rightArrow,
.RadMenu_AlxSiteworks_Vert .topArrow,
.RadMenu_AlxSiteworks_Vert .bottomArrow,
.RadMenu_AlxSiteworks_Vert .leftArrowDisabled,
.RadMenu_AlxSiteworks_Vert .rightArrowDisabled,
.RadMenu_AlxSiteworks_Vert .topArrowDisabled,
.RadMenu_AlxSiteworks_Vert .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_AlxSiteworks_Vert .topArrow,
.RadMenu_AlxSiteworks_Vert .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_AlxSiteworks_Vert .bottomArrow,
.RadMenu_AlxSiteworks_Vert .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AlxSiteworks_Vert .rightArrow,
.RadMenu_AlxSiteworks_Vert .leftArrow
{
	height:100%;
}

.RadMenu_AlxSiteworks_Vert .rightArrow,
.RadMenu_AlxSiteworks_Vert .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_AlxSiteworks_Vert .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_AlxSiteworks_Vert .expandLeft,
.RadMenu_AlxSiteworks_Vert .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_AlxSiteworks_Vert .link:hover .expandLeft,
.RadMenu_AlxSiteworks_Vert .link:hover .expandRight,
.RadMenu_AlxSiteworks_Vert .focused .expandLeft,
.RadMenu_AlxSiteworks_Vert .focused .expandRight,
.RadMenu_AlxSiteworks_Vert .expanded .expandLeft,
.RadMenu_AlxSiteworks_Vert .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
