.menu{ border-top:1px solid #05b0ef; border-bottom:1px solid #05b0ef;}
.menu_in{margin:10px auto 0 auto; padding:0}
.ddsmoothmenu {
	background-color:#05b0ef;
	width: auto;
	padding: 0;
	margin: 0;border:1px solid #eee;
}
.ddsmoothmenu ul {
	padding: 0;
	margin:0;
	list-style-type: none;
	background: transparent;
	box-shadow: none;
	z-index:100;
}
.ddsmoothmenu ul li {
	margin: 0 0 ;
	position: relative;
	display: block;
	float:left;
	padding:3%  2.4%;
	padding:0;
	background-color:#05b0ef; border-right:1px solid #fff;
}
.ddsmoothmenu ul li:last-child{border-right:0;}

.ddsmoothmenu ul li a {
	font-size:17px;
	color:#fff;
	line-height:50px;
	text-decoration: none;
	outline: none;
	padding:0 58.5px  !important;
	background: transparent;
	display: block;
	
	-moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}
.ddsmoothmenu ul li a:last-child{ padding:0 28.5%}
.ddsmoothmenu ul li a.menu_color {
	color: #222 !important;
}
.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover {
	color:#fff; background-color:#14a8df;
	-moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	background-color:#05bdff;
	box-shadow: none;
	border-radius: 0px;
	color: #fff !important;
	border-bottom:1px solid #05b0ef;
	/*background:#469303;*/
	/*padding:10px 6px;*/
	/*width:155px;*/
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	color: #a7a7a7;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	margin-top: 6px;
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul { margin:0
	/*padding: 0px 5px;*/
}
.ddsmoothmenu ul li ul li {
	box-shadow: none !important;
	display: list-item;
	float: none; border:0;
	
	}
.ddsmoothmenu ul li ul li:last-child {
	
}
.ddsmoothmenu ul li ul li a {
	width: 170px;
	margin: 0;
	color:#fff;border-bottom:1px solid #fff;
	line-height: 1em;
	font-size: 14px !important;
	padding:0px 20px !important;
	line-height:38px;
	text-transform: none;
	box-shadow: none !important;
	text-shadow:none; background-color:#14a8df;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	margin-left: 16px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
.downarrowclass {
	display: none;
}
.rightarrowclass {
	display: none;
}
/*Menu select - for responsive*/
.ddsmoothmenu select {
	display: none;
	cursor: pointer !important;
	color: #fff !important;
	outline: none;
	border: 0;
	width: 100%;
	padding:8px;
	height:51px;
	background:url(../images/menubg.png) repeat-x;
	font-size: 15px;
	margin: 0 auto;
}
.ddsmoothmenu select option{
	color:#fff;
	background:#296bcc;
	padding:4px 0;
	font-size: 14px;
	/*font-family: 'open_sansregular';*/
	font-weight:bold;
	}
.ddsmoothmenu select option:first-child{display:none;}
/*bullet list*/
.list-bullet li {
	padding-left: 15px;
	margin-bottom: 10px;
	list-style-type: none;
	display: block;
}
/*spacer*/
.spacer-10px {
	width: 100%;
	height: 10px !important;
	display: block;
	clear: both;
}

@media only screen and (max-width: 767px) {
.ddsmoothmenu {
float: left;
width: 100%;
}
.ddsmoothmenu ul {
display: none;
}
.ddsmoothmenu select {
width: 100% !important;
float: left !important;
display: block;
}
.menu_in{ width:328px;}




}
/*----------------------------------------*/
/*----- 3.2 Mobile (Landscape) / Design for a width of 480px -----*/
/*----------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.ddsmoothmenu {
float: left;
width: 100%;
}
.menu_in{ width:440px;}


}

/*----------------------------------------*/
/*----- 3.3 Tablet (Portrait) / Design for a width of 768px -----*/
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 989px) {
.ddsmoothmenu {
float: right;
width: 100%;
}
.ddsmoothmenu ul {
display: none;
}
.ddsmoothmenu select {
width: 100% !important;
margin: 0;
display: inline-block;
float: left;
}
.menu_in{ width:740px;}




}




/*============================================================*/
/*---------- 4. BROWSER FIXES ----------*/
/*============================================================*/
@media \0screen {

}

































