@charset "iso-8859-1";

.linkmenu:link {color: #FFFFFF; background: red; text-decoration: none; font: bold}
.linkmenu:visited {color: #FFFFFF; background: red; text-decoration: none; font: bold}
.linkmenu:hover {color: #FF0000; background: white; text-decoration: none; font: bold}
.linkmenu:active {color: #FFFFFF; background: red; text-decoration: none; font: bold}

.menutable {border: thick; background: green; color: #0000FF}	

.menutd {background: green; text-align: right}

.texttd {background: white; text-align: justify; color: #000000}

.copyrighttd {text-align: center; color: green; font: xx-small}																

.maintext {font: Century Gothic} 

.pmargin {margin-left: .5cm}
.pmargin {margin-right: 1.5cm}

hr {border: 0; width: 100%; color: green; background-color: green; height: 10px}

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 8em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 9em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 8.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 9em;
		w\idth : 8em;
		display : block;
		color : silver;
		font-weight : bold;
		text-decoration : none;
		background-color : green;
		border : 1px solid green;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : green;
		background-color : silver;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 9em;
	}
