@charset "UTF-8";
/* CSS Document */

/**************** dropmenu coding *****************/
#dropmenu {
width: 80px;
background-color:#00853F;
float: left;
text-align:left;
}

#dropmenu a#top_parent{
	background:url(images/menu/contact.jpg);
}

#dropmenu a#top_parent:hover{ 
  background-position: 0 -25px;
}

#dropmenu a#top_parent span{
  display: none;
}

#dropmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 80px;
float: left;
}

#dropmenu a, #dropmenu h2 {
font: 9px arial, helvetica, sans-serif;
display: block;
margin: 0;
width:80px;
height:25px;
line-height:25px;
text-align:center;
}

#dropmenu h2 {
color: #fff;
text-transform: uppercase;
}

#dropmenu a {
color: white;
background-color:#00853F;
text-decoration: none;
}

#dropmenu a:hover {
color: white;
background:  #8CC640;
}

#dropmenu li {position: relative;}

#dropmenu ul ul {
position: absolute;
z-index: 500;
}

#dropmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#dropmenu ul ul,
div#dropmenu ul li:hover ul ul,
div#dropmenu ul ul li:hover ul ul
{display: none;}

div#dropmenu ul li:hover ul,
div#dropmenu ul ul li:hover ul,
div#dropmenu ul ul ul li:hover ul
{display: block;}
