.ddsmoothmenu{
font: normal 11px Arial;
/*background of menu bar (default state)*/
width: 636px;
margin: 0;
float:left;

}

.ddsmoothmenu ul{
height:31px;
list-style-type: none;
background:url(../images/navi-bg.jpg) repeat-x top;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
text-decoration:none;
padding-top:8px;
padding: 0;
margin:0px;
width:150px;
margin-right:0px;
text-align:center;
font-weight:bold;
list-style-image:none;

  }

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block; /*background of menu items (default state)*/
color: #4d4e4f;
text-decoration: none;
width:150px;
}

* html .ddsmoothmenu ul li 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: #4d4e4f;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #4d4e4f;
}

.ddsmoothmenu ul li a:hover{
background:url(../images/navi-hover.jpg) repeat-x top; /*background of menu items during onmouseover (hover state)*/
color: #6f9501;
height:31px;
text-decoration:none;
top: 0px;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
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;
width:auto;
height:31px;
float: none;
}

/*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 10px Arial bold;

height:31px;/*width of sub menus*/
padding: 0px;
width:182px;
list-style-image:url(../images/arrow.jpg);
padding-left:4px;
text-align:left;
line-height:25px;
top: 18px;
font-weight:bold;
border-top-width: 0;
text-decoration:none;
background:url(../images/navi-bg.jpg) repeat-x top;
}




/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: relative;
	top: 0px;
	left:3px;
	width:6px;
	height:4px;
	top: -2px;
	background-position: left top;
}

.rightarrowclass{
position: absolute;
top: 10px;
right:18px;
width:4px;
height:6px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0px;
top: 0px;
width: 0px;
height: 0px;
background: silver;
}
