nav {
  height: 50px;
  width: 100%;
  background: #0e3e6e;
  font-size: 17px;
  position: relative;



}
nav ul {
  padding: 0;
 
  height: 50px;
}
nav li {
  display: inline;
  float: left;
}
nav a {
  color: #fff;
  display: block;
  width: auto;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  text-transform: capitalize;
  padding: 0px 15px;
  font-family: 'Titillium Web', sans-serif;
 
}
nav li a {
  border-right: 0px solid #576979;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  background: url(../images/bg_righ.png) top right repeat-y;
}
nav li:last-child a {
 background: none;
}
nav a:hover, nav a:active,nav a.current {
  background-color: #1f5fa1;
  color: #fff;
  text-decoration: none;
}

nav a#pull {
  display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 992px) {

  nav { 
      height: auto;
    }
    nav ul {
      width: 100%;
      display: block;
      height: auto;
    }
    nav li {
      width: 50%;
      float: left;
      position: relative;
    }
    nav li a {
    border-bottom: 0px solid #d0d0d0;
    border-right: 0px solid #576979;
  }
    nav a {
      text-align: left;
      width: 100%;
      text-indent: 0px;
    }
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 992px) {

  nav {
    border-bottom: 0;
  }
  nav ul {
    display: none;
    height: auto;
    float: none;
  }
  nav li {
    display: block;
    float: none;
    width: 100%;
  }
  nav a#pull {
    display: block;
    background-color: #0e3e6e;
    width: 100%;
    position: relative;
    color: #fff;
  }
  nav a#pull:after {
    content:"";
    background: url('../images/nav-icon.png') no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 15px;
  }
}

/*Smartphone*/
@media only screen and (max-width : 992px) {
 nav{ul{float: none;}}
  nav li {
    display: block;
    float: none;
    width: 100%;
  }
  nav li a {
    border-bottom: 0px solid #576979;
  }
}

#sddm
{	
	z-index: 300000;}

#sddm li
{	
	}

#sddm li a
{	}

#sddm li a:hover
{	}

#sddm li a.curr
{	}
#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 5px 10px;
	
	background: #009fe3;
	border: 0px solid #5970B2;
z-index: 300000;
width: auto;
display: table;

}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 8px 0px 6px 0px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		font-family: 'Conv_MyriadPro-Regular';
		text-transform:uppercase;
		line-height: 14px;
		
	}

	#sddm div a:hover
	{	
		color: #ff9600;
		background: mone;
	}