/* CSS Document */
ul{
	margin:0px;
	list-style-type:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000;
}
li{
	margin-top:8px;
	background-position:center;
	
}
a {
	text-decoration: none;
	color: #000;

}
a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size:13px;*/
	font-weight:400;
	color: #006;
	text-decoration: none;
	background-color:#FFF;

}
