/* menu text */

.menuHeaders, .menuHeaders A, .menuHeaders a:link, .menuHeaders a:visited {
	font-size : 11px;
	font-family : verdana,arial,helvetica,sans-serif;
	font-weight : bold;
	color: #ddeeff;
	text-decoration: none;
	}

.menuHeaders a:hover {
	color: #ffffff;
	text-decoration: none; 
	}

.menuItems, .menuItems A, .menuItems a:link, .menuItems a:visited {
	font-size : 10px;
	font-family : verdana,arial,helvetica,sans-serif;
	font-weight : normal;
	/* for pseudo-transparent menus, use the following:  */
	color: #2093be;
	/* for dark blue menus, use the following:
	color: #ddeeff; */
	text-decoration: none;
	}

.menuItems a:hover {
	color : #2093be;
	text-decoration: underline;
	}

.menuItemsUnav {
    font-size : 11px;
	font-family : verdana,arial,helvetica,sans-serif;
	font-weight : bold;
	color: #9bb9d7;
	text-decoration: none;
}



/* the menus */

/* standard menu layer */
.menuDivClass  {
	position : absolute;
	visibility : hidden;
	z-Index : 2000;
	/* default position (off-screen) */
	top: -400px;
	left: -400px;
}

/* layer for floating menu bar */
#menuLayer  {
	position : absolute;
	visibility : visible;
    left:252px;
	top:56px;
}

/* background and stroke for menus */
.menuColors {
	/* for pseudo-transparent menus, use the following:  */
	border: 1px solid #2093be;
	background-image: url(../images/menubg_stripes.gif);
	/* for dark blue menus, use the following:
	background-color : #2093be; */
}

/* menu bar for drop-down menus or root menu for fly-out style menus */
.menuBar { 
    display: inline;
	/* for a transparent menubar, comment out the following line
	background-color : #2093be; */
	/* for no border, comment out the following line
	border: 1px solid #9bb9d7; */
}
