.xV {
position:relative;
}
.xV, .xV .layer {
position:relative;
border:0px solid gray;
border-top:0px solid #F6F6F6;
border-bottom:0px solid lightgrey;
width: 165px;
z-index:100;

}
.xV .sub {
background:#E5ECF6;
border: 1px solid #A1BCCE;
position:relative;
visibility:hidden;
margin-left:-15px;
width: 163px;
z-index:500;
}
.xV.lvl0  {

}
.xV .lvl1 {
z-index:200;
background-color:#E5ECF6;
border-top: 1px solid #A1BCCE;
border-bottom: 1px solid #A1BCCE;
}
.xV .lvl1 .over {
z-index:200;
border-left: 1px solid #E5ECF6;
border-right: 1px solid #E5ECF6;
width: 163px;
}
.xV .lvl2 {
background-color:#EFEFEF;
width: 163px;
}
.xV .item {
width: 165px;
height: 20px;
padding-left: 20px;
padding-top: 2px;
position:relative;
cursor:pointer;
cursor:hand;
border-top: 1px solid #E5ECF6;
border-bottom: 1px solid #E5ECF6;
background: url(/xiteflex/layout/gfx/sq.gif);
background-position: 8px 7px;
background-repeat:no-repeat;
background-color:transparent;
}
.xV .over {
width: 165px;
height: 20px;
padding-left: 20px;
padding-top: 2px;
font-weight: bold;
background: url(/xiteflex/layout/gfx/sq_w.gif);
background-position: 8px 7px;
background-repeat:no-repeat;
background-color: #A1BCCE; 
border-top: 1px solid white;
border-bottom: 1px solid white;
color:white;
}
.xV .selected {
font-weight: bold;
color: #104275;

}
.xV img {
position:absolute;
top:7px;
right:5px;
width:7px;
border:0px solid black;
background-image:url('/i/m/arr');
background-repeat:no-repeat;
}
.xV .over img {
background-image:url('/i/m/arr_over');
}
.xV .selected img {
background-image:url('/i/m/arr_down');
}
.xV .pa {
position:absolute;
}