
#navigation{ height:45px; width:750px; margin:0 auto;}

.ddsmoothmenu{ float:left; font-size:14px; color:#dbdbdb; width:750px; height:45px; line-height:15px;}

.ddsmoothmenu ul{margin: 0;padding: 0;list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li{position: relative;display: inline;float: left; width:123px; height:45px; text-align:center;}
.ddsmoothmenu ul li.sel{background:url(../images/navigation.jpg) no-repeat 50% 100%;}
.ddsmoothmenu ul li.sel>a{ color:#ff6600;}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{height:35px; padding-top:15px;display:block;color:#333;color: #2d2b2b;text-decoration:none; }

* html .ddsmoothmenu ul li a{ display:inline-block;}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{}

.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{ color:#FF0000; font-weight:bold; background:url(../images/mouse_over.jpg) 0 0 no-repeat;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left:0;display:none;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 ul li ul li a{ background:#FFFFFF;border-top-width:0;color:#000000;font-size: 12px;font-weight:normal;margin:0;width:123px;}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a.selected{
background:#FFFFFF; 
}
.ddsmoothmenu ul li ul li a:hover{
background:#6d6d6d; color:#FFFFFF;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


