
/* RadMenu Custom skin */

.RadMenu_Custom
{
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #000;
    width: 109px;
    font-size: 9px;
}

.RadMenu_Custom_Context
{
}

.RadMenu_Custom .item
{
}

.RadMenu_Custom .first
{
}

.RadMenu_Custom .link, .RadMenu_Custom .link:visited
{
    cursor: hand;
    cursor: pointer;
        
    border-top: solid 1px #000;
    
    background: #CFB240 url(/images/products-nav-bg.gif) repeat-y;
    padding: 2px 5px 2px 12px;
    width: 92px !important;
    display: block;
    color: #000;
    font-weight: normal;
    white-space: normal;
}


.RadMenu_Custom .link .text
{
    width: 92px;
}

.RadMenu_Custom .link:hover,
.RadMenu_Custom .focused,
.RadMenu_Custom .expanded
{
    cursor: hand;
    cursor: pointer;
    
    color: #000;
    text-decoration: none;
    background: #DE8D59 url(/images/products-nav-hover.gif) repeat-y;
}

.RadMenu_Custom .link:hover .text,
.RadMenu_Custom .focused .text,
.RadMenu_Custom .expanded .text
{
    text-decoration: none;
}

.RadMenu_Custom .rootGroup .disabled:hover
{
	
}

.RadMenu_Custom .rootGroup .disabled:hover .text
{

}

.RadMenu_Custom .text
{
}

.RadMenu_Custom .group
{
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

.RadMenu_Custom .group .first, .RadMenu_Custom .group .last, .RadMenu_Custom .group .item
{
}

.RadMenu_Custom .group .item
{
}

.RadMenu_Custom .group .link
{
    width: 100px;
    padding: 2px 3px 2px 6px;
    background: #CFB240 none;
}

.RadMenu_Custom .group .text
{
}


.RadMenu_Custom .group .link:hover,
.RadMenu_Custom .group .focused,
.RadMenu_Custom .group .expanded
{
    background: #DE8D59;
}

.RadMenu_Custom .group .link:hover .text,
.RadMenu_Custom .group .focused .text,
.RadMenu_Custom .group .expanded .text
{
}

.RadMenu_Custom .leftArrow,
.RadMenu_Custom .rightArrow,
.RadMenu_Custom .topArrow,
.RadMenu_Custom .bottomArrow,
.RadMenu_Custom .leftArrowDisabled,
.RadMenu_Custom .rightArrowDisabled,
.RadMenu_Custom .topArrowDisabled,
.RadMenu_Custom .bottomArrowDisabled
{

}

.RadMenu_Custom .topArrow,
.RadMenu_Custom .topArrowDisabled
{

}

.RadMenu_Custom .bottomArrow,
.RadMenu_Custom .bottomArrowDisabled
{

}

.RadMenu_Custom .rightArrow,
.RadMenu_Custom .leftArrow
{

}

.RadMenu_Custom .rightArrow,
.RadMenu_Custom .rightArrowDisabled
{

}


.RadMenu_Custom .vertical .separator .text
{

}


.RadMenu_Custom .expandLeft,
.RadMenu_Custom .expandRight
{
}


.RadMenu_Custom_rtl .group .link:hover .expandLeft,
.RadMenu_Custom_rtl .group .link:hover .expandRight
{
}

.RadMenu_Custom_rtl .expandLeft,
.RadMenu_Custom_rtl .expandRight
{
}



.RadMenu_Custom .link:hover .expandLeft,
.RadMenu_Custom .link:hover .expandRight,
.RadMenu_Custom .focused .expandLeft,
.RadMenu_Custom .focused .expandRight,
.RadMenu_Custom .expanded .expandLeft,
.RadMenu_Custom .expanded .expandRight
{
}