/* r.a.d.menu Plain skin */

.RadMenu_atm
{
    /*background: url(img/MainItemBackground.gif) no-repeat;*/

    margin-top: 5px;
    margin-bottom: 0px;
    border: 0px;
    line-height: 26px;
    border: 0px;

}

.RadMenu_atm_Context
{
	background: none;
	border:0;
}

.RadMenu_atm .link
{
    text-decoration: none; /*background: url( 'img/MainItemBackground.gif' ) no-repeat;*/
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 4px;
    cursor: hand;
    font-weight: bold;
    
    border-top: 0px;
    border-bottom: 0px;
    border-left: #E6E6E6 1px solid;
    border-right: #b4b4b4 1px solid;
}

.RadMenu_atm .link:hover,
.RadMenu_atm .focused,
.RadMenu_atm .expanded
{
	/*background: url('img/MainItemBackground_over.gif') no-repeat;*/
	background-color: #dddddd;
	cursor: hand;
}

.RadMenu_atm .text
{
	font-size: 12px;
	font-family: Verdana;
	color: #0A3055;
}

.RadMenu_atm .group
{
	border: solid 1px #006699;
	background: #73BDE8;
}

.RadMenu_atm .group .link
{
	border-top: solid 1px #DEEFFA;
	border-left: #E6E6E6 1px solid;
    border-right: #b4b4b4 1px solid;
	text-align: left;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: normal;
}

.RadMenu_atm .group .link:hover,
.RadMenu_atm .group .focused,
.RadMenu_atm .group .expanded
{
	background: #8FCAED;
	font-weight: normal;
}

.RadMenu_atm .leftArrow,
.RadMenu_atm .rightArrow,
.RadMenu_atm .topArrow,
.RadMenu_atm .bottomArrow,
.RadMenu_atm .leftArrowDisabled,
.RadMenu_atm .rightArrowDisabled,
.RadMenu_atm .topArrowDisabled,
.RadMenu_atm .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_atm .topArrow,
.RadMenu_atm .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_atm .bottomArrow,
.RadMenu_atm .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_atm .rightArrow,
.RadMenu_atm .leftArrow
{
	height:100%;
}

.RadMenu_atm .rightArrow,
.RadMenu_atm .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_atm .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_atm .expandLeft,
.RadMenu_atm .expandRight
{
	background: transparent url(img/groupImage.gif) right 8px no-repeat;
	margin-right: 4px;
}

.RadMenu_atm_rtl .expandLeft,
.RadMenu_atm_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left 8px no-repeat;
}

.RadMenu_atm .link:hover .expandLeft, .RadMenu_atm .link:hover .expandRight, .RadMenu_atm .focused .expandLeft, .RadMenu_atm .focused .expandRight, .RadMenu_atm .expanded .expandLeft, .RadMenu_atm .expanded .expandRight
{
    background: url(img/invertedGroupImage.gif) no-repeat right 8px;
}

.RadMenu_atm_rtl .link:hover .expandLeft,
.RadMenu_atm_rtl .link:hover .expandRight,
.RadMenu_atm_rtl .focused .expandLeft,
.RadMenu_atm_rtl .focused .expandRight,
.RadMenu_atm_rtl .expanded .expandLeft,
.RadMenu_atm_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left 8px no-repeat;
}