@charset "utf-8";
/* CSS Document */
<style type="text/css">

#menublock{
width: 180px;
border-right: 1px solid #000;
 text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px ;
  font-weight: 600;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #080808;
  color: #ffffff;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #menublock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#menublock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:600;
	font-style: normal;
	color: #FFF;
	  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

#menublock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#menublock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #8d733e;
border-right: 10px solid #cfbe9c;
background-color: #ab966b;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #menublock li a{ /*Non IE6 width*/
width: auto;
}

#menublock li a:hover{
border-left: 10px solid #ab966b;
border-right: 10px solid #8d733e;
background-color: #cfbe9c;
color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

</style>
