body
{
  background-image: url(images/menu_background_blue_3_line.jpg);
  background-repeat: no-repeat;
}

.navbar
{
  margin: 0px;
  padding: 0px;
}  

.mainDiv
{
  width:185px;
  margin: 0px;
  padding: 0px;
}

.noMenuItem
{
  display: block;	
  font-size:13px;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background: url("images/menu_item_bg.gif") no-repeat 0 0;
  background-position:center center;
  /*background-repeat:no-repeat;*/
  background-repeat:repeat-y;
  border:1px solid #a85100;
  width: 185px;
  height: 20px;
  color: white;
  cursor:pointer;
  text-indent:10px;
  margin: 0px;
  text-decoration: none;
  margin-bottom: 1px;
}

.noMenuItem a 
{
  display: block;
  text-decoration: none;
  color: white;
}

.topItem
{
  font-size:13px;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background: url("images/menu_item_bg.gif") no-repeat 0 0;
  background-position:center center;
  /*background-repeat:no-repeat;*/
  background-repeat:repeat-y;
  border:1px solid #a85100;
  width: 185px;
  height: 20px;
  color: white;
  cursor:pointer;
  text-indent:10px;
  margin: 0px;
  text-decoration: none;
}

.topItem a
{
  text-decoration: none;
  color: white;
}

.topItemOver
{
  text-indent:10px;
  font-size:13px;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background: url("images/menu_item_bg.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat-y;
  border:1px solid #a85100;
  width: 185px;
  height: 20px;
  color: white;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font-size:13px;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background: url("images/menu_item_bg.gif") no-repeat 0 0;
  /*background-position:center center;*/
  background-repeat:repeat-y;
  border:1px solid #a85100;
  height: 20px;
  width: 185px;
  color: #215dc6;
  color: white;
  text-decoration: none;
}

.topItemClose a
{
  text-decoration: none;
  color: white;
}
	
.topItemCloseOver
{
  text-indent:10px;
  font-size:13px;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background: url("images/menu_item_bg.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat-y;
  border:1px solid #a85100;
  height: 20px;
  width: 185px;
  color: white;
  cursor:pointer;
}

.topItemCloseOver a
{
  text-decoration: none;
  color: white;
}

.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #ffffcc;
  color: #000;
  border: 1px solid #a85100;
  /*border-width: 1px 1px 1px 1px;*/
  filter:alpha(opacity=100);
  margin-top: -1px;
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu
{
   display:block;
}

.subItem
{
   display: block;
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   /*color: #215dc6;*/
   color: black;
   
}

.subItem a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   /*color: #215dc6;*/
   color: black;
   
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #428eff;
}

.subItemOver a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #428eff;
   text-decoration:none;
   cursor:pointer;
}


.drop
{
   border-left:1px solid #8C5023;
   border-right:1px solid #8C5023;	
}




