@charset "UTF-8";
/* CSS Document */

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

#nav a {
	display: block;
	width: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:29px;
	font-size:13px;
	text-align: center;
	text-decoration:none;
	color: #9b7838;
	font-variant:small-caps;
}

#nav a:hover {
color: #213F9A}

#nav li ul li a {
	display: block;
	width: auto;
	color:#000;	
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding-right:5px;
	padding-top:0px;
}

#nav li {
	float: left;
	/* Sets width of main nav boxes */
	width: 150px;
	height:29px;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}
	
	#nav li.home {
	float: left;
	height:29px;
	text-align:center;
	/*IE Hack to center subnav -- I hate IE */
	*text-align: left;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#nav li.stallions {
	float: left;
	width: 145px;
	height:29px;
	text-align:center;
	/*IE Hack to center subnav -- I hate IE */
	*text-align: left;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
#nav li.saleshorses {
	float: left;
	height:29px;
	text-align:center;
	/*IE Hack to center subnav -- I hate IE */
	*text-align: left;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav li.news {
	float: left;
	height:29px;
	text-align:center;
	/*IE Hack to center subnav -- I hate IE */
	*text-align: left;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav li.gallery {
	float: left;
	height:29px;
	text-align:center;
	/*IE Hack to center subnav -- I hate IE */
	*text-align: left;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav li.aboutus {
	float: left;
	height:29px;
	text-align:center;
	/*IE Hack to center subnav -- I hate IE */
	*text-align: left;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav li.links {
	float: left;
	height:29px;
	text-align:center;
	/*IE Hack to center subnav -- I hate IE */
	*text-align: left;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav li.spacer {
	float: left;
	
	height:29px;
	text-align:center;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
}


#nav li ul li {
	float: left;
	width:  165px;
	height: 25px;
	padding-top: 0px;
	background-color:#FFFFFF;
	color: #fff;
	
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	background-image:none;
}

#nav li:hover ul {
	left: auto;
	z-index:99;
	text-align: left;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:99;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	
}

#nav{
	position:absolute;
	top:10px;
	padding-left: 25px;
	
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; }
* html ul li a { height: 1%; }
/* End */