.left{
	color: #B66411;
	text-decoration: none;
}

.left:hover {
	text-decoration: underline;
	color: #FF0000;
}

.left:visited {
	color: #B66411;
}
.menu
{
	
	width: 100px;
	height: 30px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 18px;
	font-size: 14px;
	text-transform: uppercase;
	
	
}

.menu:hover
{
	border: 1 #73A8B7 solid;
	background: url(../images/menu_r.gif) repeat-x;
	text-decoration:underline;
}




