/* CSS Document */

a {
text-decoration: none;
color: black;
}
	a:hover {
	text-decoration: underline;
	}
	a:visited {
	text-decoration: crosline;
	}
/* this #submenu reffers to horizontal secondary menu */
#submenu {
	margin: 0;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bolder;
	height: 13px;
	padding: 4px 10px 4px 10px;
	}
	#submenu ul, #submenu ul li  {
		display: block;
		display: inline;		
		list-style: none;
		}
		#submenu ul li {
		margin: 0 10px 0 10px;}
		
		#submenu a{
		text-decoration: none;
		color: red;
		}
		#submenu a:hover {
		padding-bottom:10px;
		text-decoration: none;
		color: #cccc99;
		opacity: 0.2;
		background: red;
		}
		
.submenu-select {
		padding-bottom:4px;
		color: #cccc99;
		background:#999966;
		}
		
#title {
	display: block;
	padding: 10px;
	background: #cccc99;
	margin: 0;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bolder;
	}
			
/* this section deals with..*/ 
#return {
	display: block;
	padding: 5px;
	position: fixed;
	bottom:3px;
	left: 3px;
	margin-top: 550px;
	margin-left: 0px;
	z-index: 100;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bolder;
}
		#return a{
		padding: 4px 2px 2px 4px;
		text-decoration: none;
		BACKGROUND: BLACK;
		color: #cccc99;
		}
		#return a:hover {
		padding-bottom: 4px;
		text-decoration: none;
		color: #cccc99;
		background: red;
		}


		
