﻿.navbar
{
}  

.mainDiv
{
  width:745px;
}

.topItem
{
  font: bold 12px arial;
  letter-spacing: 0;
  border: none;
  width: 745px;
  height: 39px;
  color: #000000;
  cursor:pointer;
  text-indent:10px;

}

.topItemOver
{
  text-indent:10px;
  font: bold 12px arial;
  letter-spacing: 0;
  height: 39px;
  width: 605px;
  color: #000000;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px arial;
  letter-spacing: 0;
  height: 39px;
  width: 605px;
  color: #000000;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px arial;
  letter-spacing: 0;
  height: 39px;
  width: 605px;
  color: #000000;
  cursor:pointer;
}

.dropMenu
{
	font: bold 11px arial;
	background-color: #000000;
	color: #ffffff;
	border: 0px solid #FFFFFF;
	filter: alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-top: 2px;
	height: 80px;
	font: 11px arial;
	text-decoration: none;
	margin-bottom: -10px;
}
.subItem a
{
   margin-left:23px;
   font: 11px arial;	 	
   text-decoration:none;
   color: #F00000;
}

.subItemOver
{
   margin-top:2px;
   font: 11px arial;	  
   height:100%;
}

.subItemOver  a
{
   margin-left:23px;
   font: 11px arial;
   cursor:pointer;
}


.drop
{
   border-left:0px solid black;
   border-right:0px solid black;	
}


