
.clear{clear: both;}

/* holds menuBar */
#menuBar {
	/* control = none */
	/* appearance */
	background-color: #dddddd;
	border: 1px solid #cccccc;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	/* width: 760px; - see "#menuBar a" below */
}

/* holds bar item and popup anchors */
#menuBar div {
	/* control */
	float: left;
	/* appearance */
	padding: 0px;
	margin: 0px;
}


/* 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 = none */
	/* appearance */
	background-color: #dddddd;
	border: 1px solid #cccccc;
	color: #000000;
	display: block;
	padding: 0px 5px 0px 5px;			/* top right bottom left */
	text-align: center;
	text-decoration: none;
	width: 110px;
}

/* anchors in popup */
#menuBar a:hover {
	/* control = none */
	/* appearance */
	background-color: #eeeeee;
	font-style: italic;		
	font-weight: bold;
}
