.ddsmoothmenu{
font: bold 12px arial;
/*background: #414141; background of menu bar (default state)*/
width: 100%;
background-image: url(/images/nav_bg.gif);
background-repeat: repeat-x;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

.ddsmoothmenu ul li ul li a{
display: block;
background: #222627; /*background of menu items (default state)*/
color: white;
color: #FFFFFF;
text-decoration: none;
height:15px;
padding-bottom: 3px;
padding-left: 9px;
padding-right: 9px;
padding-top: 3px;

}

.ddsmoothmenu ul li a{
display: block;
background-image: url(/images/nav_bg.gif);
background-repeat: repeat-x;
padding-top: 13px;
color:white;
height:50px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
font-weight:bold;
text-decoration: none;
padding-left:10px;
padding-right:10px;
outline: none;
-moz-outline-style: none;
}

.ddsmoothmenu ul li a:hover{
background-image: url(/images/nav_on_gray.gif);
background-repeat: repeat-x;
}

.ddsmoothmenu ul li.exe a:hover{
background-image: url(/images/nav_on_blue.gif);
background-repeat: repeat-x;
}

.ddsmoothmenu ul li.sb a:hover{
background-image: url(/images/nav_on_green.gif);
background-repeat: repeat-x;
}

* html .ddsmoothmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu  ul liul li a:visited{
color: white;
}

.ddsmoothmenu ul li.sb a.selected, .ddsmoothmenu ul li.sb a.here{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image: url(/images/nav_on_green.gif);
background-repeat: repeat-x;
}

.ddsmoothmenu ul li.sb ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #8ccf03; 
color: white;
/* border: 1px solid #FFFFFF;
padding-bottom: 2px;
padding-top: 2px;*/
text-decoration: none;
}

.ddsmoothmenu ul li.sb ul li a:hover{
background: #8ccf03; /*background of menu items during onmouseover (hover state)*/
color: white;
/* border: 1px solid #FFFFFF;
padding-bottom: 2px;
padding-top: 2px;*/
text-decoration: none;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.here{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image: url(/images/nav_on_gray.gif);
background-repeat: repeat-x;
}

.ddsmoothmenu ul li.exe a.selected, .ddsmoothmenu ul li.exe a.here{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image: url(/images/nav_on_blue.gif);
background-repeat: repeat-x;
}

.ddsmoothmenu ul li.exe ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #56acde; 
color: white;
/* border: 1px solid #FFFFFF;
padding-bottom: 2px;
padding-top: 2px;*/
text-decoration: none;
}

.ddsmoothmenu ul li.exe ul li a:hover{
background: #56acde; /*background of menu items (default state)*/
color: white;
/* border: 1px solid #FFFFFF;
padding-bottom: 2px;
padding-top: 2px;*/
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;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul{
margin-top: -20px;
border: 1px solid #222627; /* a6a5ab */
background-color: #222627;
}

.ddsmoothmenu ul li ul li ul{
margin-top: -1px;
background-color: #151515;
border: 1px solid #151515;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Arial;
white-space: nowrap;
text-align:left;
padding-right:25px;
margin: 0;
border-top-width: 0;
}

.ddsmoothmenu ul li ul li ul li a{
font: normal 13px Arial;
white-space: nowrap;
text-align:left;
padding-right:25px;
margin: 0;
border-top-width: 0;
background-color: #151515;
}


/* 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:0px;
right: 0px;
}

/*.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}*/
.rightarrowclass{
position: absolute;
top: 7px;
right: 7px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

.topnavtext {
background-image: url(/images/nav_bg.gif);
background-repeat: repeat-x;
padding-top: 13px;
color:white;
height:50px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
font-weight:bold;
text-decoration: none;
padding-left:10px;
padding-right:10px;
outline: none;
-moz-outline-style: none;
}

.topnavtext a {
background-image: url(/images/nav_bg.gif);
background-repeat: repeat-x;
padding-top: 13px;
color:white;
height:50px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
font-weight:bold;
text-decoration: none;
padding-left:10px;
padding-right:10px;
outline: none;
-moz-outline-style: none;
}
