#menuContainer {
/* This ID is related to the master menu div for menu menuContainer and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:91px;
	top:39px;
	visibility:hidden;
	z-index:300;
}

#dropdown {
/* This class defines things about menu dropdown's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:102px;
	height:45px;
}

.menuitem {
/* This class determines the general characteristics of the menu items in menu dropdown */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #003570;
	border-right:1px solid #003570;
	width:102px;
	height:23px;
	width:94px;
	height:15px;
}

#dropdown0 {
/* Unique ID for item 0 of menu dropdown so we can set its position */
	left:0px;
	top:0px;
}

#dropdown1 {
/* Unique ID for item 1 of menu dropdown so we can set its position */
	left:0px;
	top:23px;
}
#dropdown2 {
/* Unique ID for item 2 of menu dropdown so we can set its position */
	left:0px;
	top:46px;
}

#menuContainer img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#menuContainer a {
/* Controls the general apperance for menu menuContainer's items, including color and font */
	text-decoration:none;
	font-family:Tahoma, Arial, Helvetiva, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#bfddff;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#menuContainer a:hover {
/* Controls the mouse over effects for menu menuContainer */
	color: #FFF;
	background-color:#549beb;
}
