/* Hlavni menu */
.RadMenu_Moje
{
	padding: 0px;
	margin: 0px;
}

.RadMenu_Moje .text
{
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: normal;
    color: #748693;
}

.RadMenu_Moje .link
{
   	padding-left: 16px;
	padding-right: 16px;
	line-height: 35px;
	font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #748693;
}


.RadMenu_Moje .link:hover, .RadMenu_Moje .focused, .RadMenu_Moje .expanded
{
    text-decoration: none;
    font-weight: bold;
} 

.RadMenu_Moje .link:hover .text, .RadMenu_Moje .focused .text, .RadMenu_Moje .expanded .text, .RadMenu_Moje .link:visited:hover .text
{
    font-weight: bold;
} 


/* Podmenu */

.RadMenu_Moje .group
{
    border: 1px solid #dde6ee;
    background: url(Img/RadSubBG.gif) top left repeat-x;
}

.RadMenu_Moje .group .link .text
{
   line-height: 26px;
   font-family: Verdana, Arial;
   font-size: 13px;
   font-weight: normal;
   color: #748693;
   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: #748693;
   padding: 0px;
   border: 0px;
}

.RadMenu_Moje .group .link:hover, .RadMenu_Moje .group .focused, .RadMenu_Moje .group .expanded
{
   font-weight: normal;
   color: #475763;
}

.RadMenu_Moje .group .link:hover .text, .RadMenu_Moje .group .focused .text, .RadMenu_Moje .group .expanded .text, .RadMenu_Moje .link:active:hover .text
{
   font-weight: normal;
   color: #475763;
}

.MyLinks
{
    cursor:pointer !important;
}


.RadMenu_Moje .expandLeft
{
	background: url(img/right.gif) right center no-repeat !important;
}






