.navbar
{
float:left;
margin-top:-13px;
margin-right:0px;
}  

.mainDiv
{
	margin-top:0px;
	margin-left:0px;
	width:100px;
	position:relative;
	top:12px;
}


.topItem, .topItemOver, .topItemClose, .topItemCloseOver
{
	font: bold 11px "Times New Roman", Times, serif;
	background: url(../imm/menu_top.gif) no-repeat;
	text-decoration : none;
	width: 150px;
	height: 26px;
	color: #9E0B0E;
	cursor:pointer;
	text-indent: 5pt;
	padding-top: 3px;
	padding-right: 3px;
}



/*.topItemOver
{
	font: bold 11px "Times New Roman", Times, serif;
	background: url("../imm/menu_top.gif") no-repeat;
	text-decoration : none;
	width: 150px;
	height: 26px;
	color: #9E0B0E;
	cursor:pointer;
	padding: 5px 3px 2px 0px;
	text-indent: 5pt;
}



.topItemClose
{
	font: bold 11px "Times New Roman", Times, serif;
	background: url("../imm/menu_top.gif") no-repeat;
	text-decoration : none;
	width: 150px;
	height: 26px;
	color: #9E0B0E;
	cursor:pointer;
	padding: 5px 3px 2px 0px;
	text-indent: 5pt;
}


.topItemCloseOver
{
	font: bold 11px "Times New Roman", Times, serif;
	background: url("../imm/menu_top.gif") no-repeat;
	text-decoration : none;
	width: 150px;
	height: 26px;
	color: #9E0B0E;
	cursor:pointer;
	padding: 5px 3px 2px 0px;
	text-indent: 5pt;
}

*/


.dropMenu {
	padding-left: 5px;
	padding-right: 1px;
	height: 100%;
}


.subMenu {
	display:list-item;
	text-indent: 3pt;
	width: 80px;
  }


.subItem
{
	height:18px;
	width: 130px;
	font-family: "Times New Roman", Times, serif;
	text-indent: 3pt;
	position: relative;
}

.subItem a
{
	color: #075D92;
}

.subItemOver
{
	height:18px;
	width: 130px;
	font-family: "Times New Roman", Times, serif;
	background-color: #D4D6E5;
	text-indent: 3pt;
	position: relative;

}

.subItemOver  a
{
	color:#075D92;
}


.drop {
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
  }


