/* CSS Document */

#container {
	width: 750px;
	background-color: #00008b;
	text-align: left;
	margin: 0 auto;
	font: 98%/1.5 arial, helvetica, serif;
	text-align: left;
	padding: 0;
	clear: both;
}

#nav, #nav ul {
	float: left;
	width: 750px;
	list-style: none;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #00008b;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #000;
	text-decoration: none;

}

#nav a.daddy {
	background: url(images/all/btn_home.gif) center left no-repeat;
	text-indent: -999em;
	width: 73px;
	height: 31px;

}

#nav a.daddy2 {
	background: url(images/all/btn_aboutus.gif) center left no-repeat;
	text-indent: -999em;
	width: 108px;
	height: 31px;
	
}

#nav a.daddy3 {
	background: url(images/all/btn_ourservices.gif) center left no-repeat;
	text-indent: -999em;
	width: 122px;
	height: 31px;
	
}

#nav a.daddy4 {
	background: url(images/all/btn_clients.gif) center left no-repeat;
	text-indent: -999em;
	width: 95px;
	height: 31px;
	
}

#nav a.daddy5 {
	background: url(images/all/btn_philosophy.gif) center left no-repeat;
	text-indent: -999em;
	width: 108px;
	height: 31px;
	
}

#nav a.daddy6 {
	background: url(images/all/btn_contactus.gif) center left no-repeat;
	text-indent: -999em;
	width: 108px;
	height: 31px;
	
}


#nav a.lister {
	padding: 0.25em 0.50em;
}

#nav li:hover, #nav li.sfhover {
	background: url(images/all/dropback.gif) left center no-repeat;

}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11.4em;
	w\idth: 10.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0 0 0 0;
}

#nav li li {
	padding-right: 1em;
	width: 11em;
	padding-top: 4px;
}

#nav li ul a {
	width: 11em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: 0 0 0 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

