#menu {
	width: 285px;
	float: right;
	height: 44px;
	margin: 73px 45px 0px 0px;
}
#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
	font: 1.1em 'trebuchet ms',arial,sans-serif;
	font-weight:bold;
}

#nav {
	height:44px;
	width:285px;

}


#nav table {
	border-collapse:collapse;
}
#nav li {
	float:left;
}
#nav li li {
	float:none;
}
/* a hack for IE5.x and IE6 */
#nav li a li {
	float:left;
}
#nav li a {
	display:block;
	float:left;
	color:#FFF;
	width: 95px;
	height:44px;
	padding:0;
	line-height:44px;
	text-decoration:none;
	text-align:center;
	background: url('../images/tab.gif') no-repeat bottom center;
}


#nav li li a {
	height:auto;
	width: 96px;
	line-height:1.21em;
	font-size:14px;
	padding: 10px 10px;
	float:none;
	color:#FFF;

}

#nav li:hover {

	z-index:100;
}
#nav a:hover {

	z-index:100;
	background: url('../images/tab_over.gif') no-repeat bottom center; 
	color:#FF7011;

}
#nav li:hover > a {
	background: url('../images/tab_over.gif') no-repeat bottom center;
	color:#FF7011;
}
#nav :hover ul {
	left:0;
	top:35px;
	z-index:300;
	
}
#nav a:hover ul {
	left:0px;
}
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left:0;
	margin-left:100%;
	top:0;
}
/* keep further levels hidden */
#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;
}
/* show path followed */
#nav li:hover li:hover > a {
	background:#6f080b;
	color:#fff;

}
#nav li a:hover ul li a:hover {
	background:#6f080b;
	color:#fff;
}
/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul, #nav a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover a:hover ul {
	left:100%;
	top:0;
}
/* keep further levels hidden */
#nav a:hover ul ul, #nav a:hover a:hover ul ul, #nav a:hover a:hover a:hover ul ul, #nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

