*
{
	margin: 0;
	padding: 0;
}
#page-wrap
{
	width: 800px;
	margin: 25px auto;
}
A
{
	text-decoration: none;
}
UL
{
	list-style: none;
}
P
{
	margin: 15px 0;
}
/*
LEVEL ONE
*/
UL.dropdown
{
	position: relative;
	z-index: 5000;
}
UL.dropdown LI
{
	font-weight: bold;
	float: left;
}
UL.dropdown A:hover
{
	color: #FEE24D;
	background-image: url(../images/dropdown.png);
	background-position: center -40px;
}
UL.dropdown A:active
{
	color: #FFA500;
}
UL.dropdown LI A
{
	display: block;
	color: #FFF;
	text-align: left;
	white-space: pre-wrap;
	width: 120px;
	white-space: normal;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	margin-right: 0;
	padding-right: 20px;
	border-right: 1px solid #00406E;
	border-left: 1px solid #007FDC;
	background-image: url(../images/dropdown.png);
}
UL.dropdown LI:last-child A
{
	width: 121px;
	white-space: normal;
	display: inline-block;
	height: 40px;
	background-image: url(../images/dropdown.png);
	line-height: 40px;
	background-position: center top;
	border-right: 0px solid #000000;
}
/*Doesn't work in IE*/
UL.dropdown LI.hover, UL.dropdown LI:hover
{
	color: #FFFFFF;
	position: relative;
}
.dropdown LI UL.sub_menu LI UL LI
{
	margin-left: 60px;
}
UL.dropdown LI.hover A
{
	color: #FFFFFF;
	background-color: #FEFEFE;
	background-image: url(../images/dropdown.png);
	background-position: center -40px;
}
/*
LEVEL TWO
*/
UL.dropdown UL
{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
}
UL.dropdown UL LI
{
	font-weight: normal;
	float: none;
	width: 100px;
}
/*IE 6 & 7 Needs Inline Block*/
UL.dropdown UL LI A
{
	border-right: none;
	width: 100%;
	display: inline-block;
}
/*
LEVEL THREE
*/
UL.dropdown UL UL
{
	left: 100%;
	top: 0;
}
UL.dropdown LI:hover>UL
{
	visibility: visible;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 160px;
	padding-right: 12px;
	display: inline-block;
	margin-left: -10px;
	background-image: url(../images/dropdown.png);
	background-position: center bottom;
}
.dropdown LI UL.sub_menu LI UL
{
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0;
	padding-bottom: 0;
	width: 0px;
}
.dropdown
{
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	background-image: url(../images/dropdown.png);
	margin-right: auto;
	background-position: center 0px;
	background-repeat: repeat-x;
	position: relative;
	z-index: 5000;
	float: left;
}
UL.dropdown LI UL.sub_menu LI A
{
	width: 121px;
	overflow: hidden;
	height: 40px;
	display: block;
	font-weight: bold;
	border-bottom: 0px solid #003E6C;
	border-top: 1px solid #007FDC;
}
.dropdown LI.hover UL.sub_menu LI.hover A
{
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/dropdown.png);
	background-position: center -40px;
}
.dropdown LI.hover UL.sub_menu LI.hover UL LI.hover A
{
}
.sub_menu_bottom
{
	height: 15px;
	/*[disabled]background-image:url(../images/dropdown.png);*/
	/*[disabled]background-position:center bottom;*/
	/*[disabled]background-color:transparent;*/
}
UL.dropdown LI:first-child A
{
	border-left: 0px solid #000000;
}
UL.dropdown LI:last-child A:hover
{
	background-image: url(../images/dropdown.png);
	background-position: center -40px;
}
#searchbutton A:hover
{
	background-position: -37px 0%;
}
#searchbutton A
{
	background: url(../images/searchbutton.png) no-repeat 0% 0px;
	display: block;
	height: 33px;
	width: 37px;
	font-size: 33px;
	line-height: 33px;
}
#pid0searchbar
{
	margin: 0px auto;
	width: 196px;
	position: relative;
}
#searchbutton
{
	visibility: visible;
	position: absolute;
	left: 159px;
	top: 0px;
	z-index: 2;
	width: 37px;
	height: 33px;
}
#searchbara
{
	background: url(../images/searchbar.png) no-repeat;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 196px;
	height: 33px;
}

