@charset "utf-8";
/* CSS Document */

/*-------------------------new------------------------------------*/
#navbar {
height: 32px;
background-color: #0270D0;
width: 985px;
margin: 0px auto;
}


#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
	/*float:right;
	width:752px;*/
	height:30px;
	border:0px solid;
	/*background-image:url('../images/menu _bar.png');*/
	
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
  
}
#cssmenu a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding:6px 13px;
  text-decoration:none;
  font-weight:bold;

  
}
#cssmenu > ul > li:hover {
background-image:url('../images/menu_separator.png');
background-repeat:repeat-x;
}
#cssmenu > ul > li:hover > a {
  color: #000;
}
#cssmenu ul {
  list-style: none;
  margin:0;
  padding:0;
  padding-left:35px; 
  
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
    border-left: 0px solid #fff;
	/*padding-top:6px;*/
	height:22px;
	border:0px solid #fff;

}

/*#cssmenu > ul > li:first-child > a {
  border-radius: 2px 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 {
color:#DF460C;
  font-size: 12px;
}
#cssmenu ul li a {
  display: block;
 /* font-family: Helvetica, sans-serif;*/
  text-decoration: none;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
  width: 175px;
  padding-left:0;
  
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
  z-index:2000;
}
#cssmenu ul ul li {
  position: relative;
  margin:0;!important
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 32px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  
  border-bottom: 1px solid #eeeeee;
  padding: 5px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  font-weight:bold;
  font-size:11px;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.current{
 background-image:url('../images/menu_select.png');
background-repeat:repeat-x;
}

