/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
        
html, body {
	margin: 0;
	padding: 0; /* Takes care of horizontal alignment in Internet Explorer */
	margin-left: 0px;
	height: 100%;
}
        
/***********************************************/
/* navigation                                  */
/***********************************************/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;

}
#menu {
	top: 20 0 0 0;
	left: 0;
	width: 800px;
}
#menu dl {
float: left;
width: 114px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	background: url(file:///SKY%20Design/Websites/Falcons%20PTC/website-live/images/navigation/blockactive.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 25px 1px 0px 1px;
	font-size: 0.7em;
	color: #fff;
	height: 28px;
	letter-spacing:.1em;
	font-weight:500;
}

#menu dd {
display: none;
border: 1px solid gray;

}
#menu li {
text-align: left;
background: #333333;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
padding: .7em 0em 0em 0em;
display: block;
border: 0 none;

}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}


