﻿/* inline CMS menu */

#CmsMenu
{
    width: 99.8%;
    background-image: url(/images/system/hatch-grey.gif);
    
}
.RadMenu_CmsMac .rootGroup
{

}

/* front-end menu */

.RadMenu_VediorMenu
{
}

.RadMenu_VediorMenu .link:hover
{
    cursor: pointer;
}

.RadMenu_VediorMenu .rootGroup
{
    width: 100%;
}

.RadMenu_VediorMenu .rootGroup .item
{
    float:left;
    padding:5px 10px 0 10px;
    background-image:url(/images/system/menu-bar-over.gif);
    height:20px;
    border-left:solid 1px #BBBBBB;
}
.RadMenu_VediorMenu .group 
{
    border:solid 1px #CCCCCC;
}
.RadMenu_VediorMenu .group .level1
{
    border-top:solid 3px #DDDDDD;
}

.RadMenu_VediorMenu .group .item
{
    background-image: none;
    vertical-align: middle;
    background-color: #EEEEEE;
    white-space: nowrap;
    border:none;
    
    
}
.RadMenu_VediorMenu .item .text
{
    border-bottom:solid 1px #c5cadf;
    padding-bottom:4px;
}

.RadMenu_VediorMenu .level1 .last .text
{
    border-bottom:none;
}

.RadMenu_VediorMenu .level2 .item .text

{
    border-bottom:solid 1px #c5cadf;
}
.RadMenu_VediorMenu .level2 .last .text
{
    border-bottom:none;
}
.RadMenu_VediorMenu .level3 .item .text

{
    border-bottom:solid 1px #c5cadf;
    padding-bottom:5px;
}
.RadMenu_VediorMenu .level3 .last .text
{
    border-bottom:none;
}

.RadMenu_VediorMenu .expandLeft
{
    background: transparent url(/images/system/blue_arrow.gif) right top no-repeat;
}

#MenuPlaceHolder a, #MenuPlaceHolder a:visited
{
    color:#0a1e79;  
    text-decoration:none;
}

#MenuPlaceHolder a:hover, #MenuPlaceHolder a:active
{
    color:#FF5500;  

}
.RadMenu_VediorMenu .expandTop, .RadMenu_VediorMenu .expandBottom
{
    font-weight:bold;
}