
p.title1{
  font-weight:bold;
  font-family:"Tahoma Small Cap,Tahoma,Arial";
  font-size:15;
  color: #636363;
}
  
a:link
{
color: #F6F7F5;
text-decoration: none;
}

a:hover
{
background-color: #2f4f4f;
color: #D9D9D9;
}
  
.mainDiv
{
  width:150px;
}

.topItem
{
  width:150px;
  height:17px;
  border-top:0px solid #000000;
  border-left:0px solid #000000;
  border-right:2px solid #000000;
  border-bottom:2px solid #000000;  
  padding-left:3px;  
  cursor:pointer;
  background: #2f4f4f;
  text-decoration: none;
  color: WHITE; 
  font-weight:none;
  font-family:"Tahoma,Arial";
  font-size:11;
 
}


.dropMenu
{
  background:#CCCC99;
  border-top:0px solid #000000;
  border-left:0px solid #000000;
  border-right:0px solid #000000;
  border-bottom:0px solid #000000;
  font-family:"Tahoma,Arial";
  font-size:11;
}

.subMenu
{
   display:none;
}

.subItem
{
   padding-left:3px;
   cursor:pointer;
   font-weight:none;
   text-decoration:none;
   color:black;
   font-family:"Tahoma,Arial";
   font-size:11;
}

.subItem2
{
   padding-left:3px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
   font-family:"Tahoma,Arial";
   font-size:11;
}

.subItem2 a
{
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:none;
   padding-left:3px;
   font-size:11;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

