﻿
ul {
margin: 0;
padding: 0;
list-style: none;
}

#menu {
	float: left;
	width: 630px;
	height: 33px;
	padding-left: 20px;
	background: #C0C0C0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#menu li {
float: left;
width: auto;
}
/* speziell f. IE 6 */
* html #menu li { width: 3em; white-space: nowrap; }

#menu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 0 0 12px;
	background: #fff;
	font-size: 12px;
	font-weight: lighter;
	line-height: 33px;
	padding: 0 8px;
	background: #C0C0C0;
	font-family: Arial, Helvetica, Sans-Serif;
}

#menu a:hover {
background:#89A}

#menu ul {
position: absolute;
left:-9999px;
border:1px solid #8899AA;
border-bottom: 0px;
}

#menu li:hover ul,
#menu li.sfhover ul {
left: auto;
}

#menu li li {
float: none;
}

#menu li li a {
	background: #C0C0C0;
	color: #000;
	line-height: 20px;
	font-weight: normal;
	border-bottom: 1px solid #8899AA;
	width: 120px;
}

#menu li li a:hover {
color: #000;
background: #8899AA;
}


/*
* {
      margin: 0;
      padding: 0;
    }
    
    ul {
      list-style: none;
    }
    #menu {
      float: left;
      width:100%;
      background: #6c8;
    }
    #menu li {
      float: left;
      width:10em;
    }
    #menu a {
      color: #000;
      text-decoration: none;
      display:block;
      padding:.2em .5em;
      background: #6c8;
      border-right: 1px solid #000;
    }
    #menu a:hover {
      background:#ccc;
    }
    #menu ul {
      position: absolute;
      left:-9999px;
    }
    #menu li:hover ul,
    #menu li.sfhover ul {
      left: auto;
    }
    #menu li li {
      float: none;
    }
    #menu li li a {
      background:#909;
      color:#fff;
      border-right:none;
    }
    #menu li li a:hover {
      color: #000;
    }
*/
