#smoothmenu1 {
	margin:0px;
	float:left;
	width:980px;
	height:35px;
	background:#eb6f33;
	color:#fff;
	text-align: center;
	z-index:20;
}
 
.ddsmoothmenu{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:100%;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding:0px;
	margin:0px 10px 0px 0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	padding:10px 10px 0px 10px;
	height:25px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}

* 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: white;
	}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#965a13;
	background:url(../img/sf_pull.jpg) #fa9620 repeat-x;
	}

.ddsmoothmenu ul li a:hover{
	color:#965a13;
	background:url(../img/sf_pull.jpg) #fa9620 repeat-x;
	}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	background: url(../img/sf_menu.png);
	position: absolute;
	left:0;
	text-align:left;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	padding:10px 0px 0px 10px;
	margin:0px;
}

.ddsmoothmenu ul li ul li {
	width:200px; /*width of sub menus*/
	padding:0px 0px;
	margin:0px 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 10px;
	margin:0px;
	background:url(../img/ico_menu.gif) no-repeat 0px 5px;	
}

.ddsmoothmenu ul li ul li a:hover {
	background:none;
	text-decoration:none;
	background:url(../img/ico_menu.gif) no-repeat 0px 5px;
	margin:0px 0px 0px 5px;
	color:#fff;	
}

.ddsmoothmenu_work {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#fff;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
}

.downarrowclass {
	display:none;
	}