/* CSS Document */

.imageopen, .imageclosed {
  cursor:pointer;
  overflow:hidden;
}
.imageopen {
  cursor:default;
  overflow:hidden;
}
#menuroot {
  font-size:11px;
  background-color: #265b83;
  width:197px;
}
.menuitembody_lev1, .menuitem_lev1, .menuitemheader_lev1{
  background-color: #d9d9d9;
  font-size:11px;
  overflow:hidden;
}
.menuitemheader {
  font-size:11px;
  background-color:#265b83;
}
#menuroot a {
  font-size:11px;
  display: block;
  color: #4C4C4C;
  text-decoration: none;
  overflow:hidden ;
}
#menuroot  a:hover {
  text-decoration: underline;
}
#menuroot .menuitemheader_lev2, #menuroot .menuitembody_lev2  {
  background-color: #f1f1f1;
  font-size:11px;
  overflow:hidden ;
}
#menuroot .menuitemheader_lev2 a {
/*  padding-left:7px; */
  font-size:11px;
}
#menuroot .menuitemheader_lev3, #menuroot .menuitembody_lev3  {
  background-color: #7498bf;
  font-size:11px;
  overflow:hidden ;
}
#menuroot .menuitemheader_lev3 a {
  padding-left:14px;
  font-size:11px;
}
#menuroot .menuitemheader_lev4, #menuroot .menuitembody_lev4  {
  background-color: #96b1d0;
  font-size:11px;
  overflow:hidden ;
}
#menuroot .menuitemheader_lev4 a {
  padding-left:21px;
  font-size:11px;
}
#menuroot .menuitemheader_lev5, #menuroot .menuitembody_lev5  {
  background-color: #c5d2e3;
  font-size:11px;
  overflow:hidden ;
}
#menuroot .menuitemheader_lev5 a {
  padding-left:28px;
  font-size:11px;
}
#menuroot .menuitemselected {
  font-size:11px;
  display: block;
  color: #4C4C4C;
  font-weight:bold;
  text-decoration: none;
  overflow:hidden ;
  background-color: #ffffff;
}

.menuitemtd_left
{
border-right: 2px solid #919da0;
padding-right: 2px;
padding-left:2px;
padding-top: 5px;
padding-bottom:5px;
background-color: #d94926;
}
.menuitemtd_right
{
padding-top: 5px;
padding-bottom:5px;
padding-left: 6px;
width: 100%;
}
.menuitemtd_rightSel
{
padding-top: 5px;
padding-bottom:5px;
padding-left: 6px;
width: 100%;
background-color: #ffffff;
}
.subMenuitemtd_rightSel
{
background-color: #ffffff;
}
