@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: #FFF;
	font-variant:small-caps;
}

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

#nav li ul li a {
	display: block;
	width: auto;
	color:#000;	
	height:29px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding-right:5px;
	
}
/* A hack for Safari to give the top nav some padding 
:first-of-type #nav li {padding-top:0px;}*/

#nav{
	z-index: 10;
	position: absolute;
	top:10px;}

#nav li {
	float: left;
	/* Sets width of main nav boxes */
	width: 130px;
	height:29px;
	color:#fff;	
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	}
	
	#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;
	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;
	height: 25px;
	width: 165px;
	
	padding-top: 0px;
	background-color:#FFFFFF;
	color: #fff;
	
}

#nav li ul {
	z-index: 100;
	position: absolute;
	width: 12em;
	/* Comment below to troubleshoot nav css  */
	 left: -999em;
	background-image:none;
}

#nav li:hover ul {
	left: auto;
	z-index: 100;
	position: absolute;
	
}

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

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