/*  
Theme Name: Golf Course Default
Theme URI: http://www.embassyhills.com/
Description: The default Golf Course theme designed by Joshua Wychopen in 2006-2008.
Version: 1.1
Author: Joshua Wychopen
Author URI: http://www.joshwychopen.com/
*/
/* IE6 Site Globals */

* html #wrapper {
	width: 828px;
	margin: 0 auto;
	position: relative;
}

* html #training {
	width: 501px;
	height: 159px;
	float: left;
	padding: 0px 23px 20px 25px;
	text-align: left;
	background-image: url(../../images/training-bg.jpg);
	background-repeat: repeat;
	background-position: left top
}

* html .basic-training a {
	width: 125px;
	height: 125px;
	float: left;
	text-indent: -9999px;
	margin: 0px 0px 0px 14px;
	padding: 0px;
}

* html #sidebar {
	width: 270px;
	float: left;
	background-color: #AAAAAA;
	background-image: url(../../images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

* html #featured-links {
	width: 234px;
	height: 247px;
	float: left;
	background-image: url(../../images/featured-links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 5px 0px 10px;
}

* html #recent-news {
	width: 234px;
	height: 198px;
	float: left;
	background-image: url(../../images/recent-news.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html #search-input {
	height: 24px;
	float: left;
	margin: 14px 0px 0px 15px;
	text-align: center;
}

* html #search-button {
	height: 23px;
	float: left;
	margin: 16px 0px 0px 0px;
	text-align: center;
}

* html ul#nav {
	float: left;
	list-style-type: none;
	height: 45px;
}

/* Drop-down Menu Hacks */

* html ul#nav {
	display: inline-block;
	/* \*/ display: block;
	position: relative;
	/* \*/ position: static;
}
* html ul#nav ul {
	float: left;
	/* \*/ float: none;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul {
	display: block;
	position: absolute;
	left: -10000px;
}
* html ul#nav li.sfhover {
	z-index: 999;
}
* html ul#nav li.sfhover ul {
	left: 0;
	display: block;
}
* html ul#nav iframe {
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	position: absolute;
	left: -1px;
	top: 50px;
	z-index: -1;
}
