/* GENERAL STYLES */

/* this div controls the position of the menu only */

#mainMenuDiv 
{
	position:absolute;
	float:right;
	margin-top:30px;
	margin-left:100px;
}


#mainMenuDiv hr, #mainMenuDiv h1 {
	display:none;
	visibility:hidden;
}


/*This is the main (level0) list */
#mainMenuUL 
{
	color:#ffffff;
	font-weight:bold;
	font-size:0.8em;
	font-family:Arial Black,arial;
	opacity:1;
	-moz-opacity:1;
	filter:none;
	list-style-type:none;
	z-index:10000;
}


#mainMenuUL LI
{
	padding-left:10px;
	padding-right:10px;
	display:inline;
	text-transform:uppercase;
}


#mainMenuUL LI a, #mainMenuUL LI a:visited 
{
	color:#fff;
	text-decoration:none;
}

/* this is the currently selected list item */
#mainMenuUL LI.selected 
{
	color:#000000;
	background-color:#e9e8e8;
}

#mainMenuUL LI:hover 
{
	color:#000000;
	background-color:#e9e8e8;
}

#mainMenuUL LI.selected a, #mainMenuUL LI.selected a:visited, #mainMenuUL LI:hover a, #mainMenuUL LI:hover a:visited
{
	color:#000000;
}

/*this is the hidden sub menu*/
#mainMenuUL LI UL 
{
	display:none;
}

/*this is the visible sub menu*/
#mainMenuUL LI.selected UL 
{
	font-size:0.85em;
	display:block;
	left:0;
	float:inherit;
	Z-INDEX: 500; 
	BORDER: none; 
	position: absolute;
	list-style-type:none;
	width:778px; /*turn this on to make the menu full width*/
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	color:#000000;
	background-color:#e9e8e8;
	*top:18px;
	margin-left:40px;
}

	

.accordion 
{
	float:none;
	overflow:hidden;
	clear:none;
}


/* EDITOR PROPERTIES */
