/* 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 {
	padding: 4px 2px 2px 4px;
	margin: 0;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bolder;
	}
	#submenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#submenu ul li  {
		padding: 4px 2px 2px 4px;
		margin-left: 10px;
		margin-right: 10px;
		display: block;
		display: inline;
		}
		#submenu a{
		padding: 4px 2px 2px 4px;
		text-decoration: none;
		color: red;
		}
		#submenu a:hover {
		padding-bottom:10px;
		text-decoration: none;
		color: #cccc99;
		opacity: 0.2;
		background: red;
		}
		#submenu a:hover ul li {
		
		}
		
		.submenu-select {
		color: #cccc99;
		background:#999966;
		}
/* this section deals with..*/ 
#return {
	position: absolute;
	margin-top: 550px;
	margin-left: 0px;
	z-index: 100;
	padding: 0;
	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;
		}

		