/* r.a.d.menu Vinsume skin */

.RadMenu_Vinsume
{
    background: url(Menu/menu_bg_tile.gif);
    background-repeat: repeat-x;
    height: 46px;
}

.RadMenu_Vinsume_Context
{
    background: none;
    border: 0;
}

.RadMenu_Vinsume .rmLink
{
    text-decoration: none;
    color: #fff;
    border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    background: transparent;
    height: 41px;
}

.RadMenu_Vinsume .rmLink:hover, .RadMenu_Vinsume .rmFocused, .RadMenu_Vinsume .rmExpanded
{
    color: #006;
    background: transparent url(Menu/menu_bg_tile_hover.gif) repeat-x;
    height: 46px;
}

.RadMenu_Vinsume .rmText
{
    /*background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;*/
    padding-left: 12px; /* should be adjusted to the size of the images, if they are larger than 16x16px */
    margin-right: 4px;
    font: bold 12px Arial, Verdana, Sans-serif;
    line-height: 28px;
    padding-right: 10px;
    background-image: none;
    padding-top: 10px !important;
}


.RadMenu_Vinsume .rmRootGroup .rmText .rmLeftImage
{
    margin: 3px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
}

.RadMenu_Vinsume .rmHorizontal .rmExpandBottom, .RadMenu_Vinsume .rmHorizontal .rmExpandTop
{
    background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;
}

.RadMenu_Vinsume .rmVertical .rmExpandLeft, .RadMenu_Vinsume .rmVertical .rmExpandRight
{
    background: transparent url(Menu/invertedGroupImage.gif) no-repeat right center;
}


.RadMenu_Vinsume .rmSlide
{
    margin-top: -1px;
}

.RadMenu_Vinsume .rmGroup
{
    border: solid 1px #bdbcbd;    
}

.RadMenu_Vinsume .rmGroup .rmLink
{
    background-image: url(Menu/menu_open_bg_tile.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
    text-align: left;
    border: 0px;
    border-bottom: solid 1px #f0f2f3;
    color: #333;
}

.RadMenu_Vinsume .rmGroup .rmText
{
    font-weight: normal !important;
    background: none;
    margin-right: 0 !important;
    padding-left: 30px;
    padding-right: 40px;
    font-size: 11px;
}

.RadMenu_Vinsume .rmGroup .rmLink:hover, .RadMenu_Vinsume .rmGroup .rmFocused, .RadMenu_Vinsume .rmGroup .rmExpanded
{
    background-image:url(Menu/menu_hover.gif);
    background-repeat: no-repeat;   
    background-color:#ffffff; 
    background-position: left top;    
    border: 0;    
    border-bottom: solid 2px #f0f2f3;
}

.RadMenu_Vinsume .rmLeftArrow, .RadMenu_Vinsume .rmRightArrow, .RadMenu_Vinsume .rmTopArrow, .RadMenu_Vinsume .rmBottomArrow, .RadMenu_Vinsume .rmLeftArrowDisabled, .RadMenu_Vinsume .rmRightArrowDisabled, .RadMenu_Vinsume .rmTopArrowDisabled, .RadMenu_Vinsume .rmBottomArrowDisabled
{
    background: #e7f1ff url(Menu/left.gif) center center no-repeat;
    width: 15px;
    text-decoration: none;
    color: #e7f1ff;
}

.RadMenu_Vinsume .rmTopArrow, .RadMenu_Vinsume .rmTopArrowDisabled
{
    background-image: url(Menu/top.gif);
    width: 100%;
    height: 15px;
}

.RadMenu_Vinsume .rmBottomArrow, .RadMenu_Vinsume .rmBottomArrowDisabled
{
    background-image: url(Menu/bottom.gif);
    width: 100%;
    height: 15px;
}

.RadMenu_Vinsume .rmRightArrow, .RadMenu_Vinsume .rmLeftArrow
{
    height: 100%;
}

.RadMenu_Vinsume .rmRightArrow, .RadMenu_Vinsume .rmRightArrowDisabled
{
    background-image: url(Menu/right.gif);
}

.RadMenu_Vinsume .rmVertical .rmSeparator
{
    padding-top: 2px;
    background: #6788be;
    font-size: 1px;
    line-height: 1px;
}

.RadMenu_Vinsume .rmSeparator .rmText
{
    display: none;
}

.RadMenu_Vinsume .rmExpandLeft, .RadMenu_Vinsume .rmExpandRight, .RadMenu_Vinsume .rmFocused .rmExpandLeft, .RadMenu_Vinsume .rmFocused .rmExpandRight, .RadMenu_Vinsume .rmExpanded .rmExpandLeft, .RadMenu_Vinsume .rmExpanded .rmExpandRight
{
    background: transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Vinsume .rmGroup .rmExpandLeft, .RadMenu_Vinsume .rmGroup .rmExpandRight, .RadMenu_Vinsume .rmGroup .rmFocused .rmExpandLeft, .RadMenu_Vinsume .rmGroup .rmFocused .rmExpandRight, .RadMenu_Vinsume .rmGroup .rmExpanded .rmExpandLeft, .RadMenu_Vinsume .rmGroup .rmExpanded .rmExpandRight
{
    background: transparent url(Menu/groupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_Vinsume_rtl, .RadMenu_Vinsume_rtl *
{
    text-align: right;
}

.RadMenu_Vinsume_rtl .rmRootGroup .rmText
{
    padding-left: 24px;
    padding-right: 8px;
    margin-right: 0;
    margin-left: 4px;
}

.RadMenu_Vinsume_rtl .rmGroup .rmText
{
    margin-left: 0 !important;
    padding-left: 40px;
    padding-right: 30px;
}

.RadMenu_Vinsume .rmLeftImage
{
    margin: 5px 2px 0;
}

.RadMenu_Vinsume_rtl .rmHorizontal .rmExpandBottom, .RadMenu_Vinsume_rtl .rmHorizontal .rmExpandTop
{
    background-position: left center;
}

.RadMenu_Vinsume_rtl .rmVertical .rmExpandLeft, .RadMenu_Vinsume_rtl .rmVertical .rmExpandRight
{
    background: transparent url(Menu/invertedGroupImageRTL.gif) no-repeat left center;
}

.RadMenu_Vinsume_rtl .rmGroup .rmExpandLeft, .RadMenu_Vinsume_rtl .rmGroup .rmExpandRight
{
    background: transparent url(Menu/groupImageRTL.gif) no-repeat 5px center;
}

.RadMenu_Vinsume_rtl .rmVertical .rmLink:hover .rmExpandLeft, .RadMenu_Vinsume_rtl .rmVertical .rmLink:hover .rmExpandRight, .RadMenu_Vinsume_rtl .rmVertical .rmFocused .rmExpandLeft, .RadMenu_Vinsume_rtl .rmVertical .rmFocused .rmExpandRight, .RadMenu_Vinsume_rtl .rmVertical .rmExpanded .rmExpandLeft, .RadMenu_Vinsume_rtl .rmVertical .rmExpanded .rmExpandRight
{
    background: transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_Vinsume_rtl .rmGroup .rmLink:hover .rmExpandLeft, .RadMenu_Vinsume_rtl .rmGroup .rmLink:hover .rmExpandRight, .RadMenu_Vinsume_rtl .rmGroup .rmFocused .rmExpandLeft, .RadMenu_Vinsume_rtl .rmGroup .rmFocused .rmExpandRight, .RadMenu_Vinsume_rtl .rmGroup .rmExpanded .rmExpandLeft, .RadMenu_Vinsume_rtl .rmGroup .rmExpanded .rmExpandRight
{
    background: transparent url(Menu/groupImageRTL.gif) 5px center no-repeat;
}

.RadMenu_Vinsume .rmRootGroup .rmItem .rmDisabled, .RadMenu_Vinsume .rmRootGroup .rmItem .rmDisabled:hover
{
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #ccc;
    background: none;
    border-bottom-color: #f3f5f5;
}
