
#navigation{ height:41px; width:1000px; margin:0 auto;}

.ddsmoothmenu{ float:left; font-size:14px; color:#dbdbdb; width:1000px; height:41px; line-height:15px;}

.ddsmoothmenu ul{margin: 0;padding: 0;list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li{ width:120px; height:41px; position:relative;display:inline;float:left; margin-left:4px; background:url(../images/menu_li_bg.jpg) 0 10px no-repeat;}
.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{ width:120px; height:31px; padding-top:10px; text-align:center; display: block;color:#FFFFFF;font-weight:bold;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{ background:url(../images/mouse_over.jpg) 5px 0 no-repeat;color:white;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ width:120px; position:absolute;left:0;top:39px;display: none;visibility: hidden; border-bottom:1px #CC6600 solid; border-left:1px #CC6600 solid; border-right:1px #CC6600 solid; }

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{width:122px;float: none; height:25px; line-height:15px; }

/*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; height:25px; line-height:15px; padding-left:15px; text-align:left; border-bottom:1px #dadada dashed;color:#000000;font-size:14px;font-weight:normal;margin:0;width:107px; }
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a.selected{
background:#FFFFFF;
}
.ddsmoothmenu ul li ul li a:hover{
background:#FFFFFF; color:#a15d00;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

