/* Hlavni menu */
.RadMenu_Moje
{
	padding: 0px;
	margin: 0px;
}

.RadMenu_Moje .text
{
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.RadMenu_Moje .link
{
	padding-left: 16px;
	padding-right: 16px;
	line-height: 40px;
	border-right: 1px solid #97c5e8;
	font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}


.RadMenu_Moje .link:hover, .RadMenu_Moje .focused, .RadMenu_Moje .expanded
{
   background: #1d5b84;
   text-decoration: none;
} 

.RadMenu_Moje .link:hover .text, .RadMenu_Moje .focused .text, .RadMenu_Moje .expanded .text
{
   background: #1d5b84;
} 


/* Podmenu */

.RadMenu_Moje .group .link .text
{

 line-height: 26px;
 font-family: Verdana, Arial;
 font-size: 13px;
 font-weight: normal;
 color: white;
 padding: 0px;
 padding-left: 16px;
 padding-right: 20px;
}


.RadMenu_Moje .group .link
{

 line-height: 26px;
 font-family: Verdana, Arial;
 font-size: 13px;
 font-weight: normal;
 color: white;
 padding: 0px;
 border: 0px;
}


.RadMenu_Moje .group .link:hover, .RadMenu_Moje .group .focused, .RadMenu_Moje .group .expanded
{
   background: #3b7fad;
   color: white;
}

.RadMenu_Moje .group .link:hover .text, .RadMenu_Moje .group .focused .text, .RadMenu_Moje .group .expanded .text
{
   background: #3b7fad;
   color: white;
}


.RadMenu_Moje .level1, 
.RadMenu_Moje .level2, 
.RadMenu_Moje .level3, 
.RadMenu_Moje .level4
{
    background: #1d5b84;
}

.RadMenu_Moje .level1 .first
{
    background: #1d5b84;
	border-top: 1px solid white;
}

.RadMenu_Moje .level1 .last
{
    background: #1d5b84;
	padding-bottom: 2px;
}


.RadMenu_Moje .level2 .first
{
   background: #1d5b84;
   border-top: 0px;
}

.MyLinks
    {
        cursor:pointer !important;
    }


.RadMenu_Moje .expandLeft
{
	background: url(img/right.gif) right center no-repeat !important;
}





