.ddsmoothmenu ul li ul{
z-index:999999;
margin:0px 0px 0px 0px;
padding:0;
list-style-type: none;
padding-top:5px;
background:url(../images/tb-menu-arrow.png) center top no-repeat;
}
.ddsmoothmenu ul li ul li a{
	
	border-left:2px solid #990000;
	border-right:2px solid #990000;
}


@media (max-width: 1061px) { 
.ddsmoothmenu ul li ul{
padding-top:27px;
background:url(../images/tb-menu-arrow.png) center 21px no-repeat;
}
}
@media (max-width: 836px) { 
.ddsmoothmenu ul li ul{
padding-top:5px;
background:url(../images/tb-menu-arrow.png) center top no-repeat;
}
}
@media (max-width: 647px) { 
.ddsmoothmenu ul li ul{
padding-top:27px;
background:url(../images/tb-menu-arrow.png) center 21px no-repeat;
}
}
@media (max-width: 421px) { 
.ddsmoothmenu ul li ul{
padding-top:5px;
background:url(../images/tb-menu-arrow.png) center top no-repeat;
}
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}
.ddsmoothmenu ul li ul li {
	margin-right:0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li ul li a {
display: block;
background: #b40f03; /*background of menu items (default state)*/
box-shadow: 0 1px 2px #900b02 inset;
color: white;
padding: 8px 10px;
color: #2d2b2b;
text-decoration: none;
}

* 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 li ul li a:visited{
color: white;
}

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

.ddsmoothmenu ul li ul li a:hover{
background:#730800; /*background of menu items during onmouseover (hover state)*/
color: white;
box-shadow: 0 0px 1px #4a0500 inset;
}
	
/* sub menus */
.ddsmoothmenu ul li ul{
position: absolute;
left: -3000px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
margin-bottom:0px;
margin-top:0px;

}

/*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{
font: normal 13px Verdana;
width:264px; /*width of sub menus*/
padding:7px;
margin: 0;
border-top-width: 0;
border-radius:0px;
border-bottom:1px solid #8d0c02;
}

/* Holly Hack for IE \*/



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 0px;

}

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

.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}


