.navbar
{
}  

.mainDiv
{
  width:221px;
}

.topItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #001d34;
	text-decoration: none;
	background-image: url(images/main_tab.gif);
	background-repeat:no-repeat;
	height: 33px;
	width: 221px;
	padding-left: 35px;
	line-height:35px;
	cursor:pointer;
}

.topItemOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #001d34;
	text-decoration: none;
	background-image: url(images/main_tab_over.gif);
	background-repeat:no-repeat;
	height: 33px;
	width: 221px;
	padding-left: 35px;
	line-height:35px;
	cursor:pointer;
}

.topItemClose
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #001d34;
	text-decoration: none;
	background-image: url(images/main_tab_close.gif);
	background-repeat:no-repeat;
	height: 33px;
	width: 221px;
	padding-left: 35px;
	line-height:35px;
	cursor:pointer;
}


.topItemCloseOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #001d34;
	text-decoration: none;
	background-image: url(images/main_tab_close_over.gif);
	background-repeat:no-repeat;
	height: 33px;
	width: 221px;
	padding-left: 35px;
	line-height:35px;
	cursor:pointer;
}



.dropMenu
{
  filter:alpha(opacity=100);
  background:#F9F9F9;
  width: 221px;
  margin-bottom:10px;


}

.subMenu
{
   display:block;
}

.subItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #334251;
	text-decoration: none;
	background:#ffffff;
	height: 29px;
	width: 221px;
	line-height:29px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;   
}

.subItem a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #334251;
	text-decoration: none;
	height: 29px;
	width: 214px;
	line-height:29px;

}

.subItemOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background:#F0F0F0;
	height: 29px;
	width: 221px;
	line-height:29px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;   

}

.subItemOver  a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #334251;
	text-decoration: none;
	height: 29px;
	width: 214px;
	line-height:29px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}



.submenuOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background:#ffffff;
	height: 29px;
	width: 214px;
	background-repeat: no-repeat;
	line-height:29px;

}

.submenuOver:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background:#ffffff;
	height: 29px;
	width: 214px;
	line-height:29px;
}
