#submenu {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5;
  margin: 15px auto; /*for display only*/
  width: auto;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
 
.submenuitem {
  background: #fff;
  width: auto; 
}
	
.submenuitem .submenuheader {

  display:block;
  text-decoration: none; 
  text-shadow: 1px 1px 1px #000;	

  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
   
  /*Gradient*/
  background: #008b8b; /* Old browsers */
  background: -moz-linear-gradient(top, #339999 0%, #2d8686 44%, #003333 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008b8b), color-stop(44%,#006666), color-stop(100%,#003333)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #339999 0%,#2d8686 44%,#206060 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #339999 0%,#2d8686 44%,#003333 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #339999 0%,#2d8686 44%,#003333 100%); /* IE10+ */
  background: linear-gradient(top, #339999 0%,#2d8686 44%,#003333 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008b8b', endColorstr='#003333',GradientType=0 ); /* IE6-9 */
}
			
.submenuitem .submenuheader:hover {  
  background: #008b8b; /* Old browsers */
  background: -moz-linear-gradient(top,  #009999 0%, #006666 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009999), color-stop(100%,#006666)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #40bfbf 0%, #277373 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #009999 0%,#006666 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #009999 0%,#006666 100%); /* IE10+ */
  background: linear-gradient(top,  #009999 0%,#006666 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#006666',GradientType=0 ); /* IE6-9 */
}


/*ul Styles*/
.submenuitem ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height:0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  margin:0px
}

.current ul {
  height:auto;
}

.submenuitem ul ul{
  display:none;	
}
 
.submenuitem ul a {
  margin-left: 10%;
  text-decoration: none;
  color: #008b8b;
  display: block;
  width: 200px;
}

.submenuitem ul ul a {
  margin-left: 20%;  
}




 
/*li Styles*/
.submenuitem li {
  border-bottom: 1px solid #eee;
}
.submenuitem li li{
	border-bottom:none;
}
 
.submenuitem li:hover, .submenuitem li.selected {
  background: #ddd;
}
.submenuitem li li:hover , .submenuitem li li.selected {
  background: #eee;
}
				
.submenuitem li a:hover {
  background: none;
}

.submenuitem li.current ul{
  display:block;	
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
