.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 200px; /* Main Menu Item widths */
list-style-type: none;
}
.ddsmoothmenu-v{
	padding-left:170px;
}
.ddsmoothmenu-v ul{
position: relative;
height:263px;
padding:10px 1px;
text-align:left;
margin-left:200px;
}
.ddsmoothmenu-v ul.p1{         /*设置第一个ul右边距为0*/
	margin-left:0px !important;
	border-left:0 !important;
	font-weight:600;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
height:31px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
 /*background of menu items (default state)*/
color: #333;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #0065b2; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: #0065b2; /*background of menu items during onmouseover (hover state)*/
color: white;
height:31px;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

.rightarrowclass{
	float:right;
	padding-top:3px;
}
.last_menu{
	height:244px !important;
	background:url(../../images/index/line_03.jpg) no-repeat;
	background-position:right center;
	margin-top:10px !important;
	padding:0 1px !important;
}
.p0{
	width:2px;
	background:url(../../images/index/line_03.jpg) no-repeat;
	background-position:center left;
}

