/*
#################################################
Style sheet für das PCMS-Template 001
Autor: Peter Gantschnigg
Datum: 2008-11-28 

menue-01.css
################################################# */



#nav {
    position:relative; 
    top:34px;
    left:15px;
    width:200px;
    list-style:none;
    color: #000000;
    font-size: 12px; font-family: Verdana, Arial; font-weight: normal; text-decoration: none; text-transform: uppercase;
}

#nav ul {
	height: 30px;
    list-style: none;
    display:inline;
    text-decoration: none;
    text-align:left;
    list-style:none;
    color: #000000;
    border-bottom: 0px dotted #096E50;
}

#nav ul li{
    float: left;
	width: 180px;
    text-decoration: none;
    text-align: left;
    list-style:none;
    font-size: 12px; font-family: Verdana, Arial; font-weight: normal; text-decoration: none; text-transform: uppercase;
    color: #000000;
    border-bottom: 0px dotted #096E50;
}

#nav a {
    height:20px;
    width: 180px;
	padding-top: 3px;
	display: block;
    text-decoration: none;
    list-style:none;
    text-align: left;
    color: #000000;
    font-size: 12px; font-family: Verdana, Arial; font-weight: normal; text-decoration: none; text-transform: uppercase;
    border-bottom: 0px dotted #096E50;
}


#nav a:hover {
	padding-top: 3px;
    display:block;
    text-decoration: none;
    text-align: left;
    color: #096E50;
    background-color:#78ab2c;
    border-bottom: 0px dotted #096E50;
}

.subnav {
line-height:0.8em;
font-size: 10px; font-family: Verdana, Arial; font-weight: normal; text-decoration: none; text-transform: uppercase;
}




