body{
	
	background-color:#000000;
	background-image: url(images/backg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#border{
	border : 0.5px solid white;
}

h1{
color:#CDFF00
}

#nav, #nav ul { /* lists */
		margin: 0;
		padding: 0;
		list-style: none;
		width : 13em;
		background-color : black;
		
}

#nav li { /* list items */
		
		line-height : 2.5em;
		margin-bottom : -1px;
		width: 11em;
		font-size: 13px;
}

#nav li a {
		width: 10em;
		width : 10em;
		color : white;
		text-decoration : none;
		padding : 0 0.5em;
	}
	
#nav li a:hover {
		color : rgb(204,255,0);
		background-color : black;
}
	
#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{
		left: auto;
}

a {
		
		color : white;
		
}
	
a:hover {
		color : rgb(204,255,0);
	
}




	