.navbar
{
}  

.mainDiv
{
  width:177px;
}

.topItem
{
	font: 600 12px Comic Sans MS,sans-serif;
	letter-spacing: 0;
	width: 177px;
	height: 25px;
	color: white;
	cursor: pointer;
	text-indent: 0px;
	background-color: #4284ad;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-top:3px;
	text-align:center;
}

.topItemOver
{
	text-indent:0px;
	font: 600 12px Comic Sans MS,sans-serif;
	letter-spacing: 0;
	height: 25px;
	width: 177px;
	color: #ffffff;
	cursor:pointer;
	background-color: #4284ad;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-top:3px;
	text-align:center;
}

.topItemClose
{
	text-indent:0px;
	font: 600 12px Comic Sans MS,sans-serif;
	letter-spacing: 0;
	background-color: #4284ad;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	height: 25px;
	width: 177px;
	color: #ffffff;
	cursor:pointer;
	padding-top:3px;
	text-align:center;
}


.topItemCloseOver
{
	text-indent: 0px;
	font: 600 12px Comic Sans MS,sans-serif;
	letter-spacing: 0;
	background-color: #4284ad;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	height: 25px;
	width: 177px;
	color: #ffffff;
	cursor: pointer;
	padding-top: 3px;
	text-align:center;
}



.dropMenu
{
  font: bold 11px verdana,sans-serif;
  background-color: #9cc8d3;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
	display:block;
	padding-left:5px;
	border: black 1px solid;
}
.subMenu1
{
	height: 30px;
	
}

.subItem
{
	margin-top: 2px;
	margin-left: 0px;
	height: 18px;
	font: 11px tahoma,verdana,sans-serif;
	text-decoration: none;
	color: #000000;
	padding-bottom:5px;
	border-bottom: black 1px solid;
	text-transform: capitalize;
}

.subItem a
{
	font: 11px tahoma,verdana,sans-serif;
	margin-left: 0px;
	text-decoration: none;
	color: #000000;
	padding-bottom: 5px;
	text-transform: capitalize;
}

.subItemOver
{
	margin-top:2px;
	margin-left: 0px;
	font: 11px tahoma,verdana,sans-serif;	  
	height:18px;
	color: #000000;
	padding-bottom:5px;
	border-bottom: black 1px solid;
}

.subItemOver  a
{
	font: 11px tahoma,verdana,sans-serif;
	margin-left: 0px;
	cursor:pointer;	
	color: red;
	text-decoration:none;
	cursor:pointer;
	padding-bottom:5px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




