  
.mainDiv
{
  width:430px;
}
.topItem
{
  width:430px;
  cursor:pointer;
  background: #0B1B66;
  text-decoration: none;
  color: white; 
	height: 25px; 
	padding-top: 3px ;
}

.topItem1
{
  width:430px;
  cursor:pointer;
  background: #035213;
  text-decoration: none;
  color: white;
	height: 25px; 
	padding-top: 3px ;
 
}

.topItem2
{
  width:430px;
  cursor:pointer;
  background: #633f0e;
  text-decoration: none;
  color: white; 
	height: 25px; 
	padding-top: 3px ;
}

.topItem3
{
  width:430px;
  cursor:pointer;
  background: #1d5863;
  text-decoration: none;
  color: white; 
	height: 25px; 
	padding-top: 3px ;
}
.topItem4
{
  width:430px;
  cursor:pointer;
  background: #5b2563;
  text-decoration: none;
  color: white; 
	height: 25px; 
	padding-top: 3px ;
}

.topItem5
{
  width:430px;
  cursor:pointer;
  background: #B4E1E9;
  text-decoration: none;
  color: #000080; 
 
}
.topItem6
{
  width:430px;
  cursor:pointer;
  background: #666633;
  text-decoration: none;
  color: #000080; 
 
}

.topItem7
{
  width:430px;
  cursor:pointer;
  background: #009933;
  text-decoration: none;
  color: #000080; 
 
}

.dropMenu
{
  background: #ffffff;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
}

.dropMenu1
{
  background: #ffffff;
  border-top:1px solid #1D5863;
  border-left:1px solid #1D5863;
  border-right:1px solid #1D5863;
  border-bottom:1px solid #1D5863;
}
.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   font-weight:bold;
   text-decoration:none;
   color:black;
  background: #ffffff;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
     background: #ffffff;

}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}