.clear{clear: both;}

/* holds menuBar */
#menuBar {
	/* control */
	/* appearance */
	background-color: #dddddd;
	border: 1px solid #cccccc;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	width: 760px;
}

/* holds bar item and popup anchors */
#menuBar div {
	/* control */
	float: left;
	/* appearance */
	padding: 0;
	margin: 0;
}


/* holds popup anchors */
#menuBar div div, #menuBar div.ieNoHover div {
	/* control */
	display: none;
	position: absolute;
	z-index: 1;
	/* appearance - see #menuBar a */
}

/* holds popup anchors */
#menuBar div:hover div, #menuBar div.ieHover div {
	/* control */
	display: block;
	position: absolute;
	/* appearance - see #menuBar a:hover */
}

/* anchors in popup */
#menuBar a {
	/* control */
	/* appearance */
	background-color: #dddddd;
	border: 1px solid #cccccc;
	color: #000000;
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
}

/* anchors in popup */
#menuBar a:hover {
	/* control */
	/* appearance */
	background-color: #eeeeee;
	font-style: italic;		
	font-weight: bold;
}
