#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
	position:relative;
	float:left;

	width: 700px; /*con la radio 700px*/
	height: 49px;
  
	border: 0px solid blue;
  
	border-radius: 0px 0px 0 0;
	-moz-border-radius: 0px 0px 0 0;
	-webkit-border-radius: 0px 0px 0 0;
  background:#245B98;
	/*background: rgba(255,0,17,1);
	background: -moz-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,17,1)), color-stop(100%, rgba(128,2,10,1)));
	background: -webkit-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
	background: -o-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
	background: linear-gradient(to bottom, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0011', endColorstr='#80020a', GradientType=0 );*/

/*
  background: #c6020e;
  background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
*/
  border-bottom: 0px solid #c6020e;
  margin-top: 2px;

  z-index: 1000;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {background:#245B98;
/*
background: rgba(255,0,17,1);
background: -moz-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,17,1)), color-stop(100%, rgba(128,2,10,1)));
background: -webkit-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
background: -o-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
background: -ms-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
background: linear-gradient(to bottom, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0011', endColorstr='#80020a', GradientType=0 );*/
/*
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: linear-gradient(top, #fefefe 0%, #ececec 100%);
*/
  color: #000;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 49px;
  padding: 0 14px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  font-size: 17px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  margin-left: -10px;
}
#cssmenu > ul > li.active > a {
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background:#245B98;
 /*background: rgba(255,0,17,1);
background: -moz-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,17,1)), color-stop(100%, rgba(128,2,10,1)));
background: -webkit-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
background: -o-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
background: -ms-linear-gradient(top, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
background: linear-gradient(to bottom, rgba(255,0,17,1) 0%, rgba(128,2,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0011', endColorstr='#80020a', GradientType=0 );*/

/*
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 */ 
}
#cssmenu > ul > li:hover > a {background:#245B98;
/*
background: rgba(215,0,18,1);
background: -moz-linear-gradient(top, rgba(215,0,18,1) 0%, rgba(84,3,8,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,0,18,1)), color-stop(100%, rgba(84,3,8,1)));
background: -webkit-linear-gradient(top, rgba(215,0,18,1) 0%, rgba(84,3,8,1) 100%);
background: -o-linear-gradient(top, rgba(215,0,18,1) 0%, rgba(84,3,8,1) 100%);
background: -ms-linear-gradient(top, rgba(215,0,18,1) 0%, rgba(84,3,8,1) 100%);
background: linear-gradient(to bottom, rgba(215,0,18,1) 0%, rgba(84,3,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70012', endColorstr='#540308', GradientType=0 );*/

/*
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  */
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
#cssmenu .has-sub {
  z-index: 1000;
}
#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: #8a0000;*/background:#245B98;
  border-bottom: 1px dotted /*#bd0000*/#245B98;
  filter: none;
  font-size: 17px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  /*background: #d70011*/background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(36,91,152,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(36,91,152,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(36,91,152,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(36,91,152,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(36,91,152,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(36,91,152,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#245b98', GradientType=0 );
}
#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: #570000;
  border-bottom: 1px dotted #bd0000;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #3d0000;
}