/* CSS Document */

#coolmenu{
	width: 117px;
	height: auto;
	background-image:url(../imatges/botons.jpg);
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 117px;
}

#coolmenu a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	display: block;
	width: 100%;
	color: #76624A;
	text-decoration: none;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
color: #311c05;

}


	
	
	
	
	
