@charset "UTF-8";
/* CSS Document */

ul{
	list-style-type:circle;
	padding:0px;
	margin-left:20px;

}

/* General dropdown */
.rollOverContent{
position: relative;
z-index: 0;
}

.rollOverContent:hover{

z-index: 50;
}

.rollOverContent span{
	position: absolute;
	width: 150px;
	height: auto;
	background-color:#FFFFFF;
	left: 0px;
	top: 26px;
	visibility: hidden;
	color:#00cc00;
	padding:10px;
}

/*.rollOverContent span img{ 
border-width: 0;
padding: 0px;
}*/
.rollOverContent:hover span{
	visibility: visible;
	top: 26px;
	left: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	
}

#header #navbutton span a li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #00cc00;
	background-color: #FFF;
	list-style-type:circle;
	padding:0px;
	margin-left:20px;
}
#header #navbutton span a li:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-color: #FFF;
	color: #FF6600;
	list-style-type:circle;
	padding:0px;
	margin-left:20px;
}

#header #navbutton span a ul {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #00cc00;
	background-color: #FFF;
}

#header #navbutton span a ul:hover {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-color: #FFF;
	color: #FF6600;
}

/* More button dropdown */
.morerollOverContent:hover span{
	visibility: visible;
	top: 26px;
	left: -87px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.morerollOverContent{
position: relative;
z-index: 0;
}

.morerollOverContent:hover{

z-index: 50;
}

.morerollOverContent span{
	position: absolute;
	width: 150px;
	height: auto;
	background-color:#FFFFFF;
	left: -80px;
	top: 26px;
	visibility: hidden;
	color:#00cc00;
	padding:10px;
}

.morerollOverContent span img{ 
border-width: 0;
padding: 0px;
}
/* The Farm button dropdown */
.thefarmrollOverContent:hover span{
	visibility: visible;
	top: 26px;
	left: -17px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.thefarmrollOverContent{
position: relative;
z-index: 0;
}

.thefarmrollOverContent:hover{

z-index: 50;
}

.thefarmrollOverContent span{
	position: absolute;
	width: 150px;
	height: auto;
	background-color:#FFFFFF;
	left: -15px;
	top: 26px;
	visibility: hidden;
	color:#00cc00;
	padding:10px;
}

.thefarmrollOverContent span img{ 
border-width: 0;
padding: 0px;
}
