.menu {
width: 184px; height: 26px;
margin: 14px 10px 0 0;
float: right;
}
.menu .item {
color: #FF6600;
font-size: 24px;
float: left;
}
.menu .item a {
color: #999999;
text-decoration: none;
}
.menu .item a:hover {
text-decoration: underline;
}
.pipe {
background: url(../images/lpipe.gif) no-repeat top;
width: 1px; height: 28px;
margin: 2px 10px 0 10px;
float: left;
}

.panel {
background: #FFFFFF;
width: 470px;
letter-spacing: -1px;
word-spacing: 0px;
overflow: hidden;
}
.info {
margin: 9px 0 0 0;
color: #2D2D2D;
word-spacing: 0px;
font-size: 16px;
float: left;
}
.info a img{
vertical-align:text-top;
padding:2px 0 0 0;
}
.submenu {
margin: 7px 0 0 0;
font-size: 14px;
float: right;
}
.subitem {
margin: 3px 0 0 0;
line-height: 20px;
color: #FF6600;
font-weight: lighter;
float: left;
}
.subitem a {
color: #999999;
text-decoration: none;
}
.subitem a:hover {
text-decoration: underline;
}
.subpipe {
background: url(../images/spipe.gif) no-repeat top;
margin: 3px 8px 0 8px;
width: 1px; height: 20px;
float: left;
}

