@charset "utf-8";

div#fu-cont {
	/*FF Mac will push some menu items out of position so set width to smaller than it actually is,
	then push the links container left to compensate*/
	width:80px;  
	position:relative;
	text-align:left;
}

a#fu-title {
	margin:0;
	padding:0;
	margin-left:8px;
	width:100%;
	color:#6b9bc2;
}

div#fu-cont:hover div#fu-linksCont,
div#fu-cont.ie6MouseOver div#fu-linksCont {
	visibility:visible;  /*use visibility rather than display because IE7 has problem with display*/
}

div#fu-linksCont {
	background-color:#000000;
	width:97px;
	height:137px;
	visibility:hidden;
	left:-10px;
	position:absolute;
	z-index:1;
}

div#fu-linksCont ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:10px;
}

div#fu-linksCont ul li {
	padding-left:9px;
	line-height:100%;
	padding-top:3px;
}

div#fu-linksCont li:hover,
div#fu-linksCont li.ie6MouseOver {
	background-color:#333333;
}

div#fu-linksCont ul li a {
	font-family: arial, helvetica;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

div#fu-linksCont ul li img{
	margin-right:5px;
}



