#wrap {
	font-size: 10pt;
	width: 746px;
	background-color: transparent;
	position: relative;
	height: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	background-image: url(Menu/navstrip_bg_normal.gif);
	background-repeat: repeat-x;
	z-index: 0;
}

/* These styles create the dropdown menus. */
#navbar {
	margin: 0;
	padding: 0;
	height: 38px;
}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #BE0000;
	color: #FF9900;
	text-decoration: none;
	line-height: 32px;
	background-image: url(Menu/navstrip_bg.gif);
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-weight: bold;
	background-position: 0% 0px;
}

#navbar li a:hover {
	display: block;
	padding: 3px 8px;
	background-color: #BE0000;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 32px;
	background-image: url(Menu/navstrip_bg.gif);
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-weight: bold;
	background-position: 0% -38px;
}

#navbar li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #FFFFFF;
	background-image: url(Menu/navstrip_bg.gif);
	background-position: 0% -38px;
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
	float: none;
	background-image: url(Menu/navstrip_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% -38px;
}
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #FFFFFF;
	color: #A00200;
	line-height: normal;
	background-image: url(Menu/drop1.gif);
	background-repeat: repeat-x;
	text-transform: capitalize;
	font-weight: normal;
	background-position: bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	border-left-color: #d8d8d8;
	font-size: 8pt;
}
#navbar li li a:hover {
	background-color: #d4d4d4;
	color: #A00200;
	background-image: url(Menu/drop2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

