body		/*Sets up the entire sites position and color*/
{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #B4D1CE;
	min-width: 800;
}

#body_content		/*Body Content*/
{
	width: 800;
}

/***************** MENUBAR *******************************/

#menubar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#menubar .menubar_divider {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('/images/nav_divider_1px.gif');
	background-color: #FFFFFF;
	height: 26px;
	width: 1px;
	float: left;
}

.menubar_item {
	cursor: pointer;

}

#menubar .menubar_item {
	padding: 0px;
	margin: 0px;
	background-color: #AF1FB4;
	color: #C0C0C0;
	font-family: Verdana;
	font-size: 13px;
	padding: 3px 31px 7px;
	margin: 0px 0px 0px 0px;
	height: 16px;
	*height: 26px;
	float: left;
}

#menubar a {
	color: #C0C0C0;
	text-decoration: none;
}

#menubar .menubar_right_fill {
	height: 26px;
	/* Update width if the menu text changes to compensate */
	background-color: #AF1FB4;
	width: 30px;
	float: left;
}

#menubar .menubar_sublist {
	margin: 0px; 
	position: absolute;
	z-index:10;
	display: none;
}

#menubar .menubar_sublist ul {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none; 
	list-style-image: none;
	border-bottom: 3px solid #8E8866;
	*border-bottom: 1px solid #8E8866;
	border-right: 1px solid #8E8866;
	text-align: left;
}

#menubar .menubar_sublist a {
	display: block;
	margin: -2px 0px -2px 0px;
	padding: 2px 10px 2px 18px;		
	background-color:#6B0292;
	border-top: 1px solid #FFF;
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	*white-space: nowrap;
	*width: 236px;
	text-align: left;
}

#menubar .menubar_sublist a:hover {
	background-color:#775B83;
	color: #FFFFFF;
}


/********************************************************/	

