/***** DROPDOWN MENU *****/
ul.dropdown 
{
	padding-bottom: 100px;
	list-style-type:none !important;
}


ul.dropdown li
{
	margin-top: 5px; !important;
	margin-left: 10px;
	margin-bottom: 0px;	
	position:relative;
	float:left;
	background-image:none !important;
	list-style-type: none !important;
	padding-left:0px !important;
}


/* Hide the second level menu until we hover over its parent */
ul.dropdown li ul 
{
	visibility:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	left:0em;
	top:.8em;
	padding-top: .3em;
}

/* Switch the second level menu from a horizontal to a vertical menu */
ul.dropdown li ul li
{
	display:block;
	width: 50em;
}

/* Display the the submenu when we hover over the parent */
ul.dropdown li.dir:hover ul,
ul.dropdown li.dir.iewin ul
ul.dropdown li.iewin ul
{
	visibility:visible;
	font-weight: 500;
	display:block;
	margin-left:0px;
	width: 18em !important;
}
	
/* Formatting for the list items in the second level drop down menus
** when they are displayed
*/
ul.dropdown li.dir ul li
{
	margin: 0px !important;
	padding-left:0px !important; 
	padding-bottom: .2em !important;
	padding-top: .3em !important;;
	background-color:#e9e9db !important;
	width: 18em;
}



/* changes to the top level menu when we hover over an item. */
ul.dropdown li.dir:hover 
{
	font-weight:bold;
}

/* bold the individual submenu items when we hover over them */
ul.dropdown li.dir ul li a:hover
{
	font-weight:bold;
}
