/*
----------------------------------------------------------
Dad.info
Please find below the fixed classes by imaginet.co.uk
Date:11 July 2008
---------------------------------------------------------- */


#feedrop ul {
  list-style-type:none;
  padding:0;
  margin:0;
}
#feedrop ul li {
  background-image:none;
  padding:0;
  margin:0;
}

/*
END OF IMAGINET CODE
=============================
*/



/** 
OLD CODE PROVIDED BY TOM BEARDSHAW - NOT IN USE




li {
list-style: none;

}

#feedrop {
	width:120px;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-align:left;
	z-index: 2;
	margin: 0 0 0 5px;
	list-style: none;
}


.imgfollow{
border:0;
margin:0px 0 -5px 0;
clear: left;
}


ul {
	list-style: none;
	text-align:left;
	padding: 0;
	margin: 0;

}

#feednav a {
padding:10px 0 0 0;
text-decoration: none;
vertical-align: middle;
}


#feednav li li a {
	display: block;
	font-weight: normal;
	color: #008fd5;
	list-style: none;
}

#feednav li li a:hover {
	color:#04a6f5;
	list-style: none;
}

#feednav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	list-style: none;
}


#feednav li ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left:0px;
	font-weight: normal;
	padding: 0 0 0 40px;
	background-color: white;
}

#feednav li>ul {
	top: auto;
	left: auto;
}

#feednav li li {
	text-align:left;
	display: block;
	float: none;
	background-color: white;
	border: 0;
	z-index: 3;
	list-style: none;
}

#feednav li:hover ul, li.over ul {
	display: block;
	text-align:left;
	float: none;
	z-index: 3;
	list-style: none;
	background-color: white;
	list-style: none;
	clear: left;
}

*/