@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{
background:none;
width:100%;
float:left;
padding:0px;
margin:0px;
font-size:13px; 
font-weight:400;
text-transform:uppercase;
}

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

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


/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display: block; line-height:45px; text-decoration: none; color: #3C3C3B/*#000000*/; text-decoration:none; padding:0px 20px 0px 20px; margin:0px 0px; }
.ddsmoothmenu ul li:last-child a, .ddsmoothmenu ul li:last-child a:hover{ color:#7F142D; }
* 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:#3C3C3B; text-decoration:none; border-bottom:8px solid #7F142D; margin-bottom:-15px;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
/*left:0;*/
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:0px;
margin:8px 0px 0px 0px;
width:538px;
border-top: 0x solid #dadada;
z-index:0;
top:45px!important;
left:0px!important;
}

/*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:17.5px;
text-align:left;

}
.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:125px; 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 13px 0px;
}
.ddsmoothmenu ul li ul li.green a, .ddsmoothmenu ul li ul li.green a:hover { margin-top:5px;}
.ddsmoothmenu ul li ul li.green span{ background:#FFFFFF; float:right; width:375px; padding:5px 0px 8px 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.red span a:hover{ color:#560B1E; }
.ddsmoothmenu ul li ul li.green span a, .ddsmoothmenu ul li ul li.green span a:hover { color:#082C2E; margin:0px;  }
.ddsmoothmenu ul li li:last-child a, .ddsmoothmenu ul li li:last-child a:hover  { color:#FFFFFF; }

/*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{
text-transform:none;
padding: 0px 0px 0px 20px;
margin: 0;
color:#FFFFFF;
line-height:20px;
}
.ddsmoothmenu ul li ul li a:hover{ color:#FFFFFF; border-bottom:0px!important; font-weight:bold; text-decoration:underline; margin: 0px 0px 0px 0px; }

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