
/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */


#nav, #nav ul {
	padding:0;
	margin:0 auto;
	list-style:none;
}

#nav {
	position:relative;
	display:block;
	width:364px;
	padding-left:576px;
	height:37px;
	background:url(../images/topnav_bg.gif) no-repeat;
	z-index:50;
}

#nav li { float:left; position:relative; }

#nav li a {
	text-decoration:none;
	white-space:nowrap;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#nav li b {
	display:block;
	cursor:pointer;
	height:37px;
	float:left;
	color:#000;
}

#topnav_home b {
	background:url(../images/topnav_home.gif) top no-repeat;
	width:89px;
}
#topnav_about b {
	background:url(../images/topnav_about.gif) top no-repeat;
	width:74px;
}
#topnav_services b {
	background:url(../images/topnav_services.gif) top no-repeat;
	width:93px;
}
#topnav_contact b {
	background:url(../images/topnav_contact.gif) top no-repeat;
	width:86px;
}

#nav li a b.clicked { color:#990000; }




/* --- SUBMENU --- */
#nav ul {display:none;}

#nav li ul {
	position:absolute;
	left:0;
	top:37px;
	width: 165px;
	float:left;
}

#nav li ul li { float:none; }

#nav ul a {
	border-bottom: 1px solid #a50000;
	padding: 0 15px;
	margin:0;
	display: block;
	background: #c70000;
	color: #fff;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent:0px;
	height:auto;
}

#nav ul a:hover {
	background: #094fa3;
	color: #FFF;
}

#nav ul a.last:hover {
	border-bottom: 1px solid #094fa3;
}