/*BEGIN MAIN NAVIGATION STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ddsmoothmenu{
background: none;
float: left;
font-family: 'MetaNormalRomanRegular';
font-size: 12px;
text-transform: uppercase;
margin: 0;
text-align: left;
width: auto;
z-index: 10000;
display:table;
}

.ddsmoothmenu ul{
z-index:10000;
margin: 0 0 0 0;
padding: 0;
list-style-type: none;
float: left;
}

.ddsmoothmenu li {
background-image: none;
padding: 0px;
margin:0;
line-height:12px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
z-index:10000;
background: none;
padding: 0;
margin:0;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
z-index:10000;
background: none;
padding: 0;
margin:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:none;/*background of menu items (default state)*/
height: 16px;
padding: 8px 12px 10px 12px;
text-decoration: none;
font-weight: normal;
font-size: 12px;
font-family: 'MetaNormalRomanRegular';
text-transform: uppercase;
color: #000;
margin:5px 0 0 0;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
* +html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
padding-bottom: 0;
height:9px;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:none;
color: #000;
text-decoration: none;
}

.ddsmoothmenu ul li a:hover{
background:none; /*background of menu items during onmouseover (hover state)*/
color: #0068ac;
text-decoration: none;
}

.ddsmoothmenu ul li a:visited {
text-decoration: none;
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
top: 0px;
z-index:10000;
border:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
* html .ddsmoothmenu ul li ul li{
display: list-item;
float: none;
overflow:hidden;  
width:130px;
}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
overflow:visible;  
width:130px;
background:none;
border-right:none;
border-bottom:none;
z-index:10000;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
filter: alpha(opacity=90);
opacity: 0.90;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family: 'MetaNormalRomanRegular';
text-transform: uppercase;
font-size: 11px;
color: #000;
width: 139px; /*width of sub menus*/
padding: 6px 5px 6px 12px;
margin: 0;
background:none #fff;
height: auto;
font-style:normal;
border-top:#e5f0f7 2px solid;
}
.ddsmoothmenu ul li ul li a:hover {
color: #ffffff;
background:none #666;
}

/* ######### 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{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}






/* AWARDS NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
body.awards .ddsmoothmenu{
font-family: 'MetaNormalRomanRegular';
width: 850px;
text-align: left;
float: left;
z-index:10000;
margin:0px;  
}

body.awards .ddsmoothmenu ul{
z-index:10000;
margin: 0;
padding: 0;
list-style-type: none;
float: left;

}
body.awards .ddsmoothmenu li {
  background-image: none;
  padding-left: 0px;
  
}

/*Top level list items*/
body.awards .ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
z-index:10000;
  
}

/*Top level menu link items style*/
body.awards .ddsmoothmenu ul li a{
display: block;
height: 29px;
padding: 20px 0px 2px 0px;
text-decoration: none;
font-weight: bold;
font-size: 18px;
font-family: 'MetaNormalRomanRegular';
color: #fff;
margin-bottom: 0px;
border: none;
margin-right: 29px;
text-transform: none;
letter-spacing: 1px;
}

* html body.awards .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
* +html body.awards .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
height: 29px;
padding-bottom: 8px;
}



body.awards .ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color:none;
color: #ffffff;
border:none;
  
}

body.awards .ddsmoothmenu ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
color: #dcddde;
background-color:none;
border:none;

}
* html body.awards .ddsmoothmenu ul li a:visited{
text-decoration: none;
color: #000000;
border:none;
  
}
* html body.awards .ddsmoothmenu ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
color: #dcddde;
border:none;
  
}
  
/*1st sub level menu*/
body.awards .ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
top: 0px;
z-index:10000;
  
}

/*Sub level menu list items (undo style from Top level List Items)*/
* html body.awards .ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-bottom: 1px solid white;
overflow:hidden;  
width:157px;  
}

body.awards .ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border: 1px solid white;
overflow:visible;  
width:157px;  
}


body.awards .ddsmoothmenu ul li ul li a:link, body.awards .ddsmoothmenu ul li ul li a:active, body.awards .ddsmoothmenu ul li ul li a:visited{
font-weight: normal;
filter: alpha(opacity=100);
opacity: 1;
text-decoration: none;
  
}

body.awards .ddsmoothmenu ul li ul li a:hover{
background-image: none;
background-color: #0067ac;
color:#dcddde;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
body.awards .ddsmoothmenu ul li ul li ul{
top: 0;
filter: alpha(opacity=100);
opacity: 1;
  
}

/* Sub level menu links style */
body.awards .ddsmoothmenu ul li ul li a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
width: 140px; /*width of sub menus*/
padding: 5px 5px 5px 12px;
margin: 0px;
border-top-width: 0;
background-color: #bb602b;
height: auto;
  
}





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
