#menu{
    background: url(../img/menu_bg_start.gif) no-repeat;
    width: 382px;
    height: 72px;
    margin-left: 50px; 
    font-family:  tahoma, Verdana, Trebuchet MS, Sans-Serif;
    overflow: hidden;
    }


.menyText
{
    margin: 10px 0 0 15px;
    clear: both;
}

.menyText a { 
	margin-right: 35px;
	}
    
.menu li
{
    padding: 0 12px 0 7px;
    margin: 12px 4px 0 0;
    float: left;
    text-indent: 9px;
    line-height: 16px;
}

#menu a
{
    font-weight: bold;
    padding: 7px 0px 0 0px;
    text-align: center;
    color: #000;
    text-decoration: underline;
    font-size: .7em;
}

#menu a:visited
{
    color: #000;
}

#menu a:hover
{
    color: #555c55;
    text-decoration: none;
}

