.ddsmoothmenu{
font: bold 12px Verdana;
/*background: #414141;*/ /*background of menu bar (default state)*/
width: 100%;
}

.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.main{
/*position: relative;
display: inline;
float: left;*/
background:url("/images/header/nav/off1.jpg") no-repeat left top;
padding:0 0 0 4px;
}

.ddsmoothmenu ul li.main:hover{
/*position: relative;
display: inline;
float: left;*/
background:url("/images/header/nav/active1.jpg") no-repeat left top;
padding:0 0 0 4px;

}


/*Top level menu link items style*/
.ddsmoothmenu ul li.sub a{
display: block;
/*background: #414141;*/ /*background of menu items (default state)*/
color: white;
padding: 0px 0px;
margin-right:0px;
color: #2d2b2b;
text-decoration: none;
/*background:#999999;*/
}

.ddsmoothmenu ul li.main a{
display: block;
color: white;
padding: 8px 10px;
border-right: 0px solid #778;
margin-right:5px;
color: #2d2b2b;
text-decoration: none;
background:url("/images/header/nav/off2.jpg") no-repeat right top;
}

.ddsmoothmenu ul li.active{
position: relative;
display: inline;
float: left;
background:url("/images/header/nav/active1.jpg") no-repeat left top;
padding:0 0 0 4px;
}

.ddsmoothmenu ul li.active a:hover{
/*background:url("/images/header/nav/active2.jpg") no-repeat left top;*/
}

.ddsmoothmenu ul li.active a{
display: block;
background: #414141; /*background of menu items (default state)*/
color: black;
padding: 8px 10px;
border-right: 0px solid #778;
margin-right:5px;
color: #2d2b2b;
text-decoration: none;
background:url("/images/header/nav/active2.jpg") no-repeat right top;
}

* html .ddsmoothmenu ul li.sub a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: black; */
color: white;
}

.ddsmoothmenu ul li.main a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: black;*/ 
color: 1e2d37;
background:url("/images/header/nav/active2.jpg") no-repeat right top;
}

.ddsmoothmenu ul li a:hover{
/*background: black;*/ /*background of menu items during onmouseover (hover state)*/
color: white;
}

.ddsmoothmenu ul li.main a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
background:url("/images/header/nav/active2.jpg") no-repeat right top;
}
	
.ddsmoothmenu ul li.active ul li.sub a:hover, .ddsmoothmenu ul li.active ul li.sub a:active {
background:url("/images/header/nav/active2.jpg") no-repeat right top;
}
		
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:url(/images/nav/test_main.png) no-repeat bottom;
border-top: 5px solid #1E2C37;
padding-bottom:65px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li.sub{
display: list-item;
float: none;
/*background:#72c6eb;*/
/*background:url(/images/nav/test_main_bg.jpg) no-repeat bottom;*/
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
border:0px solid silver;
padding-right:0px;
margin-right:0px;
/*background:#ffffff;*/
background:#0079C2;
color: #1e2d37;
padding-bottom:0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li.sub a{
font: normal 12px Verdana;
width: 185px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid #ffffff;
color: #000000;
padding-left:10px;
/*background:#72c6eb;*/
background:url(/images/nav/linefade.jpg) no-repeat;
/*background:none;*/
}
.ddsmoothmenu ul li ul li.sub ul li a{
padding-left: 15px;
background:#0079C2;
padding-right:0px;
margin-right:0px;
padding-bottom:5px;
padding-top:5px;
/*color: #1e2d37;*/
color: #ffffff;
background:url(/images/nav/linesubfade2.jpg)  no-repeat bottom left;
}
.ddsmoothmenu ul li ul li ul li a, .ddsmoothmenu ul li ul li ul li a:visited, .ddsmoothmenu ul li ul li ul li a:link{
color: #FFFFFF;
}
.ddsmoothmenu ul li ul li.sub ul li a:hover, .ddsmoothmenu ul li.active ul li.sub ul li a:hover{
padding-left: 15px;
background:#71cef5;
}
.ddsmoothmenu ul li ul li.sub a:hover{
color: #1e2d37;
}
/* 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: 1px;
padding-right:10px;
}

.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: #cccccc;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.4;
}
