nav{
	width:130px;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-top-color:#ccc;
	border-right-color:#ccc;
	border-left-color:#ccc;
}
a {
	font-family:arial,helvetica,sans-serif;
	color:#000;
	text-decoration:none;
	font-size:0.9em;
	display:block;
	padding:6px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	background-color:#EAEAEA;
}
 a:hover{
	   	color:#FFF;
	   	background-color:#666;
	   	border-right-width:5px;
	   	border-right-style:solid;
	   	border-right-color:#36F;
	   }
	   body{
	   	background-color: #203634
	   }