/*** Style for the Left Menu ***/  
.mainDiv
{
  width:200px;
}

.topItem, :visited.topItem
{
  width: 200px;
  height: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #000; 
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-family:  Arial, Verdana;
  display: block;
 }
 
 :hover.topItem 
{
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	display: block;
}

.dropMenu
{
  background: #F3F6F8;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
}

.subMenu
{
   display:none;
}

.subItem
{
   cursor: pointer;
   color: #000;
   text-decoration: none;
   font-weight: normal;
   font-family:  Arial, Verdana;
   font-size: 11px;
   letter-spacing: 0.03em;
   padding-left: 5px;
}

.subItem a
{
   cursor: pointer;
   color: #000;
   text-decoration: none;
   font-weight: normal;
   font-family:  Arial, Verdana;
   font-size: 11px;
   letter-spacing: 0.03em;
   padding-left: 5px;
}

.subItem a:visited
{
   cursor: pointer;
   color: #000;
   text-decoration: none;
   font-weight: normal;
   font-family:  Arial, Verdana;
   font-size: 11px;
   letter-spacing: 0.03em;
   padding-left: 5px;
}

.subItemOver
{
   cursor: pointer;
   color: #000;
   text-decoration: none;
   font-weight: normal;
   font-family:  Arial, Verdana;
   font-size: 11px;
   letter-spacing: 0.03em;
   padding-left: 5px;
}

.subItemOver  a
{
   background-color: #D8E6F9;
   color: #000;
   font-weight: normal;
   font-family:  Arial, Verdana;
   font-size: 11px;
   letter-spacing: 0.03em;
   padding-left: 5px;
}

/*** End Style for the Left Menu ***/
