/*@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
}*/

.ddsmoothmenu {
font: normal 16px 'Roboto', Arial, Helvetica, sans-serif;
text-transform: uppercase;
background: #414141; /*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/

.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	background-color: transparent !important;
	float: left;
	/*background: url(../images/line.gif) no-repeat top right;*/
	border-left:0px solid transparent;
	border-right:0px solid transparent;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    display: inline-block;
    color: #0985C7;
    background-color: transparent !important;
    padding: 14px 18px 8px;
    padding-right: 18px !important;
    text-decoration: none;
}

.ddsmoothmenu > ul > li > a {
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

#floatright .ddsmoothmenu > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #E0E0E0;
    background-color: #FFF;
    z-index: 1;
}

#floatright .ddsmoothmenu > ul > li > a {
    position: relative;
    z-index: 10;
}

.ddsmoothmenu > ul > li[style*="background-color: rgb(50, 95, 133)"] > a {
    padding-bottom: 8px;
    border-bottom: 4px solid #1976D2;
    color:  #1976D2;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li ul a.selected {
    
}

.ddsmoothmenu ul li a:hover{
    background: #E2F1FC !important; /*background of menu items during onmouseover (hover state)*/
    background-clip: padding-box;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.26);
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-left:0px solid #326d96;
border-right:0px solid #326d96;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
    top: 0px !important;
    left: -100% !important;
    right: 0px;
    margin-right: 223px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.26);
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
    font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: none;
    background: #FFF !important;
    width: 246px; /*width of sub menus*/
    padding: 8px 5px 8px 8px !important;
    margin: 0;
    border-top-width: 0;
    border-bottom: 2px solid transparent;
}

.ddsmoothmenu ul li ul li ul li {
    margin: 0 !important;
}

.ddsmoothmenu ul li ul li a:hover{
background: #E2F1FC !important; /*background of menu items during onmouseover (hover state)*/
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
filter: alpha(opacity=30);
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
filter: alpha(opacity=30);
}

#Header_backupUserActivatedImg img {
    position: absolute;
    left: 0px;
    top: 15px;
    z-index: 10;
}

#floatright .ddsmoothmenu > ul > li > a > span {
    margin: 0 !important;
}