.ddsmoothmenu{
width: 770px;
height: 224px;
margin-left:auto; 
margin-right:auto;
padding-top:4px;
}

.ddsmoothmenu ul{
}

.ddsmoothmenu span { display: none; }

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

.ddsmoothmenu ul li ul li{
width: inherit;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
width: 100%; height: 224px; display: block; background: url(../image/menu_top1301.png) no-repeat;
_background: url(../image/menu_top1301.gif) no-repeat;
}

.ddsmoothmenu ul li ul li a{
height: inherit;
display: block;
background: #292929;
padding: 8px 10px;
text-decoration: none;
font-size: 13px;
font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", "‚l‚r –¾’©", "MS Mincho";
color:#FFF;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu #menu1 a:link, .ddsmoothmenu #menu1 a:visited { background-position: 0 0; }
.ddsmoothmenu #menu1 a:active, .ddsmoothmenu #menu1 a:hover, .ddsmoothmenu #menu1 a.selected { background-position: 0 -224px; }
.ddsmoothmenu #menu2 a:link, .ddsmoothmenu #menu2 a:visited { background-position: -70px 0; }
.ddsmoothmenu #menu2 a:active, .ddsmoothmenu #menu2 a:hover, .ddsmoothmenu #menu2 a.selected { background-position: -70px -224px; }
.ddsmoothmenu #menu3 a:link, .ddsmoothmenu #menu3 a:visited { background-position: -140px 0; }
.ddsmoothmenu #menu3 a:active, .ddsmoothmenu #menu3 a:hover, .ddsmoothmenu #menu3 a.selected { background-position: -140px -224px; }
.ddsmoothmenu #menu4 a:link, .ddsmoothmenu #menu4 a:visited { background-position: -210px 0; }
.ddsmoothmenu #menu4 a:active, .ddsmoothmenu #menu4 a:hover, .ddsmoothmenu #menu4 a.selected { background-position: -210px -224px; }
.ddsmoothmenu #menu5 a:link, .ddsmoothmenu #menu5 a:visited { background-position: -280px 0; }
.ddsmoothmenu #menu5 a:active, .ddsmoothmenu #menu5 a:hover, .ddsmoothmenu #menu5 a.selected { background-position: -280px -224px; }
.ddsmoothmenu #menu6 a:link, .ddsmoothmenu #menu6 a:visited { background-position: -350px 0; }
.ddsmoothmenu #menu6 a:active, .ddsmoothmenu #menu6 a:hover, .ddsmoothmenu #menu6 a.selected { background-position: -350px -224px; }
.ddsmoothmenu #menu7 a:link, .ddsmoothmenu #menu7 a:visited { background-position: -420px 0; }
.ddsmoothmenu #menu7 a:active, .ddsmoothmenu #menu7 a:hover, .ddsmoothmenu #menu7 a.selected { background-position: -420px -224px; }
.ddsmoothmenu #menu8 a:link, .ddsmoothmenu #menu8 a:visited { background-position: -490px 0; }
.ddsmoothmenu #menu8 a:active, .ddsmoothmenu #menu8 a:hover, .ddsmoothmenu #menu8 a.selected { background-position: -490px -224px; }
.ddsmoothmenu #menu9 a:link, .ddsmoothmenu #menu9 a:visited { background-position: -560px 0; }
.ddsmoothmenu #menu9 a:active, .ddsmoothmenu #menu9 a:hover, .ddsmoothmenu #menu9 a.selected { background-position: -560px -224px; }
.ddsmoothmenu #menu10 a:link, .ddsmoothmenu #menu10 a:visited { background-position: -630px 0; }
.ddsmoothmenu #menu10 a:active, .ddsmoothmenu #menu10 a:hover, .ddsmoothmenu #menu10 a.selected { background-position: -630px -224px; }
.ddsmoothmenu #menu11 a:link, .ddsmoothmenu #menu11 a:visited { background-position: -700px 0; }
.ddsmoothmenu #menu11 a:active, .ddsmoothmenu #menu11 a:hover, .ddsmoothmenu #menu11 a.selected { background-position: -700px -224px; }

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{

}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
}

.ddsmoothmenu ul li ul li a:hover{
background: #e0a912; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
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: 168px; /*width of sub menus*/
padding: 8px 10px;
margin: 0;
border-top-width: 0;
border-left: 1px solid #262525;
border-right: 1px solid #262525;
border-bottom: 1px solid #424242;
}
html*.ddsmoothmenu ul li ul li a{
height: auto;
}

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

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

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

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

