#menu-fb { width:120px!important;}
.fb { background:url(/images/fb.gif) right no-repeat; padding-right:10px;}
#menu ul li.fb h2 a { background:none; float:right;}

#menu ul {
	list-style:none;
	width:auto;
	margin:0;
	padding:0;
	padding-right:2px;
	float:right;
	background:url(/images/menu-sep.jpg) right no-repeat;
}
#menu ul h2{
	padding:0;
	margin:0px;
}
#menu ul h2 a {
	padding:4px 25px 5px 25px; /* padding also defines width for autosized menus */
	margin:0;
	background:url(/images/menu-sep.jpg) left no-repeat;
}
#menu ul h2 a:hover {
	padding:4px 25px 5px 25px; /* padding also defines width for autosized menus */
	margin:0;
	background:url(/images/menu-over.jpg) left no-repeat;
	display:inline-block;
}
#menu h2 {
	margin:0;
	padding:0;
}

#menu a {
	display:block;
	text-align:center;
	line-height:normal;
	margin:0;
	padding:0;
}

/* IE needs the values given in 2 x parts to display autosized menu properly - width:auto */ 
* html #menu h2 a{display:inline-block;} 
* html #menu h2 a{display:inline;} 

#menu ul ul li {
	margin:0 1px 1px 1px;
	width:120px;
	line-height:100%;
}
#menu ul ul li a {
	padding:5px;
	text-align:left;
	border-bottom:#666 solid 1px;
}
#menu ul ul li a:hover {
}
#menu a:hover {
	background:transparent;
}
#menu h2 a:hover {
	background-color:transparent;
}
#menu li {position:relative;}

#menu ul ul ul {
	position:absolute;
	top:0;
	left:100%;
}
#menu ul ul {
	top:27px;
	left:0;
	position:absolute;
	_width:120px;
	z-index:999;
	background-color:#2c2c2c;
}

div#menu ul ul {
display:none;
}

div#menu ul li:hover ul
{display:block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

body {
behavior:url(/csshover.htc);
}
<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior:url(/csshover.htc);
font-size:100%;
}

#menu ul li {float:left; overflow:inherit; width:auto;}
#menu ul li a {height:1%;} 

#menu a, #menu h2 {
	list-style:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#fff;
	text-transform:uppercase;
}
</style>
<![endif]-->
 

