



.ddsmoothmenu{ list-style:none; font-size:11px; font-family:Helvetica-Narrow, Arial, sans-serif; }



.ddsmoothmenu ul{



margin: 0!important;

padding: 0!important;

list-style-type: none;

}



/*Top level list items*/

.ddsmoothmenu ul li{

position: relative;

display: inline;margin: 0!important;

padding: 0 0 0 0px !important;

float: left; /* z-index:10000!important*/

/*background:url(../images/arrow_down.png) no-repeat bottom right;*/



}



/*Top level menu link items style*/

.ddsmoothmenu ul li a{
display: block;
/*background:#fff; */
color:#11719f;
padding:10px 0px 0 0px;
text-decoration: none; 
}

.ddsmoothmenu ul li a.home{
display: block;
/*background:#fff; */
color:#11719f;
text-decoration: none;
text-align:center;
width:135px; 
}

.ddsmoothmenu ul li a.obj{
display: block;
/*background:#fff; */
color:#11719f;
text-align:center;
width:115px; 
text-decoration: none; 
}

.ddsmoothmenu ul li a.proj{
display: block;
/*background:#fff; */
color:#11719f;
text-align:center;
width:120px; 
text-decoration: none; 
}

.ddsmoothmenu ul li a.tender{
display: block;
/*background:#fff; */
color:#11719f;
text-align:center;
width:125px; 
text-decoration: none; 
}

.ddsmoothmenu ul li a.active{
color:#802a8e;
}


<!--[if IE 8]-->  border:1px solid #000; <!--[endif]-->



<!--[if IE 9]>.ddsmoothmenu ul li a{border:1px solid #000;}









* 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: #000;

}



/*.ddsmoothmenu ul li a.selected{*/ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

/*background: #fff; 

color: white;

}*/



.ddsmoothmenu ul li a:hover{

background: none; /*background of menu items during onmouseover (hover state)*/

/*background:url(../images/nav_hover.png) no-repeat 0px 25px ;*/

background-position:left;

background-size:161px 46px;

}



.ddsmoothmenu ul li ul li { background:#fcfcfc;  }

.ddsmoothmenu ul li ul li a:hover{ background:#3badea; color:#fff;}

	

/*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; }





.ddsmoothmenu ul li ul li ul li ul li{background-color:#efefef!important; }





/* Sub level menu links style */

.ddsmoothmenu ul li ul li a{

font:11px Arial, Helvetica, sans-serif; font-weight:normal; text-transform:none;

width: 130px; /*width of sub menus*/

padding: 5px 10px;

margin: 0;

border-top-width: 0; color:#575757;

border-bottom: 1px solid #dfdfdf;



}



/* Holly Hack for IE \*/

* html .ddsmoothmenu{height: 1%; } /*Holly Hack for IE7 and below*/





/* ######### CSS classes applied to down and right arrow images  ######### */



.downarrowclass{

position: absolute;

top: 12px;

right: 7px; visibility:hidden

}



.rightarrowclass{

position: absolute;

top: 6px;

right: 5px; 

}







/* ######### CSS for shadow added to sub menus  ######### */



.ddshadow{ /*shadow for NON CSS3 capable browsers*/

position: absolute;

left: 0;

top: 0;

width: 0;

height: 0;

background: silver;

}



.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/

opacity: 0.8;

}