/* Hlavni menu */
.RadMenu_Moje
{
	padding: 0px;
	margin: 0px;
}

.RadMenu_Moje .text
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #1a569e;
}

.RadMenu_Moje .link
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 27px;
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #1a569e;
}

.RadMenu_Moje .link:hover, .RadMenu_Moje .focused, .RadMenu_Moje .expanded
{
   background: #1a559d;
   text-decoration: none;
   color: White;
} 

.RadMenu_Moje .link:hover .text, .RadMenu_Moje .focused .text, .RadMenu_Moje .expanded .text
{
   background: #1a559d;
   color: White;
} 


/* Podmenu */

.RadMenu_Moje .group .link .text
{
 background:url('Img/SubBG.gif') top left repeat-y;
 line-height: 24px;
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 color: white;
 padding: 0px;
 padding-left: 10px;
 padding-right: 15px;
}


.RadMenu_Moje .group .link
{
 background:url('Img/SubBG.gif') top left repeat-y;
 line-height: 24px;
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 color: white;
 padding: 0px;
 border: 0px;
}

.RadMenu_Moje .group .link:hover, .RadMenu_Moje .group .focused, .RadMenu_Moje .group .expanded
{
   background: #5786bb;
   color: white;
}

.RadMenu_Moje .group .link:hover .text, .RadMenu_Moje .group .focused .text, .RadMenu_Moje .group .expanded .text
{
   background: #5786bb;
   color: white;
}

.RadMenu_Moje .level1, 
.RadMenu_Moje .level2, 
.RadMenu_Moje .level3, 
.RadMenu_Moje .level4
{
    background: #5786bb;
}

.RadMenu_Moje .level1 .first
{
    background: #5786bb;
	border-top: 1px solid white;
}

.RadMenu_Moje .level1 .last
{
    background: #5786bb;
	padding-bottom: 2px;
}


.RadMenu_Moje .level2 .first
{
   background: #5786bb;
   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;
}




