/*Menu Bar styling classes*/

#PQcss
	{
	margin:0em;
	padding: 0;
	list-style: none;
	}
		
#PQcss div
{
	position: absolute;
	visibility: hidden;
	padding: 0;
	float: left;
	height: 24px;
}
#PQcss div a		/* this is for the pull down menu items  */
	{
	display: block;
	padding: 5px 5px 5px 10px;
	width: 120px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFFFFF;
	color: #0000FF;
	font: 11px arial;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	/*Next row indents the pull down menu*/
	position: relative;
	margin: 0;
	float:left;
	}
	
#PQcss div a:hover						/* menu on mouse-over  */
	{
	background: #0000ff;
	color: #ffffff;
	float: left;
	}	
	
#PQcss ul
	{
	list-style:none;
	padding:0;
	float:left;
	/* width:9em;	width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#PQcss a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#PQcss li
	{
	min-height: 1px;
	padding: 0;
	float: left;
	font: 11px arial; /* If we wanted the font bold, place that just before the size on this line */
	position: relative;
/*	list-style: inline;*/
	}

/* End CSS Drop Down Menu */

