/* Hlavni menu */
.RadMenu_Moje
{
	padding: 0px;
	margin: 0px;
}

.RadMenu_Moje .text
{
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
    width: 188px;
    text-align: center;
}

.RadMenu_Moje .link
{	
	line-height: 28px;
	font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    width: 188px;
    border-right: 2px solid white;
    text-align: center;
}

.RadMenu_Moje .link:hover, .RadMenu_Moje .focused, .RadMenu_Moje .expanded
{
   background: #ffcc2a;
   text-decoration: none;
   color: black;
} 

.RadMenu_Moje .link:hover .text, .RadMenu_Moje .focused .text, .RadMenu_Moje .expanded .text
{
   background: #ffcc2a;
   color: black;
} 


/* Podmenu */

.RadMenu_Moje .group .link .text
{
 line-height: 28px;
 font-family: Verdana, Arial;
 letter-spacing:normal;
 font-size: 10px;
 font-weight: normal;
 color: white;
 padding: 0px; 
}


.RadMenu_Moje .group .link
{
 line-height: 28px;
 font-family: Verdana, Arial;
 font-size: 10px;
 letter-spacing:normal;
 font-weight: normal;
 color: white;
 padding: 0px;
 border: 0px;
}

.RadMenu_Moje .group .link:hover, .RadMenu_Moje .group .focused, .RadMenu_Moje .group .expanded
{
   background: #ffcc2a;
   color: black;
   width: 188px;
}

.RadMenu_Moje .group .link:hover .text, .RadMenu_Moje .group .focused .text, .RadMenu_Moje .group .expanded .text
{
   background: #ffcc2a;
   color: black;
   width: 188px;
}

.RadMenu_Moje .level1, 
.RadMenu_Moje .level2, 
.RadMenu_Moje .level3, 
.RadMenu_Moje .level4
{
    background: #4675b8;
    width: 188px;
}

.RadMenu_Moje .level1 .first
{
    background: #4675b8;
	border-top: 1px solid white;
}

.RadMenu_Moje .level1 .last
{
    background: #4675b;
	padding-bottom: 2px;
}


.RadMenu_Moje .level2 .first
{
   background: #4675b;
   border-top: 0px;
}

.MyLinks
    {
        cursor:pointer !important;
    }


.RadMenu_Moje .expandLeft
{
	background: url(img/right.gif) right center no-repeat !important;
}

.RadMenu_Moje .expandRight
{
	background: url(img/left.gif) left center no-repeat !important;
}





