.ddsmoothmenu{
	width: 100%;
	color: #FFFFFF;
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4;
	font-size:16px;	
}
.ddsmoothmenu ul{
	z-index:10000000000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
   *zoom: 1;	
}
.ddsmoothmenu ul:before, .ddsmoothmenu ul:after {
	display:table;
    line-height:0;
    content:"";
}
.ddsmoothmenu ul:after {
    clear:both;
}
/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	white-space: nowrap;
	float: left;
	background-image: url(../images/menuBox_sep.png);
	background-repeat: no-repeat;
	background-position: right 8px;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	color: white;
	text-decoration: none;
	padding: 8px 0px 8px 5px;
	display: inline-block;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #FFFFFF;

}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFCC00;
}

.ddsmoothmenu ul li a:hover{
	text-decoration: none;
	color: #FFCC00;	
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: -3000px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	padding: 0px;
	text-align: left;
	font-size: 15px;
	margin: 0px;
	z-index:100000000000;
	background-color: #909f4e;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none; /*background of menu items (default state)*/
	background-image: none;
	height: auto;
	white-space: normal;
	_width: auto;

}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
	font-weight: normal;
	color: #FFF;
	padding: 7px 11px;
}
.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFCC00;
	background-color: #9BAC4D;
}
.ddsmoothmenu ul li ul li a:hover{
	color: #FFCC00;
	text-decoration: none;
	background-image: none;
	background-color: #9BAC4D;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0px;
	margin-left: 1px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 150px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;

}
.ddsmoothmenu ul li ul li a:hover{

}
/* 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: 15px;
	right: 7px;
	display: none;
}

.rightarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}