body {
	font-family: arial;
	color: #555555;
	font-size: 12px;
	background-color: #006699;

}

p {
	font-family: arial;
	color: #555555;
	font-size: 12px;
}

table {
	background-color: white;
	font-size: 12px;
}

/* The whole menu */
#menu {
	position: absolute;
	font-family: sans-serif;
	display: none;
}


/* Each menu name */
#menu li { 
	float: left;
	list-style-type: none;
	width: 150px;
	background-color: #CC0000;
	border: 1px solid black;
	text-indent: 8px; 
	/*margin-left: 0px;*/
	font-weight: bold;
	
} 
/* Each main menu link */
#menu li a{
	color: white;
	text-decoration: none;
	width: 100%;
	display: block;
	

} 
#menu li a:hover {
	color: white;
	background-color: #006699;	
	font-weight: bold;
	
}
/* entire sub menu */
#menu li ul {
	padding: 0px;
	margin: 0px;
	background-color: #006699;
	display: none;
}	
/* Each sub menu item */
#menu li ul li {
	padding: 0px;
	margin: 0px;
	float: none;
	list-style-type: none;
	width: 100%;
	border: none;
	text-indent: 15px;
	font-weight: normal;
	background-color: #CC0000;
	
}
#menu li ul li a{
	color: white;
	font-weight: normal;
	text-decoration: none;
}
#menu li ul li a:hover{
	color: white;
	background-color: #006699;
	font-weight: bold;
}
img slide{
 	postion: absolute;
	display: none;
	left: 0;
 	top:0;
 }
 
#slideshow {
	postion: relative;
	overflow: hidden;
	width: 177;
	height: 133
}
