@charset "UTF-8";
/* CSS Document */

/* TAB NAVIGATION BUTTONS */

#top_menu {
	height: 100px;
	width: 999px;
	border-bottom: 4px solid #1A4322;
	padding: 0px;
	margin: 20px auto;
	position: relative;
}

#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: 141px;
	height: 31px;
	overflow:hidden;/* for ie to hide extra height */
}
.nav_lawn {
	background: url(../images/tab_lawn_over2.gif) no-repeat;
}
.nav_play {
	background: url(../images/tab_play_over2.gif) no-repeat;
}
.nav_sport {
	background: url(../images/tab_sport_over2.gif) no-repeat;
}
.nav_golf {
	background: url(../images/tab_golf_over2.gif) no-repeat;
}
.nav_pet {
	background: url(../images/tab_pet_over2.gif) no-repeat;
}
.nav_softek {
	background: url(../images/tab_softrak_over2.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;
	float: left;
	position: relative;
	overflow: visible;
}

.vrule {
	border-right: 1px dotted #1B4423;
}


.tabnav a {
	display: block;
	color: #000000;
	font-size: 5px;
	width: 141px;
	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: #d67d05;
}
.tabnav img {
	width: 141px;
	height: 31px;
	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 */

.topnavi {
	height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 442px;
	float: right;
	color: #FFFFFF;
	margin: 65px -75px 0 0;
}
.topnavi li {
	z-index: 5000;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	display: inline-block;
	height: 22px;
	top: 0px;
	float:left;
}
.topnavi li a {
	display: block;
	color: #fff;
	padding: 0px 15px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;	
	float: left;
}

.topnavi li:hover a {
	color: #ffaf4d;
	font-weight: bold;
}

/*********************POPOUT***********************/

/*leave alone*/
.nav_company ul.topnavi, .nav_company ul.topnavi li:hover ul {display:none;}
.nav_company:hover ul.topnavi, .nav_company ul.topnavi li:hover ul {display:block;}

/*color and dimensions*/
.nav_company:hover li {height:22px; display: inline-block; position:relative; top: 65px; left:-20px; float:left; }
.nav_company:hover li a, .nav_company:hover li p, .nav_company:hover li:hover li a  {width:140px; text-align:left; font-size:10px; line-height:15px; padding: 4px 0px 4px 4px; background-color:#fff;  top:-1px; color: #547939; z-index: 5; text-transform:none;height:18px;border-left:1px solid #ccc;border-right:1px solid #CCC;border-bottom:#547939 solid 3px;}
/*hover state*/
.nav_company:hover li:hover a, .nav_company:hover li:hover li:hover a {color: #6d9451; z-index:5;background-color: #f9fbf7;}

/*position of first level*/
.nav_company:hover ul {position:absolute; top:17px; left:0px; width:150px; margin:0px; padding:0px;}

/*position of second level*/
.nav_company:hover ul li:hover ul {position:absolute; top:0px; left:150px; width:199px; margin:0px; padding:0px;}

/*********************POPOUT***********************/