.HasChild {
background: url(arrows.gif) right no-repeat;
}
.MenuBar_b {
xbackground-color: #0f0;
xbackground: url(../images/metal.gif) repeat-x;
color: #ffffff;
font: 7.5pt Tahoma, Arial, Helvetica;
height: 14px;
clear: both;
width: 100%;
}
.MenuBar_b a {
color:#003399;
text-decoration: none;
margin: 0 0 0 0;
padding: 0;
}
.MenuBar_b a:visited {
color:#009;
}  
.MenuBar_b a:hover {
color: #f60;
text-decoration: underline;
}

.MenuHorizontal_b {
background-color: #efefef;
padding-left: 0px; /*repositions entire menu */
color: #000;
padding: 0;
margin: 0;
list-style: none;
line-height: 14px;
}
.MenuHorizontal_b li {
cursor: pointer;
float: left;
position: relative;
padding-right: 5px;
text-align:left;
}
.main_menu_b{
border-right: 1px solid #fff;
padding: 0 0 0 5px;
}
.main_menu_b2{
border-right: 1px solid #fff;
padding: 0 0 0 5px;
font-weight: bold;
font-size: 12px;
}


.MenuVertical_b { /*drop downs*/
background-color: #efefef;
color: #000;
padding: 0;
margin: 0;
list-style: none;
width: 120px;
}
.MenuVertical_b li {
cursor: pointer;
float: none;
height: 18px;
min-height: 18px;
line-height: 18px;
padding: 0 0 0 4px;
margin: 0 0 -3px 0;
border-bottom: 1px solid #ccc ;
}
.MenuVertical_b li a {
display: block;
}
.Rank1 {
position: relative;
}
.Rank1 li:hover, .Rank1 li.over {
color: #f00;
}
.Rank2 {
position: absolute; 
top: 14px;
left: 0px;
display: none;
font-weight:normal;
border:1px solid #cccccc;
}
.Rank2 li:hover, .Rank2 li.over {
background-color: #ddd;
}
.Rank3 {
position: absolute; 
top: 0px;
right: 175px;
display: none;
font-weight:normal;
width:100%;
}
.Rank4 {
position: absolute; 
top: 0px;
left: 200px;
display: none;
}
.Rank1 li:hover ul.Rank2, .Rank1 li.over ul.Rank2 { 
display: block;
border:1px solid #cccccc;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
.Rank2 li:hover ul.Rank3, .Rank2 li.over ul.Rank3 {
display: block;
border:1px solid #cccccc;
}
.Rank3 li:hover ul.Rank4, .Rank3 li.over ul.Rank4 {
display: block;
border:1px solid #cccccc;
} 
* html .MenuVertical_b li {
height: 17px;
}
* html .MenuVertical_b li a {
display: inline;
}
.Rank1 li, .Rank2 li, .Rank3 li, .Rank4 li {
behavior: url(/styles/ieMenu.htc);
}

 
