#nav_flash {
 position:relative;
 margin:0;
 width:773px;
 height:60px;
 background:url(../img/nav_flash.png) no-repeat;
 z-index:1;
}

#nav_flash ul {
 margin:0px;
 padding:0px;
 list-style:none;
 background-color:#FFF;
}

#nav_flash li {
 display:inline;
 position:absolute;
 float:left;
}

#nav_flash li a {
 display:block;
 height:60px;
}

#nav_flash_home					{left: 0; top: 0; width: 78px; height: 60px;}
#nav_flash_products				{left: 80px; top: 10px; width: 108px; height: 60px;}
#nav_flash_news					{left: 189px; top: 10px; width: 87px; height: 60px;}
#nav_flash_team					{left: 278px; top: 10px; width: 104px; height: 60px;}
#nav_flash_testimonials			{left: 384px; top: 10px; width: 134px; height: 60px;}
#nav_flash_contact				{left: 520px; top: 10px; width: 125px; height: 60px;}
#nav_flash_members				{left: 647px; top: 0; width: 126px; height: 60px;}

#nav_flash_home a:hover 			{background: url(../img/nav_flash.png) 0 -60px no-repeat;}
#nav_flash_products a:hover 		{background: url(../img/nav_flash.png) -80px -70px no-repeat;}
#nav_flash_news a:hover 			{background: url(../img/nav_flash.png) -189px -70px no-repeat;}
#nav_flash_team a:hover 			{background: url(../img/nav_flash.png) -278px -70px no-repeat;}
#nav_flash_testimonials a:hover 	{background: url(../img/nav_flash.png) -384px -70px no-repeat;}
#nav_flash_contact a:hover 			{background: url(../img/nav_flash.png) -520px -70px no-repeat;}
#nav_flash_members a:hover 			{background: url(../img/nav_flash.png) -647px -60px no-repeat;}

#nav_flash_homeActive				{left: 0; top: 0; width: 78px; height: 60px; background: url(../img/nav_flash.png) 0 -60px no-repeat;}
#nav_flash_productsActive 		{left: 80px; top: 10px; width: 108px; height: 60px; background: url(../img/nav_flash.png) -80px -70px no-repeat;}
#nav_flash_newsActive 			{left: 189px; top: 10px; width: 87px; height: 60px; background: url(../img/nav_flash.png) -189px -70px no-repeat;}
#nav_flash_teamActive 			{left: 278px; top: 10px; width: 104px; height: 60px; background: url(../img/nav_flash.png) -278px -70px no-repeat;}
#nav_flash_testimonialsActive 	{left: 384px; top: 10px; width: 134px; height: 60px; background: url(../img/nav_flash.png) -384px -70px no-repeat;}
#nav_flash_contactActive 			{left: 520px; top: 10px; width: 125px; height: 60px; background: url(../img/nav_flash.png) -520px -70px no-repeat;}
#nav_flash_membersActive 			{left: 647px; top: 0; width: 126px; height: 60px; background: url(../img/nav_flash.png) -647px -60px no-repeat;}

#nav_flash span {
 position: absolute;
 display:block;
 width:0;
 height:0;
 left: -999em;
}

#nav_flash li ul {
 position:absolute;
 left: -999em;
 height: auto;
 width:12em;
 z-index:2;
 background-color:#00607d;
 padding:19px 29px;
 margin-top:-20px;
}

#nav_flash li:hover ul, #nav_flash li.sfhover ul {
 left: auto;
}

#nav_flash li ul li {
	position:relative;
	clear:both;
	height:20px;
	width:100%;
	padding:0;
	margin:0;
}

#nav_flash li ul li a {
	color:#FFF;
	font-weight:normal;
}

#nav_flash li ul li a:hover {
	text-decoration:underline;
	background:none;
}

#flashnav {
 position:relative;
 margin:0;
 width:773px;
 height:183px;
 background:url(../img/nav_flash.png) no-repeat;
 z-index:1;
}

#content_flash {
 clear: left;
 width: 773px;
 height:440px;
 background-color:#FFFFFF;
 border-top: #FFF solid 1px;
 padding:0;
 margin:0;

}

#flash p {
 text-align:left;
 padding: 0 17px 15px 25px;
}

#flash a {
	font-weight:bold;
}


#footer_flash {
 color:#b6b4b6;
 font-size:0.9em;
 width: 773px;
 height: 10px;
 background: url(../img/footer_flash.png) top left no-repeat;
 clear: both;
 margin:0;
 padding:10px 15px;
}

#footer_flash a {
 color:#b6b4b6;
 text-decoration:none;
}

#footer_flash a:hover {
 text-decoration:underline;
}