		/* ================================================================ 
		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.cssplay.co.uk/menus/final_drop.html
		Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
		This stylesheet and the associated (x)html may be modified in any 
		way to fit your requirements.
		=================================================================== */

		#orange-menu {width:745px; background-color: #dd550c; height:40px;position:relative; z-index:100;font-family:arial, sans-serif;
			 border-bottom: 2px solid #f9903f;
		}
		/* remove all the bullets, borders and padding from the default list styling */
		#orange-menu ul {padding:0;margin:0;list-style-type:none;width:745px;}
/*		#orange-menu ul ul {width:149px;} */
		/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
		#orange-menu li {
			float:left;
/*			width:149px; */
			position:relative;
		}
		/* style the links for the top level */
		#orange-menu a, #orange-menu a:visited {
			display:block;font-size:12px;text-decoration:none; color:#fff;
/*			width:138px; */
			height:40px;
			background:#dd550c; padding: 0 25px; line-height:38px; font-weight:bold;
		}

		/* hide the sub levels and give them a positon absolute so that they take up no room */
		#orange-menu ul ul {visibility:hidden;position:absolute;height:0;top:40px;left:0;
			width:149px;
/*			border-top:1px solid #000; */
		}

		/* style the table so that it takes no ppart in the layout - required for IE to work */
/*		#orange-menu table {position:absolute; top:0; left:0; border-collapse:collapse;} */

		/* style the second level links */
		#orange-menu ul ul a, #orange-menu ul ul a:visited {
			background:#dd550c; color:#fff; height:auto; line-height:1em;padding:8px 10px;
			width:190px;
		}

		/* style the top level hover */
		#orange-menu a:hover, #orange-menu ul ul a:hover{background: #dd550c url(http://www.auburn.edu/includes/ddToolbarHover.jpg) repeat-x;}
		#orange-menu :hover > a, #orange-menu ul ul :hover > a {background: #dd550c url(http://www.auburn.edu/includes/ddToolbarHover.jpg) repeat-x;}

		/* make the second level visible when hover on first level list OR link */
		#orange-menu ul li:hover ul, #orange-menu ul a:hover ul{visibility:visible; }