
.smallmenu
{
  
}

.smallmenu a, .smallmenu div
{
  font-family: Arial, Verdana;
  font-size: 11px;
  font-weight: bold;
  text-transform:uppercase;
	text-decoration:none;
  text-align: center;
  color: white;
  width: 11px;
  height: 11px;
  border: 1px solid #00BF04;
  display: block;
  padding: 2px;
	overflow: hidden;
  background-image: url('../image/small_menu_bg.gif');
}

.smallmenu a:hover, .smallmenu div
{
  border: 1px solid #41669a;
  background-image: url('../image/small_menu_hover.gif');
}

#snav0
{
  position: absolute;
  top: 0px;
  left: -10px;
}

#snav1
{
  position: absolute;
  top: 0px;
  left: 10px;
}

/* Big Menu */

.menu
{
  position: absolute;
  left: 50px;
  top: 50px;
}

.menu a, .menu div
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase;
	text-decoration:none;
  color: white;
  width: 60px;
  height: 60px;
  border: 2px solid #00BF04;
  display: block;
  padding: 15px;
	overflow: hidden;
  background-image: url('../image/menu_bg.gif');
}

.menu a:hover, .menu div
{
  border: 2px solid #41669a;
  background-image: url('../image/menu_hover.gif');
}

.menu a span, .menu div span
{
  color:#005402;
  font-size: 10px;
  text-transform: lowercase;
}

.menu a:hover span, .menu div span
{
  color: white;
}

.menu a.xtrabtn, .menu div.xtrabtn
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase;
	text-decoration:none;
  color: white;
  width: 160px;
  height: 10px;
  border: 2px solid #00BF04;
  display: block;
  padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-align: center;
  background-image: url('../image/menu_bg.gif');
	background-position: 0 -25px;
}

.menu a.xtrabtn:hover, .menu div.xtrabtn
{
  border: 2px solid #41669a;
  background-image: url('../image/menu_hover.gif');
}

#nav0
{
  position: absolute;
  left: 2px;
  top: 0px;
}

#nav1
{
  position: absolute;
  left: 102px;
  top: 0px;
}

#nav2
{
  position: absolute;
  left: 2px;
  top: 100px;
}

#nav3
{
  position: absolute;
  left: 102px;
  top: 100px;
}

#nav4
{
	position: absolute;
  left: 2px;
  top: 200px;
}

#nav5
{
	position: absolute;
  left: 102px;
  top: 200px;
}

#nav6
{
	position: absolute;
  left: 2px;
  top: 300px;
}
