.ddsmoothmenu{
font: bold 12px Verdana;
padding:3px 0px 3px 0px;
background: transparent;
height:43px;
width: 880px;
margin:0px 0px 0px 130px;
}

.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;
margin: 0;
padding: 0;
border:0px;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a.m01{
display: block;
background: #ddd url(../images/menu_01.gif) no-repeat;
height:43px;
width:56px;
text-decoration: none;
border:0px;
}

.ddsmoothmenu ul li a.m01:hover{
background: #ccc url(../images/menu_hover_01.gif) no-repeat;
}


.ddsmoothmenu ul li a.m02{
display: block;
background: #ddd url(../images/menu_02.gif) no-repeat;
height:43px;
width:134px;
text-decoration: none;
border:0px;
}

.ddsmoothmenu ul li a.m02:hover{
background: #ccc url(../images/menu_hover_02.gif) no-repeat;
}


.ddsmoothmenu ul li a.m03{
display: block;
background: #ddd url(../images/menu_03.gif) no-repeat;
height:43px;
width:155px;
text-decoration: none;
border:0px;
}

.ddsmoothmenu ul li a.m03:hover{
background: #ccc url(../images/menu_hover_03.gif) no-repeat;
}


.ddsmoothmenu ul li a.m04{
display: block;
background: #ddd url(../images/menu_04.gif) no-repeat;
height:43px;
width:65px;
text-decoration: none;
border:0px;
}

.ddsmoothmenu ul li a.m04:hover{
background: #ccc url(../images/menu_hover_04.gif) no-repeat;
}


.ddsmoothmenu ul li a.m05{
display: block;
background: #ddd url(../images/menu_05.gif) no-repeat;
height:43px;
width:179px;
text-decoration: none;
border:0px;
}

.ddsmoothmenu ul li a.m05:hover{
background: #ccc url(../images/menu_hover_05.gif) no-repeat;
}


.ddsmoothmenu ul li a.m06{
display: block;
background: #ddd url(../images/menu_06.gif) no-repeat;
height:43px;
width:95px;
text-decoration: none;
border:0px;
}

.ddsmoothmenu ul li a.m06:hover{
background: #ccc url(../images/menu_hover_06.gif) no-repeat;
}


.ddsmoothmenu ul li a.m07{
display: block;
background: #ddd url(../images/menu_07.gif) no-repeat;
height:43px;
width:100px;
text-decoration: none;
border:0px;
}

.ddsmoothmenu ul li a.m07:hover{
background: #ccc url(../images/menu_hover_07.gif) no-repeat;
}


.ddsmoothmenu ul li a.m08{
display: block;
background: #ddd url(../images/menu_08.gif) no-repeat;
height:43px;
width:77px;
text-decoration: none;
border:0px;
}

.ddsmoothmenu ul li a.m08:hover{
background: #ccc url(../images/menu_hover_08.gif) no-repeat;
}




/*1st sub level menu*/
.ddsmoothmenu ul li ul{
margin:1px 0px 0px 0px;
background: #fdeaa6;
border:1px solid #e7c572;
width:160px;
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;
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Georgia;
width: 160px; /*width of sub menus*/
padding: 0px 0px 5px 10px;
margin: 0;
height:30px;
line-height:30px;
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#5c3701;
display:block;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a:hover{
font: normal 13px Georgia;
width: 150px; /*width of sub menus*/
padding: 0px 0px 5px 10px;
margin: 0;
height:30px;
line-height:30px;
background: #fdeaa6 url(../images/menu_li.gif) no-repeat;
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#ffffff;
display:block;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: transparent;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}