.ddsmoothmenu{
font-family: Arial, Helvetica, Lucida Grande, sans-serif;
text-transform: uppercase;
/*background: #414141; /*background of menu bar (default state)*/

width: 100%; /*100%*/
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0px 0px 0px 0px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left; /*left*/

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding: 0px 0px 0px 4px; /*to play with bar*/
text-decoration: none;
background: #999; /*background of menu items (default state)*/
color: white;
}

.ddsmoothmenu ul li a.work, .ddsmoothmenu ul li a:link.work{
display: block;
text-indent: -9999px;
background: url(../imgs/work.png) no-repeat 10px 0px; 
/*background of menu items (default state)#414141 text-indent: -9999px;*/
 /*white*/
padding: 7px;
border-right: 1px solid #999;
text-decoration: none;
width: 40px;
}

.ddsmoothmenu ul li a.info, .ddsmoothmenu ul li a:link.info{
display: block;
background: url(../imgs/info.png) no-repeat 5px 0px;  
/*background: #000; background of menu items (default state)#414141 text-indent: -9999px;*/

padding: 7px;
border-right: 1px solid #999;
text-indent: -9999px;
width: 30px;
}

.ddsmoothmenu ul li a.contact, .ddsmoothmenu ul li a:link.contact{
display: block;
background: url(../imgs/contact.png) no-repeat  4px 0px; 
/*background: #000; background of menu items (default state)#414141 text-indent: -9999px;*/
padding: 7px 10px;
text-indent: -9999px;
width: 30px;
}

/*top menu on hover*/

.ddsmoothmenu ul li a:hover.work{
display: block;
text-indent: -9999px;
background: url(../imgs/work_over.png) no-repeat 10px 0px; 
/*background of menu items (default state)#414141 */
color: #000; /*white*/
padding: 7px;
border-right: 1px solid #999;
text-decoration: none;
width: 40px;
}  

.ddsmoothmenu ul li a:hover.info{
display: block;
background: url(../imgs/info_over.png) no-repeat 5px 0px; 
/*background: #000; background of menu items (default state)#414141*/
color: #000; /*white*/
padding: 7px;
border-right: 1px solid #999;
text-indent: -9999px;
width: 30px;
}

.ddsmoothmenu ul li a:hover.contact{
display: block;
background: url(../imgs/contact_over.png) no-repeat 4px 0px; 
/*background of menu items (default state)#414141*/
color: #000; /*white*/
padding: 7px 10px;
text-indent: -9999px;
width: 30px;
}

/**/

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline;
}


.ddsmoothmenu ul li a:link.interactive{
	color: #fff;
	background-color: #999;
	
	/*color: white;*/
}
.ddsmoothmenu ul li a:link.experimental{
	color: #fff;
	background-color: #999;
	
	/*color: white;*/
}
.ddsmoothmenu ul li a:link.identity{
	color: #fff;
	background-color: #999;
	
	/*color: white;*/
}
.ddsmoothmenu ul li a:hover.interactive{
	color: #fff;
	background: #66cccc;
}
.ddsmoothmenu ul li a:hover.experimental{
	color: #fff;
	background: #66cccc;
}
.ddsmoothmenu ul li a:hover.identity{
	color: #fff;
	background: #66cccc;
}



.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*put image of work aqua here with class name*/
color: white;
background-color: #fff;
}

.ddsmoothmenu ul li a:hover{ /*rollover of drop menu*/
background: #999; /*black background of menu items during onmouseover (hover state)*/
color: #fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
padding-top: 5px; /*added*/
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;
margin-bottom: 4px; 
margin-top: 4px; 



}

/*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-family: normal Arial, Helvetica, Lucida Grande, sans-serif;
font-size:11px;
width: 150px; /*width of sub menus*/
padding-top: 3px;
padding-bottom: 3px;
margin-left: 10px;

}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */


/* ######### 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;
}