
/* NAVIGATION -------------------------------------------------------------------------------------
*/	
#top {
	display:block;
	height:40px;
	margin: 25px 15px 0 25px;
	padding: 0 0 4px 0;
	width:890px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#nav, #nav ul {
	line-height:1;
	list-style:none;
	margin: 0;
	padding: 0;
}

#nav li {
	display:block;
	float:left;
	font-size:12px;
	height:40px;
	line-height:40px;
	list-style:none;
	position:relative;
	background-image: url(../images/web-development-bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding: 0;
}

#nav li a {
	display:block;
	color:#416292;
	float:left;
	height:40px;
	width:auto;
	text-indent:10px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#nav li a:hover {
	background-image: url(../images/web-design-bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	color:#a30013;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 5px;
	height:40px;
	width:auto;
	text-indent:10px;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfhover ul {
left:0px;
margin-left:0px;
}

#nav li li:hover, #nav li li.sfhover {
background:none;
}

#nav li ul {
	background:#416292;
	filter:alpha(opacity=90);
	left:-999em;
	-moz-opacity:0.9;
	opacity:0.9;
	position:absolute;
	top:32px;
	width:260px;
	z-index:1000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a30013;
	border-bottom-color: #a30013;
	border-left-color: #a30013;
}

#nav li ul li {
background-image:none;
height:32px;
}

#nav li ul li a {
	background:none;
	color:#ffffff;
	display:block;
	font-size:12px;
	line-height:32px;
	height:32px;
	margin:0px;
	padding:0px;
	width:260px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a30013;
}

#nav li ul li a:hover {
	color:#a30013;
	display:block;
	font-size:12px;
	line-height:31px;
	height:31px;
	margin:0px;
	padding:0px;
	width:260px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a30013;
	background-color: #FFFFFF;
	background-image: none;
}

#nav li ul li.top {
margin:0 0px 0px 0px;
}

#nav li ul li.bot {
margin:0px 0px 5px 0px;
}

#nav li:hover, #nav li.sfhover { 
}

#nav li li:hover, #nav li li.sfhover {
background:none;
}

#nav1 {
padding:0px;
margin:0px;
}

.registeredNavigation {
	font-size: 8px;
	vertical-align: super;
	margin: 0;
	padding:0;
}
