#pad {height:140px;}

#menu 
	{
	padding:0; 
	margin:0; 
	list-style:none; 
	height:35px; 
	position:relative; 
	z-index:500; 
	font-family:arial, verdana, sans-serif;
	}
	
	
	
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:35px; line-height:35px; background:#0d76ad; color:#ffffff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 14px 0 14px;}
#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:#0d76ad; background-color:#cdeeff;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#0d76ad; background:#cdeeff;}
#menu li:hover > a.sub {color:#0d76ad; background-color:#0d76ad;}

#menu li.current a {color:#fff; background:#840;}

#menu li a.sub {background: #0d76ad url(down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#0d76ad; background:#212121 url(down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:35px; width:120px; background:#35bb78;}

/* 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;}

#menu :hover ul :hover ul {left:120px; top:-1px; background:#f77b23; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #666666;}
#menu :hover ul li a {width:190px; padding:0; text-indent:10px; background:#0d76ad; color:#ffffff; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background:#333 url(images/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#cdeeff; color:#0d76ad;}
#menu :hover ul :hover a.fly {background-color:#f77b23; color:#fff;}

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

#menu :hover ul :hover ul li a {width:160px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#000000; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}




.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 225	px; /* width of menu (don't forget to add border with below!) */
border-left: 2px solid #f77b23; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 0px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(../images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}