/* CSS Document */

.xcsstitle { display:none }


#navbackground li {
	list-style:none;
	list-style-position:inside;
}
#navbackground a {
	text-decoration:none;
}
.dropdown ul {
	margin:0;
}
.dropdown li {
	list-style:none;
	margin:0;
}
.button {
	background:transparent;
	width:192px; height:100px;
	list-style:none;
	text-indent:10px;
}
.parent a {
	font-weight:bold;
	font-size:12px;
	color: white;
}
.parent a:hover {
	color:#c2de97;
	text-decoration:underline;
}
.dropdown {
	position:relative;
	left:-10px;
	font-weight:normal;
	font-size:10px;
}
.dropdown a {
	font-size:12px;
	color:#c2de97;
	font-weight:normal;
}
.dropdown a:hover {
	color:#fff;
	font-weight:bold;
}

.button:hover {
	background-color: #5c8727;
}
#button1 {
	position:absolute;
	top:0; left:0;
}
#button1.over {
	background-color: #5c8727;
}
#button2 {
	position:absolute;
	top:0; left:192px;
}
#button3 {
	position:absolute;
	top:0; left:384px;
}
#button4 {
	position:absolute;
	top:0; left:576px;
}
#button5 {
	position:absolute;
	top:0; left:768px;
}
