/* ------------------------------------------

	M E N U 

------------------------------------------ */

.menu {
	position: absolute; bottom: 0px;
	width: 100%; height: 20px;
	overflow: hidden;
	z-index: 1;
}
.menuItem {
	padding: 0px; margin: 0px;
	float: left;
	background-color: rgb( 43, 43, 43 );
	border-right-style: solid; border-width: 1px; border-color: rgb( 0, 0, 0 );
	width: 150px; height: 20px;
	text-align: center;
}
.w100percent {
	border-top-style: solid; border-width: 1px; border-color: rgb( 0, 0, 0 );
	width: 100%;
	text-align: right;
}

.m {
	display: none;
	overflow: hidden;
	background-color: rgb( 103, 103, 103 );
	opacity: 0.75; 
	filter: alpha( opacity = 75 );
	width: 150px; height: 100%;
	z-index: 0;
	font-size: 9pt; color: rgb( 255, 255, 255 );
}

.m p, li {
	margin: 5px;
	font-size: 8pt;
	line-height: 1.5em;
	text-align: left;
}

#menuItem0 {
	position: absolute; top: 0px; left: 0px;
}
#menuItem1 {
	position: absolute; top: 0px; left: 151px;
}
#menuItem2 {
	position: absolute; top: 0px; left: 302px;
}
#menuItem3 {
	position: absolute; top: 0px; left: 453px;
}
#menuItem4 {
	position: absolute; top: 0px; left: 604px;
}

/* ------------------------------------------

	L I N K S

------------------------------------------ */

.menu a:link { color: rgb( 255, 255, 255 ); text-decoration: none; }
.menu a:visited { color: rgb( 255, 255, 255 ); text-decoration: none; }
.menu a:hover { color: rgb( 255, 255, 255 );  text-decoration: none; font-weight: normal; }

.readmore a:link { color: rgb( 255, 255, 255 ); text-decoration: underlined; }
