@charset "UTF-8";
/* CSS Document */

/* TAB NAVIGATION BUTTONS */

#top_menu {
	height: 150px;
	width: 999px;
	padding: 0px;
	margin: 20px auto;
}

#tab_menu {
	height: 34px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 22px;
}

#logo {
	height: 82px;
	width: 264px;
	float: left;
	margin: 0px 60px;
}


.buttonnav {
	position:relative;
	float: left;
	margin: 0 3 0 0;
	font-family: arial, helvetica, sans-serif;
	width: 60px;
	height: 85px;
	overflow:hidden;/* for ie to hide extra height */
	padding: 0px 15px;
}


.tabnav {
	position:relative;
	float: left;
	margin: 0 2 0 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	width: 170px;
	height: 31px;
	overflow:hidden;/* for ie to hide extra height */
}
.nav_lawn {
	background: url(../images/tab_lawn_over.gif) no-repeat;
}
.nav_play {
	background: url(../images/tab_play_over.gif) no-repeat;
}
.nav_sport {
	background: url(../images/tab_sport_over.gif) no-repeat;
}
.nav_golf {
	background: url(../images/tab_golf_over.gif) no-repeat;
}
.nav_softek {
	background: url(../images/tab_softrak_over.gif) no-repeat;
}



.nav_home {
	background: url(../images/button_home_over.gif) no-repeat center top;
}
.nav_products {
	background: url(../images/button_products_over.gif) no-repeat center top;
}
.nav_installation {
	background: url(../images/button_installation_over.gif) no-repeat center top;
}
.nav_dealers {
	background: url(../images/button_dealers_over.gif) no-repeat center top;
}
.nav_contact {
	background: url(../images/button_contact_over.gif) no-repeat center top;
}
.nav_company {
	background: url(../images/button_company_over.gif) no-repeat center top;
}

.vrule {
	border-right: 1px dotted #1B4423;
}


.tabnav a {
	display: block;
	color: #000000;
	font-size: 5px;
	width: 170px;
	height: 31px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height */
}


.buttonnav a {
	display: block;
	color: #507B30;
	font-size: 12px;
	width: 60px;
	height: 75px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height */
}


.nav_lawn a {
	color: #417324;
}

.nav_play a {
	color: #D67D05;
}

.nav_sport a {
	color: #95290F;
}

.nav_golf a {
	color: #013A53;
}

.nav_softek a {
	color: #FFFFFF;
}



.tabnav a:hover {
	color: #154F2E;
}
.tabnav img {
	width: 170px;
	height: 31px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.tabnav a:hover img {
	visibility:hidden
}
.tabnav span {
	position: absolute;
	left: 5px;
	top: 24px;
	text-align: center;
	width: 40px;
	cursor: pointer;
}



.buttonnav a:hover {
	color: #1A4322;
}
.buttonnav img {
	width: 60px;
	height: 60px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.buttonnav a:hover img {
	visibility:hidden
}
.buttonnav span {
	position: absolute;
	left: 1px;
	top: 65px;
	text-align: center;
	width: 90px;
	cursor: pointer;
}

/* END OF NAVIGATION */