@charset "UTF-8";
/* CSS Document */

/* TAB NAVIGATION BUTTONS */

#top_menu {
	height: 90px;
	width: 900px;
	padding: 0px;
	margin: 0px auto 9px auto;
}

#tab_menu {
	height: 37px;
	width: 900px;
	padding: 0px 0px 0px 5px;
	margin: 0px auto 0 auto;
}

#phone_tab {
	height: 23px;
	width: 250px;
	float: right;
	margin-top: 6px;
}

#tabwrapper {
	float: left;
	height: 80px;
}

#logo {
	height: 71px;
	width: 184px;
	float: left;
	margin: 0px 50px 0px 60px;
}

#headerbg {
	background: url(http://www.softrakgreens.com/images/header_bg.jpg) no-repeat center top;
	margin: 0px auto;
	height: 136px;
	padding: 0px;
}


.tabnav {
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	width: 136px;
	height: 33px;
	overflow:hidden;/* for ie to hide extra height */
	padding: 0px;
}


.buttonnav {
	position:relative;
	height: 37px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	overflow:hidden;/* for ie to hide extra height */
	background: url(http://www.softrakgreens.com/images/nav_hl.jpg) repeat-x;
	text-align:center;
}

.divider {
	float: left;
	height: 37px;
	width: 2px;
	background: url(http://www.softrakgreens.com/images/nav_sp.jpg) no-repeat left top;
}



.nav_home {
	width: 75px;
}

.nav_golfgreens {
	width: 110px;
}

.nav_plays {
	width: 105px;
}

.nav_lawns {
	width: 75px;
}

.nav_sports {
	width: 75px;
}

.nav_dealerinfo {
	width: 150px;
}

.nav_showcase {
	width: 155px;
}

.nav_contactus {
	width: 105px;
}



.nav_greens {
	background: url(../images/tab_softrak_over.gif) no-repeat center top;
}
.nav_lawn {
	background: url(../images/tab_lawn_over.gif) no-repeat center top;
}
.nav_play {
	background: url(../images/tab_play_over.gif) no-repeat center top;
}
.nav_sport {
	background: url(../images/tab_sport_over.gif) no-repeat center top;
}


.vrule {
	border-right: 1px dotted #1B4423;
}


.buttonnav a {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height */
}


.tabnav a {
	display: block;
	color: #388032;
	font-size: 5px;
	width: 136px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height */
}


.buttonnav a:hover {
	color: #FFFFFF;
}
.buttonnav img {
	height: 37px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.buttonnav a:hover img {
	visibility:hidden
}
.buttonnav span {
	position: absolute;
	left: 16px;
	top: 12px;
	text-align: center;
	cursor: pointer;
}


.tabnav a:hover {
	color: #388032;
}
.tabnav img {
	width: 136px;
	height: 33px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.tabnav a:hover img {
	visibility:hidden
}
.tabnav span {
	position: absolute;
	left: 1px;
	top: 25px;
	text-align: center;
	width: 60px;
	cursor: pointer;
}

/* END OF NAVIGATION */
