@charset "utf-8";
/* CSS Document */
.ddsmoothmenu{
width:100%;
float:left;
padding:0px;
margin:0px 0px 0px 0px;
font-size:20px; 
/*font-weight:700;*/
position:relative;
z-index:1000;

}
.ddsmoothmenu ul{
z-index:100;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
text-align:right;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline-block;
padding:0px 0px 0px 0px; 
margin:0px;
line-height:0px;
margin:0px 0px 0px 27px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display: block; line-height:120px;color:#031a77; text-decoration:none; padding: 0px 0px 5px 0px; margin:0px 0px 0px 0px;
font-family:'robotocondensed-regular'; font-size:16px !important; font-weight:400;}

.ddsmoothmenu ul li a i{ font-size:10px !important; margin-left:2px; top:-2px; position:relative;}
.ddsmoothmenu ul li a.arrw{ padding:0 16px 0 0;background:url('../img/menu-arrw.jpg') no-repeat right 15px;}

.ddsmoothmenu ul li a.selected.arrow{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/background:url('../img/menu-arrw-hover.jpg') no-repeat right 15px;}
.ddsmoothmenu ul li:hover a.arrw{background:url('../img/menu-arrw-hover.jpg') no-repeat right 15px;}

.ddsmoothmenu ul li a:hover{ color:#979796;}
.ddsmoothmenu ul li ul li a{padding:0px 17px 0px 17px;}
.inner-page .ddsmoothmenu ul li ul li a:hover{ color: #979796;}

.ddsmoothmenu ul li:last-child a, .ddsmoothmenu ul li:last-child a:hover{ }
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block; }
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.selected:hover, .ddsmoothmenu ul li a.active, .ddsmoothmenu ul li a.active:hover{
display:block; color:#979796; text-decoration:none; 
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:0 22px;
width:168px !important; background:#fff; z-index:999999; border:1px solid #bfd4e4;
left: 50% !important;
margin: 0 0 0 -117px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{ display: list-item; float: none; padding:0; margin:0; border-right:0px; line-height:29px; text-align:left; background:none;  border-bottom:1px solid #e5e5e5;}
.ddsmoothmenu ul li ul li:last-child{ border-bottom:none; }
.ddsmoothmenu ul li ul li.red{
background:#7F142D; float:left; width:100%;
}
.ddsmoothmenu ul li ul li.green{
background:#00464F; float:left; width:100%;
}
.ddsmoothmenu ul li ul li.red1{
background:#7F142D; float:left; width:auto; padding:10px 15px; line-height:20px; color:#FFFFFF; text-transform:none;
}
.ddsmoothmenu ul li ul li.red1 a{
padding-left:0px;
}
.ddsmoothmenu ul li ul li.red1 strong {
font-size:14px; font-weight:700;
}

.ddsmoothmenu ul li ul li.red span{
background:#FFFFFF; float:right; width:375px; padding:0px 0px 20px 0px;
}
.ddsmoothmenu ul li ul li.green span{
background:#FFFFFF; float:right; width:375px; padding:0px 0px 5px 0px;
}
.ddsmoothmenu ul li ul li.red span a, .ddsmoothmenu ul li ul li.green span a{
float:left;   text-align:left;
width:28%;
}
.ddsmoothmenu ul li ul li.red span a {
color:#7F142D;
}
.ddsmoothmenu ul li ul li.green span a, .ddsmoothmenu ul li ul li.green span a:hover {
color:#00464F;
}
/*.ddsmoothmenu ul li li:last-child a, .ddsmoothmenu ul li li:last-child a:hover  {
color:#031a77;
}*/

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
left: 214px !important;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
text-transform:none;
padding: 10px 0px;
margin: 0;
color:#031a77;
line-height:32px;
font-size:20px;
}
.ddsmoothmenu ul li ul li a:hover{ color:#979796;margin: 0px 0px 0px 0px; ackground:#4F8A40; }

/* 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;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
