#headblock .dropdownmenu {
	height:24px;
	border-top:solid 1px black;
	border-bottom:solid 0px black;
	background-color:#b61b21;
}

#headblock .dropdownmenu a {
	font-size:120%;
}
#headblock .dropdownmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left:solid 1px #b61b21;
}
#headblock .dropdownmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

#headblock .dropdownmenu ul li a {
	display: block;
	width: 100px;
	padding: 4px 20px 4px 20px;
	border-right: 1px solid white;
	text-decoration: none;
	background-color:#b61b21;
	color:white;
	font-weight:bold;
	text-align:center;
}
#headblock .dropdownmenu ul li a:hover {
	background-color:white;
	color:#b61b21;
	text-decoration: none;
}
#headblock .dropdownmenu ul li ul {
	left: 0;
	top: 0;
	border-top: 1px solid #b61b21;
	border-left:0;
	margin-left:-1px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	margin-top:0px; /* <-> dropdownmenu_nojs.css */
}
#headblock .dropdownmenu ul li ul li {
	display: inline;
	float: none;
}
#headblock .dropdownmenu ul li ul li a.hi {
	font-weight:bold;
}
#headblock .dropdownmenu ul li ul li a {
	width: 131px;
	font-weight: normal;
	padding: 2px 5px;
	background: white;
	text-align:left;
	border:solid 1px #b61b21;
	border-top:solid 1px white;
	color:#b61b21;
}
#headblock .dropdownmenu ul li ul li a:hover {
	background-color:#b61b21;
	color:white;
}
#headblock .dotdown {
	position: absolute;
	background: transparent url(../img/dot.w.down.gif) no-repeat center right;
}

* html p#next_after_menu{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/* Holly Hack for IE \*/
* html #headblock .dropdownmenu ul li { float: left; height: 1%; }
* html #headblock .dropdownmenu ul li a { height: 1%; }
/* End */

