.mainDiv
{
  width:315px;
  background-image:url(../images/box_back_top.gif);
  background-repeat: repeat-x;
}

.bottomItem
{
  background-image:url(../images/box_back_bottom.gif);
  border-left: 1px solid #CACBE7;
  border-right: 1px solid #CACBE7;
  width: 289px;
  height: 23px;
  color: #8491B4;
  font-weight:bold;
  text-align:center;
  padding-left:10px;
}


.topItem
{
  background-image:url(../images/nav_minimize.gif);
  background-repeat:no-repeat;
  background-position: 89% 10%;
  border-left: 1px solid #CACBE7;
  border-right: 1px solid #CACBE7;
  width: 303px;
  height: 20px;
  color: #8491B4;
  font-weight:bold;
  text-align:left;
  padding-left:10px;
}


.topItemOver
{
  background:url(../images/box_back_top.gif);
  background-image:url(../images/nav_minimize.gif);
  background-repeat:no-repeat;
  background-position: 89% 10%;
  border-left: 1px solid #CACBE7;
  border-right: 1px solid #CACBE7;
  width: 303px;
  height: 20px;
  color: #8491B4;
  font-weight:bold;
  text-align:left;
  padding-left:10px;
}

.topItemClose
{
  background-image:url(../images/nav_maximize.gif);
  background-repeat:no-repeat;
  background-position: 89% 30%;
  border-left: 1px solid #CACBE7;
  border-right: 1px solid #CACBE7;
  width: 303px;
  height: 20px;
  color: #8491B4;
  font-weight:bold;
  text-align:left;
  padding-left:10px;
}


.topItemCloseOver
{
  background-image:url(../images/nav_maximize.gif);
  background-repeat:no-repeat;
  background-position: 89% 30%;
  border-left: 1px solid #CACBE7;
  border-right: 1px solid #CACBE7;
  width: 303px;
  height: 20px;
  color: #8491B4;
  font-weight:bold;
  text-align:left;
  padding-left:10px;
}

.dropMenu
{
  background-color: white;
  color: #000;
  filter:alpha(opacity=100);
  text-align:left;
  padding-bottom:10px;
  _padding-bottom:0px;
}

.subItem
{
  border:1px solid #CACBE7;
  text-decoration:none;
  color: #000099;
  padding:6px 5px 6px 6px;
  height:170px;
  position:static;
}


.subItemOver
{
border:1px solid #CACBE7;
padding:6px 5px 6px 6px;
height:170px;
position:static;
}


