.mainDiv {
  width:200px;
}

.topItem {
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	background-position:top center;
	background-repeat:no-repeat;
	border: none;
	width: 190px;
	height: 35px;
	color: #004a88;
	cursor:pointer;
	text-indent:10px;
	padding-left:10px;
	line-height:35px;
	text-decoration:none;
	background-image: url(../images/MVS_menu.gif);
}

.topItemOver {
	text-indent:10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	background-position:top center;
	background-repeat:no-repeat;
	height: 34px;
	width: 190px;
	color: #004a88;
	cursor:pointer;
	padding-left:10px;
	line-height:34px;
	text-decoration:none;
	background-image: url(../images/MVS_menuopenh.gif);
	border-top: 1px solid #cccccc;
}

.topItemClose {
	text-indent:10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	background-position:top center;
	background-repeat:no-repeat;
	height: 35px;
	width: 190px;
	color: #004a88;
	cursor:pointer;
	padding-left:10px;
	line-height:35px;
	text-decoration:none;
	background-image: url(../images/MVS_menu.gif);
}

.topItemCloseOver {
	text-indent:10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	background-position:top center;
	background-repeat:no-repeat;
	height: 34px;
	width: 190px;
	color: #004a88;
	cursor:pointer;
	padding-left:10px;
	line-height:34px;
	text-decoration:none;
	background-image: url(../images/MVS_menuopenh.gif);
	border-top: 1px solid #cccccc;
}

.dropdown {
	color: #004a88;
	text-decoration:none;
}


/*------*/


/*.nav1 a, .nav1 a:active, .nav1 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color:#00CC66;
	width: 135px;
	display: block;
	line-height: 28px;
		}
#nav1Hover, .nav1 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#663366;
	color: #f58220;
	text-decoration: none;
	}*/

/*------*/



.dropMenu {
  font: bold 11px Arial, Helvetica, sans-serif;	
  color: #005094;
  filter:alpha(opacity=100);
  line-height:16px;
  text-align:left;
}

.subMenu {
   display:block;
}

.subItem {
	margin-left:12px;
	margin-top:1px;
	height:34px;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #005094;
	text-align:left; 
	background-color:#e8e8e8;
	list-style-type: circle; 
}

.subItem a {
   margin-left:12px;
   margin-top:1px;
   height:34px;
   font: 11px Arial, Helvetica, sans-serif;	
   text-decoration:none;
   color: #005094;
   text-align:left; 
   list-style-type: circle; 
}

.subItemOver {
   margin-left:26px;
   margin-top:1px;
   height:34px;
   font: 11px Arial, Helvetica, sans-serif;	
   text-decoration:none;
   color: #005094;
   text-align:left; 
   list-style-type: circle;
}

.subItemOver  a {
   margin-left:12px;
   font: 11px Arial, Helvetica, sans-serif;
   cursor:pointer;
   height:34px;	
   color: #005094;
   text-decoration:underline;
   cursor:pointer;
   text-align:left; 
   list-style-type: circle;
}

.subItem li {
	list-style-position: outside;
	margin-left:15px;
	list-style-type: circle;
	text-align:left;
}



#subItem {
	margin-left:12px;
	margin-top:1px;
	height:34px;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #005094;
	text-align:left; 
	background-color:#F5F5F5;
	list-style-type: circle; 
}

#subItem a {
   margin-left:12px;
   margin-top:1px;
   height:34px;
   font: 11px Arial, Helvetica, sans-serif;	
   text-decoration:none;
   color: #005094;
   text-align:left; 
   list-style-type: circle; 
}

#subItemOver {
   margin-left:26px;
   margin-top:1px;
   height:34px;
   font: 11px Arial, Helvetica, sans-serif;	
   text-decoration:none;
   color: #005094;
   text-align:left; 
   list-style-type: circle;
}

#subItemOver  a {
   margin-left:12px;
   font: 11px Arial, Helvetica, sans-serif;
   cursor:pointer;
   height:34px;	
   color: #005094;
   text-decoration:underline;
   cursor:pointer;
   text-align:left; 
   list-style-type: circle;
}

#subItem li {
	list-style-position: outside;
	margin-left:15px;
	list-style-type: circle;
	text-align:left;
}

	/*
.subItem li a {
	color: #005094;
	text-decoration:none;
}
.subItem li a:hover {
	color: #005094;
	text-decoration:underline;
		margin-left:15px;

}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
*/

#clearfix:after {
	  content: ".";
	  clear: both;
	  height: 0;
	  visibility: hidden;
	  display: block;
	}
#clearfix {
  display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html #clearfix {height: 1%;}
#clearfix {display: block;}
/* End hide from IE-mac */ 




