.ddsmoothmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 20px auto;
	width:803px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px 0px 0px 50px;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
}
.ddsmoothmenu         ul         .bg1     {
	background-image: url(images/ul-bg3-1.gif);
	height: 28px;
	width: 117px;
	background-repeat: no-repeat;
	color: #3366FF;
}
.ddsmoothmenu    ul    li    ul   li   .bg1   a:hover    {
	color: #333333;
	background-image: url(images/rollOver-bg.gif);
	width: 105px;
	background-repeat: repeat;
}

.ddsmoothmenu ul .bg2 {
	background-image: url(images/ul-bg3.gif);
	height: 105px;
	width: 117px;
	background-repeat: no-repeat;
	color: #3366FF;
}
.ddsmoothmenu    ul    li    ul   li   .bg2   a:hover    {
	color: #FFFFFF;
	background-image: url(images/rollOver-bg.gif);
	width: 105px;
	background-repeat: repeat;
}

.ddsmoothmenu ul .bg3 {
	background-image: url(images/ul-bg3-2.gif);
	height: 80px;
	width: 117px;
	background-repeat: no-repeat;
	color: #3366FF;
}
.ddsmoothmenu    ul    li    ul   li   .bg3   a:hover    {
	color: #333333;
	background-image: url(images/rollOver-bg.gif);
	width: 105px;
	background-repeat: repeat;
}
.ddsmoothmenu ul .bg0 a:hover {
	color: #CC3300;
	background-image: url(images/s-rollOver-bg.gif);
	width: 171px;
	background-repeat: no-repeat;
}




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

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: white;
	padding: 9px 20px 9px 20px;
	padding: 3px 5px 9px 5px;
	color: #2d2b2b;
	text-decoration: none;
	background-image: url(../images/menu-bg-line.gif);
	background-repeat: no-repeat;
	background-position: right -2px;
}

* 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: #29306E;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: white;
	background-image: url(images/rollOver-bg.gif);
}

.ddsmoothmenu ul li a:hover{
	color: #0099FF;
	background-image: url(images/rollOver-bg.gif);
}
.ddsmoothmenu     ul  li  .bg  a:hover     {
	color: white;
	background-image: url(images/hover-li-bg2.gif);
	width: 161px;
	height: 33px;
	background-repeat: no-repeat;
}
.ddsmoothmenu  ul  li  .bg {
	color: white;
	background-image: url(images/ul-bg2.gif);
	height: 33px;
	width: 161px;
}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none;
	font-size: 12px;
	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{
	width: 150px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	font-family: Verdana;
	font-size: 13px;
	font-variant: normal;
	font-weight: normal;
}
.ddsmoothmenu /*第三層*/
 ul  li  ul  li  .bgh1  a {
	color: #0066CC;

}

.ddsmoothmenu ul li ul li .bgh2 a {
	color: #0066CC;
}
.ddsmoothmenu ul li ul li .bgh3 a {
	color: #0066CC;
}




/* 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: 20px;
	right: 7px;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}

/* ######### 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: 1;
}.m-left {
	width: 8px;
	height: 28px;
	background-image: url(../images/menu-bg-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.m-right {
	width: 20px;
	height: 43px;
	background-image: url(images/round-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.m-line {
	background-image: url(images/menu-online.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.m-contact {
	padding: 0px 2px 0px 0px;
}
.ma-menu-bg {
	width: 171px !important; width: 171px ;
	height: 198px;
	background-image: url(images/ul-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.mb-menu-bg {
	width: 161px;
	height: 33px;
	background-image: url(images/ul-bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

