/* --------------------- Navigation styling ----------------------------- */

ul#nav
{
	border: 0px solid blue;
	min-height: 40px;
	width: 925px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	background: url(../images/navBg.jpg) 0px 0px no-repeat;
}
#nav li
{
	border: 0px solid #440000;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/navDivider.gif) right 0px no-repeat;
}
#nav li A
{
	border: 0px dashed #440000;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	display: block;
	float: left;
	overflow: hidden;
	height: 40px; 
	line-height: 40px;
	padding: 0px 7px;
	margin: 0px 0px 0px 0px;
}
#nav li A.activelink
{
	background: url(../images/navHover.jpg) 50% -40px repeat;
}
#nav li A:hover
{
	background: url(../images/navHover.jpg) 50% 0px repeat-x;
}

li#home A
{
	padding: 0px 10px 0px 10px;
}
li#home A.activelink
{
	background: url(../images/homeBg.jpg) left -80px no-repeat;
}
li#home A:hover
{
	background: url(../images/homeBg.jpg) left -40px no-repeat;
}
li#contactus
{
	float: right;
	background: none;
}
li#contactus A
{
	padding: 0px 20px;
	background: url(../images/contactBg.jpg) right 0px no-repeat;
}
li#contactus A.activelink
{
	background: url(../images/contactBg.jpg) right -80px no-repeat;
}
li#contactus A:hover
{
	background: url(../images/contactBg.jpg) right -40px no-repeat;
}
