/* external CSS File 			*/
/* filename Default.css 	*/
/* NO HTML MARKUP ALLOWED */

html, body{
	margin: 0;
	padding: 0;
	postion: absolute;
	top: 0;
	left: 0;
}
	
#navsite p {
	display: none;
}

#navsite {
 font-size: 0.8em;
 font-weight: bold;
 width: 11em; 
 border-right: 1px solid #666; 
 padding: 0 0 0 0; 
 margin-bottom: 1em; 
 font-family: Verdana, Helvetica, Arial, sans-serif;  
}

#navsite ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}

#navsite ul li {
 margin: 0; 
 border-top: 1px solid #000; /* Top Margin*/
}

/* Normal State  */
#navsite ul li a{
 display: block; 
 padding: 25px 2px 2px 0.5em; 
 border-left: 10px solid #C03; 
 border-right: 1px solid #69c;
 border-bottom: 1px solid #000;
 background-color: #036; /* Main BG Color */
 color: #fff; /* Test Color */
 text-decoration: none;
 width: 100%; 
}

html>body #navsite ul li a { 
 width: auto; 
} 

/* On-Hover State  */
#navsite ul li a:hover {
 border-left: 10px solid #036;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369; 
 background-color: #FFF; /* Highligted Color */
 color: #000; 					 /* Text Color */
}	

#content {
  background-color: #000; /* BG Color */
  color: #fff;
}

#content a {
  background-color: #000; /* BG Color */
  color: #ff0;
}


#left-border {
  background-color: #000; /* BG Color */
  width: 1px;
}