ul#menu {
	list-style-type:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 0px;
	background-image: url(../images/1.png);
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	background-repeat: repeat;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
 }
#menu li {
	border-left:1px solid black;
	float: left;
 }
ul#menu li a {
	display:block;
	float:left;
	width:159px;
	line-height:33px;
	color:#DCDCDC;
	text-decoration:none;
	text-align:center;
	background-repeat: repeat-x;
 }
ul#menu li a:hover {
	color:white;
	background-color: black;
	background-image: url(../images/2.png);
	background-repeat: repeat-x;
 }  
