/ddsmoothmenu.css.ddsmoothmenu{
font-family:Verdana;
font-size:9px;
font-weight:normal;
/*width:950px;*/
text-align:center;
center: auto;
}

.ddsmoothmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/*width: 950px;*/
text-align:center;


}

/*Top level list items*/
.ddsmoothmenu ul li{

display: inline;
position: relative;
float:left;
text-align:center;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
z-index:100%;
display: block;
text-align:center;
color: #F8F4F4;
background-image:url('images/menuBackStrip.png');/*background of menu items (default state)*/
background-repeat: repeat-x;
text-decoration: none;
border-right:solid 1px red;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-align:center;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #F8F4F4;
text-align:center;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(images/menuBackStripHover.png) repeat-x;
color: #F8F4F4;
text-align:center;
}

.ddsmoothmenu ul li a:hover{
background-image:url('images/menuBackStripHover.png');/*background of menu items during onmouseover (hover state)*/
color: #F8F4F4;
text-align:center;
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
z-index:100;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
text-align:center;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
text-align:center;
}

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

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 9px Verdana;
margin: 0;
color:#F8F4F4;
/*width:160px;*/
border-top-width: 0;
border-right:solid 1px #000000;
text-align:left;
text-transform:capitalize;
background: url('images/menuBackStrip.png'); /*background of menu items (default state)*/
background-repeat: repeat-x;
padding-top:5px;
padding-bottom:4px;
text-align:center;
center:auto;
}

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

.downarrowclass{
position: absolute;
display:none;
text-align:center;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left:0;
top: 0;
width: 0;
height: 0;
text-align:center;
}




