.ddsmoothmenu{
font-family: helvetica;
font-size: 12px;
font-weight: bold;
padding: 0px;
text-align: center;
background-color: #fff;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
width: auto;
display: inline-block;
}

/*Top level list items*/
.ddsmoothmenu ul li{
padding: 0px;
position: relative;
display: inline;
float: left;
width: auto;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: #000!important;
padding: 16px 7px 14px 7px;
text-align: left;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #065ea9;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #065ea9!important;
}

.ddsmoothmenu ul li a:hover{
color: #065ea9!important;
border-radius: 5px;
}

.ddsmoothmenu ul li:hover{
background-color: #f5f5f5;
border-radius: 5px;
}
	
.fck:hover {
color: #065ea9!important;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
background-color: #f5f5f5;
position: absolute;
text-align: left;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border-radius: 5px;
margin-top: -8px;
padding-top: 8px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
/*
opacity: 0.9;
filter:alpha(opacity=90); */
text-align: left;
display: list-item;
border:none!important;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: auto; /*width of sub menus*/
min-width: 105px;
margin: 0;
color: #065ea9!important;
border-bottom: 1px dotted #065ea9!important;
text-align: left;
padding: 10px!important;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a:hover{
background-color: #eee;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li:last-child a{
border-bottom: none!important;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: transparent;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
/*
opacity: 0;
filter:alpha(opacity=0); */
}

@media (max-width: 840px) {
	
	.ddsmoothmenu ul li a{
	padding: 16px 4.2px 14px 4.2px;
	}

}











.mobilemenu{
font-family: helvetica;
font-size: 12px;
font-weight: bold;
padding: 0px;
text-align: center!important;
background-color: #fff;
width: 100%;
position: absolute;
left: -100%;
  -webkit-transition: 1s; 
  transition: 1s;
}

.mobilemenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
display: inline-block;
}

/*Top level list items*/
.mobilemenu ul li{
padding: 0px;
position: relative;
display: inline;
width: auto;
}

/*Top level menu link items style*/
.mobilemenu ul li a{
	display: block;
	color: #000!important;
	text-decoration: none;
	border-bottom: 1px solid #065ea9;
	padding: 12px 0px 10px 0px;
}

* html .mobilemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.mobilemenu ul li a:link, .mobilemenu ul li a:visited{
color: #065ea9;
}

.mobilemenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #065ea9!important;
}

.mobilemenu ul li a:hover{
color: #065ea9!important;
}

.mobilemenu ul li:hover{
background-color: #f5f5f5;
border-radius: 5px;
}
	
.fck:hover {
color: #065ea9!important;
}
	
/*1st sub level menu*/
.mobilemenu ul li ul{
background-color: #f5f5f5;
left: 0;
border-radius: 5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.mobilemenu ul li ul li{
/*
opacity: 0.9;
filter:alpha(opacity=90); */
display: list-item;
border:none!important;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.mobilemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.mobilemenu ul li ul li a{
width: auto; /*width of sub menus*/
min-width: 105px;
margin: 0;
color: #065ea9!important;
border-bottom: 1px dotted #065ea9!important;
}

/* Sub level menu links style */
.mobilemenu ul li ul li a:hover{
background-color: #eee;
}

/* Sub level menu links style */
.mobilemenu ul li ul li:last-child a{
}

/* Holly Hack for IE \*/
* html .mobilemenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS for shadow added to sub menus  ######### */

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
/*
opacity: 0;
filter:alpha(opacity=0); */
}

