@charset "UTF-8";
/* CSS Document */

/*----------------------------------*\
-------------TAG STYLES---------------
\*----------------------------------*/


/*----------------------------------*\
--------------ID STYLES---------------
\*----------------------------------*/

#homeSubNav {
	position:absolute;
	top: 155px;
	left: 148px;
}

#servicesSubNav {
	position:absolute;
	top: 184px;
	left: 148px;
}

#gallerySubNav {
	position:absolute;
	top: 212px;
	left: 148px;
}
#newsSubNav {
	position:absolute;
	top: 330px;
	left: 148px;
}

/*----------------------------------*\
------------CLASS STYLES--------------
\*----------------------------------*/

ul.flyout {
	border: 1px solid #005f78;
	width: 125px;
	background-image:url(../images/white_opaque.png);
}
	ul.flyout li {
		width: 100%;
	}	
	ul.flyout li a {
		display: block;
		padding: 5px 0;
		text-indent: 10px;
		width: 100%;
		background-image:url(../images/white_opaque.png);
		color: #231f20;
		font-size: 11px;
	}
	ul.flyout li a:hover {
		background-color:#c1d1d7;
		text-decoration:none;
	}