

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* 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: 15px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;

}




/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;


}



.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 244px; /* Main Menu Item widths */
list-style-type: none;
font: bold 10pt Verdana;


}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
line-height:30px;
border-bottom: 1px solid  #CA0005;
}




.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: url(../images/menubulet.gif) no-repeat 0 9px; /*background of menu items (default state)*/
color: white;
padding-left:25px;
line-height:40px;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/menubulet.gif) no-repeat  0 9px; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: url(../images/menubulet.gif) no-repeat #990000 0 9px; /*background of menu items during onmouseover (hover state)*/
color: white;
}

.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
background: #990000; /*background of menu items (default state)*/
color: white;
line-height:25px;
padding-left:10px;
border-right: 1px solid  #CA0005;
}

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

.ddsmoothmenu-v ul li  ul li a:hover{
background:#000000; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 230px; /*Sub Menu Items width */
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */