#pad {height:140px;}
#menu {
	padding:1px 0 0 0;
	margin:0;
	list-style:none;
	height:50px;
	position:relative;
	z-index:500;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#menu li {
	float:left;
	margin-right:1px;
	background-image: url(../images/div-wht.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
}
#menu li a {
	display:block;
	float:left;
	height:50px;
	line-height:49px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding-top: 0;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 26px;
	margin-right: 2px;
}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	background:url(../images/hover-grad-bg.jpg) repeat-x;
	margin-right: 2px;
}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:url(../images/hover-grad-bg.jpg) repeat-x;}
#menu li:hover > a.sub {color:#fff; background:url(../images/hover-grad-bg.jpg) repeat-x;}

#menu li.current a {color:#fff; background:url(../images/hover-grad-bg.jpg) repeat-x; font-weight:normal;}

#menu li a.sub {background: #333 url(../images/down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#fff; background:#cc0000 url(../images/down-arrow.gif) no-repeat right center; font-weight:normal;}

#menu :hover ul {left:0; top:50px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; font-weight:normal;}

#menu :hover ul :hover ul
{left:200px; top:-2px; background:#c2652d; white-space:nowrap; width:100px; z-index:200; height:auto; font-weight:normal;}

#menu :hover ul li {
	background-color: #c2652d;
	background-image: none;
	border-bottom: 1px solid #c87542;
	margin: 0px;
	float: left;
}
#menu :hover ul li a {
	width:200px;
	padding:0;
	text-indent:25px;
	color:#fff;
	height:30px;
	line-height:30px;
	background-color: #c2652d;
	background-image: none;
}
#menu :hover ul li a.fly {
	background:#c2652d url(../images/right-arrow-1.gif) no-repeat right center
}

#menu :hover ul :hover {
	background-color:#7d351f;
	color:#fff;
}
#menu :hover ul :hover a.fly {background-color:#7d351f; color:#fff;}

#menu :hover ul li.currentsub a {background:#7d351f; color:#fff; font-weight:normal;}
#menu :hover ul li.currentsub a.fly {background:#7d351f url(../images/right-arrow-1.gif) no-repeat right center; color:#fff; font-weight:normal;}

#menu :hover ul :hover ul li a {width:140px; padding:0; text-indent:10px; background:#c2652d; color:#fff; border-bottom:1px solid #c87542}
#menu :hover ul :hover ul :hover {background-color:#7d351f; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#7d351f; color:#fff; font-weight:normal;}
#menu .nobg{background:none;}

