/* RadMenu WTMM skin */

.RadMenu_WTMM
{
	font-family: arial, sans-serif;
	font-size: 14px;
        font-weight: bold;
	text-decoration: none;
}

.RadMenu_WTMM .rootGroup
{
	width: 150px;
}

.RadMenu_WTMM .item
{
	width: 100%;
}


.RadMenu_WTMM .link:link,
.RadMenu_WTMM .link:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 4px;
	height: 20px;

}


.RadMenu_WTMM .link:hover,
.RadMenu_WTMM .link:active

{
	color: #f8d445;
	
	height: 20px;
}

.RadMenu_WTMM .group
{
	width:175px;
	background: #71a5db;
	border: solid #000000 1px;
}


.RadMenu_WTMM .level1 .first
{
	margin-top: 4px;
	font-weight: normal;
        font-size: 12px;
	height: 16px;
}

.RadMenu_WTMM .level1 .last
{
	margin-bottom: 4px;
        font-size: 12px;
}

.RadMenu_WTMM .level1 .link:link,
.RadMenu_WTMM .level1 .link:visited
{
	color: #000000;
        font-weight: normal;
        font-size: 12px;
	height: 16px;
        width:175px;
}

.RadMenu_WTMM .level1 .link:hover,
.RadMenu_WTMM .level1 .link:active
{
	color: #ffffff;
        font-weight: normal;
        font-size: 12px;
	height: 16px;
        width: 175px;
}

.RadMenu_WTMM .level1 .expandLeft,
.RadMenu_WTMM .level1 .expandRight
{
}

/* right to left */

.RadMenu_WTMM_rtl
{
    text-align:right;
}

.RadMenu_WTMM_rtl .level1 .expandLeft,
.RadMenu_WTMM_rtl .level1 .expandRight
{
	padding-left: 12px !important;
}

.RadMenu_WTMM_rtl .level1 .group .link:hover .expandLeft,
.RadMenu_WTMM_rtl .level1 .group .link:hover .expandRight
{
}

.RadMenu_WTMM .level1 .link:hover
{
}

.RadMenu_WTMM_rtl .group .text
{
}

.RadMenu_WTMM .leftArrow,
.RadMenu_WTMM .rightArrow,
.RadMenu_WTMM .topArrow,
.RadMenu_WTMM .bottomArrow,
.RadMenu_WTMM .leftArrowDisabled,
.RadMenu_WTMM .rightArrowDisabled,
.RadMenu_WTMM .topArrowDisabled,
.RadMenu_WTMM .bottomArrowDisabled
{
}

.RadMenu_WTMM .topArrow,
.RadMenu_WTMM .topArrowDisabled
{
}

.RadMenu_WTMM .bottomArrow,
.RadMenu_WTMM .bottomArrowDisabled
{
}

.RadMenu_WTMM .rightArrow,
.RadMenu_WTMM .leftArrow
{
}

.RadMenu_WTMM .rightArrow,
.RadMenu_WTMM .rightArrowDisabled
{
}



