.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 170px; /* Main Menu Item widths */
	list-style-type: none;
	font: bold 15px/130% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-right: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.ddsmoothmenu-v ul li a p{
	font-size: 10px;
	color: #333333;
	margin: 5px 0px 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 120%;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background: #FEFB96 url(right.gif) no-repeat 95% center; /*background of menu items (default state)*/
	color: #FF6600;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #FFFED9 url(right.gif) no-repeat 95% center; /*background of menu items during onmouseover (hover state)*/
color: #666666;
}

.ddsmoothmenu-v ul li a:hover{
background: #FFFED9 url(right.gif) no-repeat 95% center; /*background of menu items during onmouseover (hover state)*/
color: #666666;
}

.ddsmoothmenu-v ul li.no a:link, .ddsmoothmenu-v ul li.no a:visited, .ddsmoothmenu-v ul li.no a:active{
	background: #FEFB96 url(none) no-repeat 95% center; /*background of menu items (default state)*/
}

.ddsmoothmenu-v ul li.no a:hover{
background: #FFFED9 url(none) no-repeat 95% center; /*background of menu items during onmouseover (hover state)*/
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
font-size: 12px;
position: absolute;
width: 230px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}
.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
	background: #A2FFFF;
	color: #333333;
	border-radius: 0px;        /* CSS3草案 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px;   /* Firefox用 */
}
.ddsmoothmenu-v ul li ul li a:hover{
background: #D9FFFF; /*background of menu items during onmouseover (hover state)*/
color: #999999;
}
.ddsmoothmenu-v ul li ul li a.arrow {
	background: #A2FFFF url(right.gif) no-repeat 95% center;
}
.ddsmoothmenu-v ul li ul li a:hover.arrow {
	background: #D9FFFF url(right.gif) no-repeat 95% center;
}

.ddsmoothmenu-v ul li ul li ul{
width: 120px; /*Sub Menu Items width */
}
.ddsmoothmenu-v ul li ul li ul li a:link, .ddsmoothmenu-v ul li ul li ul li a:visited, .ddsmoothmenu-v ul li ul li ul li a:active{
	background: #EBEBEB;
	color: #333333;
	border-radius: 0px;        /* CSS3草案 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px;   /* Firefox用 */
}
.ddsmoothmenu-v ul li ul li ul li a:hover{
	background: #F9F9F9; /*background of menu items during onmouseover (hover state)*/
	color: #999999;
}

.rightarrowclass{
	display: none;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */