.mainDiv
{
  width:148px;
}

.StaticMenu
{
  text-decoration: none;
  color: white; 
  font-weight:normal;
  font-family:"Comic Sans MS";
  font-size:"12px";
  width:158px;
  height:20px;
  cursor:pointer;
  background:#009966;
  border-top:1px solid #97BBD3;
  border-left:1px solid #97BBD3;
  border-right:1px solid #000000;
  border-bottom:1px solid #31556D;
}

.StaticMenuOver
{
   width:158px;
   height:20px;
   cursor:pointer;
   background: #00CC99;
   background-image: url("images/leftarrow.gif");
   background-position:right center;
   background-repeat:no-repeat;
   text-decoration:none;
   font-weight:normal;
   font-size:"12px";
   font-family:"Comic Sans MS";
   color: #000000;
   border-top:1px solid #97BBD3;
   border-left:1px solid #97BBD3;
   border-right:1px solid #000000;
   border-bottom:1px solid #31556D;
}

.topItem
{
  padding-left:0px;
  width:158px;
  height:20px;
  background: #009966;
  background-image: url("images/uparrow.gif");
  background-position:right center;
  background-repeat:no-repeat;
  cursor:pointer;
  text-decoration: none;
  color: yellow; 
  font-size:"12px";
  font-weight:bold;
  font-family:"Comic Sans MS";
  border-top:1px solid #97BBD3;
  border-left:1px solid #97BBD3;
  border-right:1px solid #000000;
  border-bottom:1px solid #31556D;
}


.topItemOver
{
  width:158px;
  height:20px;
  background: #2b83c4;
  background-image: url("images/downarrow.gif");
  background-position:right center;
  background-repeat:no-repeat;
  cursor:pointer;
  text-decoration: none;
  color: white; 
  font-size:"12px";
  font-weight:normal;
  font-family:"Comic Sans MS";
  border-top:1px solid #97BBD3;
  border-left:1px solid #97BBD3;
  border-right:1px solid #000000;
  border-bottom:2px solid #31556D;
  padding-left:0px;
}

.dropMenu
{
  background: #2b83c4;
  filter:alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
   width:158px;
   height:20px;
   padding-left:0px;
   cursor: pointer;
   font-weight: normal;
   font-family: "Comic Sans MS";
   font-size: "12px";
   text-decoration:none;
   color: yellow;
   border-top:1px solid #97BBD3;
   border-left:1px solid #97BBD3;
   border-right:1px solid #000000;
   border-bottom:1px solid #31556D;
}

.subItem a
{
   width:150px;
   height:20px;
   text-decoration:none;
   color:#aaffaa;
   padding-left:0px;
   border-top:1px solid #97BBD3;
   border-left:1px solid #97BBD3;
   border-right:1px solid #000000;
   border-bottom:1px solid #31556D;
}

.subItemOver
{
   width:158px;
   height:20px;
   cursor:pointer;
   background: #00ddff;
   font-weight:normal;
   font-family:"Comic Sans MS";
   font-size:"12px";
   padding-left:0px;
   text-decoration: none;
   border-top:1px solid #97BBD3;
   border-left:1px solid #97BBD3;
   border-right:1px solid #000000;
   border-bottom:1px solid #31556D;
}

.subItemOver  a
{
   width:158px;
   height:20px;
   cursor:pointer;
   background: #00ddff;
   background-image: url("images/leftarrow.gif");
   background-position:right center;
   background-repeat:no-repeat;
   font-weight:normal;
   font-family:"Comic Sans MS";
   font-size:"12px";
   padding-left:0px;
   text-decoration: none;
   border-top:1px solid #97BBD3;
   border-left:1px solid #97BBD3;
   border-right:1px solid #000000;
   border-bottom:1px solid #31556D;
}


.drop
{
   width:158px;
   height:20px;
   border-left:1px solid black;
   border-right:1px solid black;	
   font-weight:normal;
   font-family:"Comic Sans MS";
   font-size:"12px";
   padding-left:0px;
   text-decoration: none;
   border-top:1px solid #97BBD3;
   border-left:1px solid #97BBD3;
   border-right:1px solid #000000;
   border-bottom:1px solid #31556D;
}
