﻿@charset "utf-8";

.clear{clear:both;}
.ddsmoothmenu{float:left;}
.ddsmoothmenu ul{z-index:100; margin: 0; padding:0 0 0 0; list-style-type: none; float:left;}
/*Top level list items*/
.ddsmoothmenu ul li{position: relative; display: inline; float: left; margin:-2px 0 0 0; height:78px;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{color: #FFF; display: block; height:61px; font-size: 18px; padding: 20px 18px; text-decoration: none;}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}

.ddsmoothmenu > ul > li:hover{background:url(../images/dropdown-arrow.png) no-repeat bottom center;}
.ddsmoothmenu ul li a.selected, .ddsmoothmenu > ul > li a.active, .ddsmoothmenu > ul > li a:hover{background:#0f5a75;}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{width:auto!important; padding:0; position: absolute; left: 0; display: none; /*collapse all sub menus to begin with*/ visibility: hidden; float:none; width:auto; margin:0px 0 0 -49px;}
.ddsmoothmenu ul li:nth-child(4) ul{margin-left:-12px;}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{display: list-item; float: none; height:auto; margin-bottom:2px;}

/*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:210px; text-align:center; font-size:16px; height:36px; padding: 7px 10px 10px 10px; margin:0 0 5px 0; color:#707070; display:block; background:rgba(197,197,199,0.9);}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{color:#0f5a75; background:#c4c5c6;}
 
 
/* 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: 14px; right: 5px;}
.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: silver;}
.toplevelshadow{opacity: 0.8;}