@charset "utf-8";
/* CSS Document */

#menu {
	position:relative;
	text-align: left;
	z-index: 9;
	text-decoration: none;
	margin-bottom: 0px;
	width: 703px;
	float: left;
	margin-left: 0px;
}
#menu ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px;
}

#menu a.services {
	width: 107px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_services.jpg);
	background-repeat: no-repeat;
}
#menu a.services:hover {
	width: 107px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_services_roll.jpg);
	background-repeat: no-repeat;
}
#menu a.services span {
	position: absolute;
	margin-left: -9999px;
}


#menu a.about {
	width: 106px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_about.jpg);
	background-repeat: no-repeat;
}
#menu a.about:hover {
	width: 106px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_about_roll.jpg);
	background-repeat: no-repeat;
}
#menu a.about span {
	position: absolute;
	margin-left: -9999px;
}

#menu a.news {
	width: 170px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_news.jpg);
	background-repeat: no-repeat;
}
#menu a.news:hover {
	width: 170px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_news_roll.jpg);
	background-repeat: no-repeat;
}
#menu a.news span {
	position: absolute;
	margin-left: -9999px;
}

#menu a.portfolio {
	width: 169px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_portfolio.jpg);
	background-repeat: no-repeat;
}
#menu a.portfolio:hover {
	width: 169px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_portfolio_roll.jpg);
	background-repeat: no-repeat;
}
#menu a.portfolio span {
	position: absolute;
	margin-left: -9999px;
}

#menu a.testimonials {
	width: 151px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_testimonials.jpg);
	background-repeat: no-repeat;
}
#menu a.testimonials:hover {
	width: 151px;
	height: 90px;
	display: block;
	background-image: url(/images/nav_testimonials_roll.jpg);
	background-repeat: no-repeat;
}
#menu a.testimonials span {
	position: absolute;
	margin-left: -9999px;
}




#menu a:hover {
	color: #FF9999;
	text-decoration:underline;
}

#menu li {
	float: left;
}

#menu li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	margin-left: 0px;
	

}
#menu li ul a {
	
	width: 150px;
	background-color:#49aaaa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-left: 0px;
	padding: 4px 6px 4px 6px;
	text-indent: 0px;
	border-left: none;
	line-height: 16px;
	color: #fff;
	background-image:none;
	
}
#menu li ul a:hover
{text-decoration: none;} 
#menu li ul ul {
	width: 208px;
	margin-left: 209px;
	margin-top: -31px;
}


#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
display: block;
	left: auto;
}
