.ddsmoothmenu{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
background: none; /*background of menu bar (default state)*/
margin: 0 auto;
font-weight: bold;
height: 40px;
width: 689px;
text-align: left;
padding: 0px;
padding-right:5px;
}

.ddsmoothmenu ul{
z-index: 100;
margin: 0;
padding: 0px;
list-style-type: none;
float:left;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display:inline-block;
float: left;
height: auto;
padding: 0px;
height: 43px;
width: auto;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
height:35px;
background:#727272; /*background of menu items (default state)*/
color: #fff;
padding: 5px 10px 0px;
float:left;
line-height:15px;
}
.ddsmoothmenu ul li a:hover{
background: #02517d;
color: #000;
text-decoration: none;
height: 35px;
padding: 5px 10px 0px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
padding: 5px 10px 0px ;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: block;
height:35px;
background:#727272; /*background of menu items (default state)*/
color: #fff;
padding: 5px 10px 0px;
float:left;
line-height:15px;
}
.ddsmoothmenu ul li a:link{ /*li li sublink*/
color: #000;
text-align:left !important;
float:left;
}
/* for current page */
#home .ddsmoothmenu ul li a#nav-home{
background: #02517d;
color: #fff;
text-align:center;
width:40px;
}
#nav-home, #nav-home a{
background: #727272;
color: #fff;
text-align:center;
width:40px;
}
#nav-home a:hover{
background: #02517d;
text-align:center;
}
#about .ddsmoothmenu ul li a#nav-about{
background: #02517d;
color: #fff;
text-align:center;
}
#nav-about, #nav-about a{
background: #727272;
color: #fff;
width:130px;
text-align:center;
}
#nav-about a:hover{
background: #02517d;
}

#part .ddsmoothmenu ul li a#nav-part{
background: #02517d;
color: #fff;
text-align:center;
}

#nav-part, #nav-part a{
background: #727272;
color: #fff;
width:113px;
text-align:center;
}
#nav-part a:hover{
background: #02517d;
color: #fff;
width:113px;
text-align:center;
}

#doing .ddsmoothmenu ul li a#nav-doing{
background: #02517d;
color: #fff;
text-align:center;
}

#nav-doing, #nav-doing a{
background: #727272;
color: #fff;
width:160px;
text-align:center;
}

#nav-doing a:hover{
background: #02517d;
color: #fff;
width:160px;
text-align:center;
}

#news .ddsmoothmenu ul li a#nav-news{
background: #02517d;
color: #fff;
text-align:center;
}
 
#nav-news, #nav-news a{
background: #727272;
color: #fff;
width:81px;
text-align:center;
}

#nav-news a:hover{
background: #02517d;
color: #fff;
width:81px;
text-align:center;
}

#links .ddsmoothmenu ul li a#nav-links{
background: #02517d;
color: #fff;
text-align:center;
}

#nav-links, #nav-links a{
background: #727272;
color: #fff;
width:90px;
text-align:center;
}

#nav-links a:hover{
background: #02517d;
color: #fff;
width:90px;
text-align:center;
}
/* end for current page */
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #02517d;
color: #fff;
text-align:center;
}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
z-index: 999;
left: 0;
display:block;
/*display: none; collapse all sub menus to begin with*/
visibility: hidden;
padding: 0;
height: 46px; 
text-align:left !important;
width: 135px;  /*width of sub menus*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display:inline-block;
float: none;
color: #000;
height: 46px; 
z-index: 999;
/*min-height: 39px;*/
text-align:left !important;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li{
top: 0;
text-align:left !important;
vertical-align:middle;
height: 46px;
background:url(../_images/li.JPG) repeat-x;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 135px; /*width of sub menus*/
height: 100%;
line-height: 18px;
margin: 0;
background:url(../_images/li.JPG) repeat-x;
vertical-align:middle;
color: #000;
display:block;
text-align:left !important;
height: 46px;
}


.ddsmoothmenu ul li ul li a:hover{
/*height: 100%;*/
background:url(../_images/li2.JPG) repeat-x;
text-align:left !important;
height: 46px;
display:block;width: 135px; width: 135px;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display:inline-block;
float: none;
color: #000;
height: 46px; 
z-index: 1999;  
/*min-height: 39px;*/
text-align:left !important;width: 135px;
}


/*3rd tier*/
.ddsmoothmenu ul li ul li ul li{
top: 0;
text-align:left !important;
vertical-align:middle;
height: 46px;width: 135px;   
background:url(../_images/li.JPG) repeat-x; left:20px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li  ul li a{
width: 135px;  /*width of sub menus*/
height: 100%;
line-height: 18px;left:30px;
 
background:url(../_images/li.JPG) repeat-x;
vertical-align:middle;
color: #000;
display:block;
text-align:left !important;
height: 46px; left:20px;
}


.ddsmoothmenu ul li ul li  ul li a:hover{
/*height: 100%;*/
background:url(../_images/li2.JPG) repeat-x;
text-align:left !important;
height: 46px; left:20px;
display:block;
 
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


