
/* r.a.d.menu 101 skin */

.RadMenu_D10is_101 .startButton
{
    background: transparent url("img/start-off.png") no-repeat;
    width: 143px;
    height: 23px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 6px;
    vertical-align: middle;
    text-decoration: none;
    margin-bottom: 10px;
}

.startbutton .link:hover,
#ctl00_D10isMenu_m0:hover
{ background: transparent url("img/start-on.png") no-repeat; }


.minn { color: #666 }
.adgangur { color: #333 }

.RadMenu_D10is_101 .group
{
    display: block;
    width: auto;
    height: auto;
    border:  1px solid #999;
    background: white; /* For IE 6 */
}

.RadMenu_D10is_101 .level1 { margin-top: -10px !Important; }

.RadMenu_D10is_101 .group .link
{
    text-indent: 10px;
    color: black;
    display: block;
    min-width: 180px;
    _width: 180px; /* For IE 6 */
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    cursor: default;
    height: 18px;
    padding: 5px 2px 2px 2px;
    background-color: White; /* For IE 6 */
    white-space: nowrap; /* For IE 6 */
    text-decoration: none;
}

.RadMenu_D10is_101 .group .link:hover
{
    background: url("img/item-on.png");
    border: #999 1px solid;
    padding: 4px 1px 1px 1px;
}

.RadMenu_D10is_101 .expandLeft { background: url('img/right.gif') center right no-repeat; }
.RadMenu_D10is_101 .link:hover .expandLeft { background: url('img/right-on.gif') center right no-repeat; }

.RadMenu_D10is_101 .separator .text
{
    height: 0px;
	background: fff;
    border-top: solid 1px orange;
}
