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

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



#nav {
    position:relative; 
    top:15px;
    left:0px;
    width:200px;
    list-style:none;
    color: #e0d09f;
    font-size: 14px; font-family: Arial; Times, Verdana,font-weight: bold; text-decoration: none; 
}

#nav ul {
	height: 30px;
    list-style: none;
    display:inline;
    text-decoration: none;
    text-align:right;
    list-style:none;
    color: #e0d09f;
    border-bottom: 1px dotted #e0d09f;
}

#nav ul li{
    float: left;
	width: 180px;
    text-decoration: none;
    text-align: right;
    list-style:none;
    font-size: 13px; font-family: Arial; font-weight: bold; text-decoration: none; 
    color: #e0d09f;
    border-bottom: 1px dotted #F8F4E9;
}

#nav a {
    height:20px;
    width: 180px;
	padding-top: 3px;
	display: block;
    text-decoration: none;
    list-style:none;
    text-align: right;
    color: #e0d09f;
    font-size: 13px; font-family: Arial; font-weight: bold; text-decoration: none;
    border-bottom: 1px dotted#e0d09f;
}


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