/* that IE 5+ conditional comment makes this only visible in IE 5+ */

div#DropDownMenu li ul {display: none;}
div#DropDownMenu li.over ul {display: block; }
div#DropDownMenu li:hover > ul {display: block;}




div#DropDownMenu, div#DropDownMenu ul, div#DropDownMenu li {
	margin: 0;
	padding: 0;
}
div#MenuContainer {
    position: relative;
}
div#DropDownMenu {
	position: absolute;
	top: -3px; /* This allows for the content above the menu to change in height but not mess up the position */
	padding: 7px 7px; 
	width: 760px;
	height: 30px;

}


ul.mainmenu li {
	width: 125px;
	font-size: 1em;
	color: white;
	list-style: none outside none;
	float: left;
	position: relative;
	top: -1px;

}

ul.mainmenu  li  div{
	width: 116px;
	font-size: 1em;
	padding: 3px 0;
	color: white;
	text-align: center;
	border: 1px solid white;
	background-color: #ff6600;
	margin: 0 3px;
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 116px 8px;
}

ul li a {
/*	padding: 3px 0; */
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
ul.dropdown {
	top: 5px;
	position: absolute;
	top: 24px;
}
ul.dropdown li div{
	width: 250px;
	text-align: left;
	position: relative;
	font-size: 14px;
	background-color: #ff6600;
	border: 1px solid white;
	border-top: none;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-image: none;
}

ul.dropdown li a:hover {
	background-color: White;
}

ul.dropdown div{
	padding: 1px;
}

#MenuBackground {
	height: 30px;
	width: 759px;
	background-color: #ff6600;
}