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

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



#nav {
    position:relative; 
    top:8px;
    left:0px;
    width:200px;
    list-style:none;
    color: #F8F4E9;
    font-size: 12px; font-family: Times, 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:right;
    list-style:none;
    color: #F8F4E9;
    border-bottom: 1px dotted #F8F4E9;
}

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

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


#nav a:hover {
	padding-top: 3px;
    text-decoration: none;
    text-align: left;
    color: #FFF;
    border-bottom: 1px dotted #FFF;
}
