#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenu3s.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu3 {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding:0;
	margin:0;
	list-style:none;
	height:36px;
	position:relative;
	z-index:500;
	left: 0;
	top: 0px;
	background-color: #F08A00;

}
#menu3 li {float:left; margin-right:1px;}
#menu3 li a {display:block; float:left; height:36px; line-height:36px; background: #F08A00; color:#FFFFFF; text-decoration:none;padding:0 22px 0 22px;}


#menu3 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 */

#menu3 li a:hover {z-index:200; position:relative;color:#fff; background:  #E5E5E5 left center no-repeat;}
#menu3 li:hover {position:relative; z-index:200;}

#menu3 li:hover > a {color:#000000; background:  #E5E5E5  left center no-repeat;}
#menu3 li:hover > a.sub {color:#fff; background:  #E5E5E5 left center no-repeat;}

#menu3 li.current a {color:#fff; background: url(bgnav.png) repeat;}

#menu3 li a.sub {background: background: url(bgnav.png) repeat; }
#menu3 li.current a.sub {color:#fff; background: url(bgnav.png) repeat;}

#menu3 :hover ul {left:0; top:28px; width:150px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu3 ul, 
#menu3 :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
