#menu
{
width: 800px;
height: 20px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 100px;
	height: 20px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 3px;
	background: url(images/button.gif) no-repeat;
}

#menu a:hover {
	width: 100px;
    height: 20px;
	color: #FF0000;
	text-decoration: none;
	background: url(images/button2.gif) repeat-x;
}

################################

#menu1
{
width: 160px;
height: 20px;
}

#menu1 ul {
	list-style: none;	
}

#menu1 li {
	
	display: inline; 
	
}

#menu1 a {
	float: left;
	width: 160px;
	height: 22px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 3px;
	background: url(images/button-.gif) no-repeat;
}

#menu1 a:hover {
	width: 160px;
    height: 22px;
	color: #FF0000;
	text-decoration: none;
	background: url(images/button2-.gif) repeat-x;
}

