/* ---------------------------------------------------- */
/* Horizontal Menu Styles				*/
/* ---------------------------------------------------- */

div.menuBar {
	height: 20px;

	border-top: solid #EEEEEE 2px;
	border-bottom: solid #EEEEEE 2px;
	border-left: solid #EEEEEE 8px;
	border-right: solid #EEEEEE 8px;

	background-color: #EEEEEE;
	}

div.menuBar a.menuButton {
	margin: 1px;
	padding: 1px;

	font-family: Verdana;
	font-weight: bold;
	font-size: 10;

	color: #006699;

	line-height: 20px;
	white-space: nowrap;
	vertical-align: middle;
	text-decoration: none;
	padding: 20px 5px;
	}

div.menuBar a.menuButton:hover {
	color: #006699;
	background-color: #D6F2F2;
	}


/* ---------------------------------------------------- */
/* Horizontal Navbar Border Style			*/
/* ---------------------------------------------------- */
.menuBarBorder {
	width: 720px;
	background-color: #EEEEEE;

	border-top: solid #C6D7E5 1px;
	border-bottom: solid #C6D7E5 1px;
	border-left: solid #C6D7E5 1px;
	border-right: solid #C6D7E5 1px;

	padding: 0;
	spacing: 0;
	}

