/*
©2010 Jay Hollywood
www.jayhollywood.com.au

Description : Navigation Stylesheet

*/


ul#nav {
	float: left;
	padding: 0 0 0 20px;
	list-style: none;
	background-color: #7c5b36;
	height: 35px;
	margin: 5px 0 0 0;
	width: 805px;
}

#nav a {
	display: block;
	height: 35px;
	text-indent: -9999px;
	width: auto;
}

#nav li {
	float: left;
	height: 35px;
	width: auto;
}

#nav li.home a {
	background: url(../art/nav-home.gif) 0px 0px no-repeat;
	width: 62px;
}

#nav li.stallions a {
	background: url(../art/nav-stallions.gif) 0px 0px no-repeat;
	width: 81px;
}

#nav li.broodmares a {
	background: url(../art/nav-broadmares.gif) 0px 0px no-repeat;
	width: 98px;
}

#nav li.sale a {
	background: url(../art/nav-sale.gif) 0px 0px no-repeat;
	width: 77px;
}

#nav li.contact a {
	background: url(../art/nav-contact.gif) 0px 0px no-repeat;
	width: 83px;
}

#nav li a:hover {
	background-position: 0 -35px;	
}

#nav li a.active {
	background-position: 0 -35px;	
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


/*------------------------------------------------------ INTERNAL SUBNAV */

ul#internal-subnav {
	background-color: #6c5b36;
	display: block;
	height: 39px;
	left: 125px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	width: 506px;
}

ul#internal-subnav a {
	display: block;
	height: 37px;
	text-indent: -9999px;
	width: auto;
}

ul#internal-subnav li {
	float: left;
	height: 37px;
	width: auto;
}

ul#internal-subnav li.pedigree a {
	background: url(../art/stallions-subnav-pedigree.gif) 0px 0px no-repeat;
	width: 148px;
}

ul#internal-subnav li.breeding a {
	background: url(../art/stallions-subnav-breeding.gif) 0px 0px no-repeat;
	width: 193px;
}

ul#internal-subnav li.results a {
	background: url(../art/stallions-subnav-results.gif) 0px 0px no-repeat;
	width: 163px;
}

ul#internal-subnav li a:hover {
	background-position: 0 -37px;	
}

ul#internal-subnav li a.active {
	background-position: 0 -37px;	
}
