#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  border-color:#FFF 2px solid;
}

.nav_bg{
	background: #4893A8 url(images/grad_light.png) repeat-x left top;
  background: -moz-linear-gradient(top, #4176A0 0%, #3E8491 50%,  #325065 51%, #428A9F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4176A0), color-stop(50%, #3E8491), color-stop(51%, #325065), 		
  color-stop(100%, #428A9F));
  background: -webkit-linear-gradient(top, #4176A0 0%, #3E8491 50%, #325065 51%, #428A9F 100%);
  background: -o-linear-gradient(top, #4176A0 0%, #3E8491 50%, #325065 51%, #428A9F 100%);
  background: -ms-linear-gradient(top, #4176A0 0%, #3E8491 50%, #325065 51%, #428A9F 100%);
  background: linear-gradient(to bottom, #4176A0 0%, #3E8491 50%, #325065 51%, #428A9F 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4176A0', endColorstr='#428A9F', GradientType=0);
	
	}
/*#cssmenu {
	
 height:30px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #03363e;
	background: -moz-linear-gradient(top, #03363e 0%, #1A7B8C 50%,#216D74 51%,#03363e  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03363e), color-stop(50%,#076783 )), color-stop(51%,
	#216D74), color-stop(100%,));
background: -webkit-linear-gradient(top, #03363e 0%,#076783 50%,#216D74  51%,#03363e  100%);
background: -o-linear-gradient(top, #03363e 0%,#076783 50%,#216D74 51%,#03363e 100%);
background: -ms-linear-gradient(top,#03363e 0%,#076783 50%,#216D74 51%, #03363e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03363e', endColorstr='#076783',GradientType=0 );
background: linear-gradient(top, rgba #03363e 0%, #076783 50%,#216D74 51%, #03363e 100%);
border-color: #FFF #D1D1D1 #B2B2B2;
color: #646464 !important;

}
*/
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #03363e;
  color: #ffffff;
  display: inline-block;
  font-family:'Cabin Condensed', sans-serif;
  font-size: 16px;
  line-height: 30px;
  padding: 0 20px;
  text-decoration: none;
  	/*background: -moz-linear-gradient(top, #03363e 0%, #076783 50%, #216D74 51%,#03363e  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03363e), color-stop(50%,#076783 )), color-stop(51%,
	#216D74), color-stop(100%,));
background: -webkit-linear-gradient(top, #03363e 0%,#076783 50%,#216D74 51%,#03363e  100%);
background: -o-linear-gradient(top, #03363e 0%,#076783 50%,#216D74 51%,#03363e 100%);
background: -ms-linear-gradient(top,#03363e 0%,#076783 50%,#216D74 51%, #03363e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03363e', endColorstr='#076783',GradientType=0 );
background: linear-gradient(top, rgba #03363e 0%, #076783 50%,#216D74 51%, #03363e 100%);*/

 
  background: #4893A8 url(images/grad_light.png) repeat-x left top;
  background: -moz-linear-gradient(top, #4176A0 0%, #3E8491 50%,  #325065 51%, #428A9F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4176A0), color-stop(50%, #3E8491), color-stop(51%, #325065), color-stop(100%, #428A9F));
  background: -webkit-linear-gradient(top, #4176A0 0%, #3E8491 50%, #325065 51%, #428A9F 100%);
  background: -o-linear-gradient(top, #4176A0 0%, #3E8491 50%, #325065 51%, #428A9F 100%);
  background: -ms-linear-gradient(top, #4176A0 0%, #3E8491 50%, #325065 51%, #428A9F 100%);
  background: linear-gradient(to bottom, #4176A0 0%, #3E8491 50%, #325065 51%, #428A9F 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4176A0', endColorstr='#428A9F', GradientType=0);
  
border-color: #E0E0E0 #D1D1D1 #B2B2B2;

  
}
#cssmenu ul {
  list-style: none;
  
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
	
  float: left;
}
#cssmenu > ul > li:hover:after {
  /*content: '';*/
  
   /*background-color:#FFF;*/
  display: block;
  width: auto;
  height:auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
 
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active a {
 
 text-decoration: none;
 
}
#cssmenu > ul > li:hover > a {

  background: -moz-linear-gradient(top, #1C5764 0%, #4893A8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1C5764), color-stop(100%, #4893A8));
  background: -webkit-linear-gradient(top, #1C5764 0%, #4893A8 100%);
  background: -o-linear-gradient(top, #1C5764 0%, #4893A8 100%);
  background: -ms-linear-gradient(top, #1C5764 0%, #4893A8 100%);
  background: linear-gradient(to bottom, #1C5764 0%, #4893A8 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1C5764', endColorstr='#4893A8', GradientType=0);
}
#cssmenu .has-sub {
  z-index: 400;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #2F8D95;
  border-bottom: 1px dotted #6fc7ec;
  filter: none;
  font-size: 12px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #2F8D95;
  border-bottom: 1px dotted #6db2d0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #095c80;
}