.menu .table {
width: 100%;
font-weight: bold;
}
.horbar	a {
text-decoration: none;
color: #005594;
}
.horbar	a:hover	{
text-decoration: none;
color: #FFFFFF;
}
.horbar	.horbaritem	{
/*float: left;*/
white-space: nowrap;
width: 100%;
text-align: left;
}
.horbar	.horbaritem a {
display: block;
height:25px;
padding-top: 8px;
padding-left: 25px;
padding-right: 25px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #c4c4c4;
}
.horbar	.horbaritem .last a {
border: none;
}
.horbar	.horbaritem a:hover	{
color: #ffffff;
background-color: #1898de;
}


.submenu	{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font-size: 11px;
font-weight: bold;
}
.subframe	{
position: relative;
display: block;
background-color: #1898de;
padding-top: 2px;
}


.item	{
text-align: left;
white-space: nowrap;
padding-right: 25px;
}
.item a	{
position: relative;
display: block;
color: #85d2ff;
text-decoration: none;
background-image: url(/images/list0.gif);
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 25px;
padding-top: 2px;
padding-bottom: 4px;
padding-right: 25px;
}
.item a:hover	{
color: #FFFFFF;
text-decoration: none;
background-image: url(/images/list1.gif);
}


.item .fwdarr	{
position: absolute;
top: 5px;
right: 7px;
}


.submenu .bott table {
width: 100%;
font-size: 1px;
height: 20px;
}
.submenu .bott table .l {
background-image: url(/images/list-l.gif);
width: 5px;
}
.submenu .bott table .r {
background-image: url(/images/list-r.gif);
width: 5px;
}
.submenu .bott table .m {
background-color: #1898de;
}



/***************************************/
