*
{
	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;
	/*[disabled]margin-top:5px;*/
}
UL.dropdown A:hover
{
	background-position: center -40px;
}
UL .navbutton A
{
}
UL.dropdown LI A
{
	display: block;
	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;
}
UL.dropdown LI:last-child A
{
	width: 121px;
	white-space: normal;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-position: center top;
}
/*Doesn't work in IE*/
UL.dropdown LI.hover, UL.dropdown LI:hover
{
	position: relative;
}
.dropdown LI UL.sub_menu LI UL LI
{
	margin-left: 60px;
}
UL.dropdown LI.hover A
{
	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
{
	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-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;
	margin-right: auto;
	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;
}
.dropdown LI.hover UL.sub_menu LI.hover A
{
	background-position: center -40px;
}
.dropdown LI.hover UL.sub_menu LI.hover UL LI.hover A
{
}
.sub_menu_bottom
{
	height: 15px;
}
UL.dropdown LI:last-child A:hover
{
	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;
}
UL .navbutton A:hover
{
	background-image: none;
}

