@charset 'UTF-8';
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 100%;
  margin-top:1px;
  z-index:18;
}
#cssmenu > ul > li > a {
  padding-right: 40px;
  font-size: 25px;
  font-weight: bold;
  display: block;
  background: #020202;
  color: #ffffff;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  height:auto;
}
#cssmenu > ul > li > a > span {
  background: #1c1c1c url(../images/submenu_hover_arrow.png) right 2px no-repeat;
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: 300;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li.active > a span {
  background: #020202 url(../images/submenu_hover_arrow.png) right 2px no-repeat;
}
#cssmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #e0e0e0;
  border-top: 0;
}
#cssmenu ul ul a {
  padding: 10px;
  display: block;
  /*color: #333;*/
  font-size: 13px;
  height:auto;
}
#cssmenu ul ul a:hover {
  /*color: #000;*/
}
#cssmenu ul ul li.odd {
  background: #f4f4f4 url(../images/submenu_hover_arrow.png) right 40px top 2px no-repeat;
}
#cssmenu ul ul li.even {
  background: #fff url(../images/submenu_hover_arrow.png) right 40px top 2px no-repeat;
}
#cssmenu ul ul a.active,
#cssmenu ul ul li.active >a{
	font-weight:bold;	
}

/* Tool tip */
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#000;
	opacity:0.8;
	border-radius:2px;
	padding:6px 10px;
	color:#fff;
	font-size:12px Arial;
}
