.ddsmoothmenu{
	background-image: url(../imgs_sdmo/menu-bg.jpg);
	background-repeat:repeat-x;
	height:40px;
	font: bold 10px Verdana;
	width: 950px;
	color: #fff;
	z-index:2000;
	position:relative;
}

.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;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	padding: 0 0 0 0;
	height:40px;
	color: #323B63;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #323B63;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;       
	text-transform: uppercase;
}

* 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: #CCCCCC; 
}


.ddsmoothmenu ul li a:hover{
	color: white;
}
   
.ddsmoothmenu .b01 a {width:111px; background:transparent url(../imgs_sdmo/b01Off.jpg) no-repeat;}
.ddsmoothmenu .b01 a:hover { background:transparent url(../imgs_sdmo/b01On.jpg) no-repeat;}
.ddsmoothmenu .b01Selecta a, .b01Selecta a:hover { width:104px; background:transparent url(../imgs_sdmo/b01On.jpg) no-repeat;}

.ddsmoothmenu .b02 a {width:107px; background:transparent url(../imgs_sdmo/b02Off.jpg) no-repeat;}
.ddsmoothmenu .b02 a:hover { background:transparent url(../imgs_sdmo/b02On.jpg) no-repeat;}
.ddsmoothmenu .b02Selecta a, .b02Selecta a:hover { width:130px; background:transparent url(../imgs_sdmo/b02On.jpg) no-repeat;}

.ddsmoothmenu .b03 a {width:173px; background:transparent url(../imgs_sdmo/b03Off.jpg) no-repeat;}
.ddsmoothmenu .b03 a:hover { background:transparent url(../imgs_sdmo/b03On.jpg) no-repeat;}
.ddsmoothmenu .b03Selecta a, .b03Selecta a:hover { width:98px; background:transparent url(../imgs_sdmo/b03On.jpg) no-repeat;}

.ddsmoothmenu .b04 a {width:111px; background:transparent url(../imgs_sdmo/b04Off.jpg) no-repeat;}
.ddsmoothmenu .b04 a:hover { background:transparent url(../imgs_sdmo/b04On.jpg) no-repeat;}
.ddsmoothmenu .b04Selecta a, .b04Selecta a:hover { width:111px; background:transparent url(../imgs_sdmo/b04On.jpg) no-repeat;}

.ddsmoothmenu .b05 a {width:111px; background:transparent url(../imgs_sdmo/b05Off.jpg) no-repeat;}
.ddsmoothmenu .b05 a:hover { background:transparent url(../imgs_sdmo/b05On.jpg) no-repeat;}
.ddsmoothmenu .b05Selecta a, .b05Selecta a:hover { width:170px; background:transparent url(../imgs_sdmo/b05On.jpg) no-repeat;}
/*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;
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 .sub li a{
	background:#404040 url(../imgs_sdmo/submenu-bg.jpg) no-repeat scroll 0 0;
	color:#CCC;
	height:20px;
	margin:0;
	padding:4px 0 0 33px;
	text-indent:0;
	width:157px;
	text-transform: none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
}
.ddsmoothmenu .sub li a:hover{
	text-decoration:underline;
	background:#404040 url(../imgs_sdmo/submenu-bg.jpg) no-repeat scroll 0 0;
	color:#FFF;
	height:20px;
	margin:0;
	padding:4px 0 0 33px;
	text-indent:0;
	width:157px;
	text-transform: none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
}





/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}