/* tashly DESIGN 2008 */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 161px; /* ADJUST MENU WIDTH -1PX*/
	top: 0;
	display: none;
	}
	
	
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #CC0000; /* ADJUST COLOUR OF BLOCK HERE*/
	padding: 5px;
	border: 1px solid #000000;
	border-bottom: 0.1px solid #333333;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 162px; /* ADJUST MENU WIDTH*/
	border-bottom: 0px solid #ccc;
	}
		
li:hover ul, li.over ul { 
	display: block; }
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */	

a {
	color:#3010aa;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:link {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color:#000000;text-decoration: underline}
a:hover {background: #999999;}
	
</style>
