/* CSS Document */
body {
	margin: 1px auto;
	font: 70%/100% Verdana,Arial, Helvetica, sans-serif;
}
.menu_list {	
	width: 250px;
}
.menu_head {
	color:#003366;
	padding: 5px 5px;
	cursor: pointer;
	position: relative;
	margin:1px;


	font-weight:;
	height: 15px;
	background-color: none;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	text-decoration:none;
	
}

.menu_head:hover {
color:#ffffff;
	padding: 5px 25px;
	cursor: pointer;
	position: relative;
	margin:1px;
 
	font-weight:;
	font-style:bold;
	color:#fffff;
  	  
	text-decoration:none;
	background-color: #003366;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.menu_body {
	display:none;
}
.menu_body a{
	padding: 5px 35px;
	display:block;
	color:#FFFFFF;
	background-color:#c60000;
	padding-left:5px;
	padding-top:5px;
	font-weight:none;

	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c60000;
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.menu_body a:hover{
  color: #003366;
  text-decoration:none;
  	background-color:#c60000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c60000;
  
  }
.menu_heada {
	color:#003366;
	padding: 5px 5px;
	cursor: pointer;
	position: relative;




 
	font-weight:;
	height: 1px;
	background-color: none;
	background-position: center;
	border-bottom-width: 1px;
 
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	text-decoration:none;
}

.menu_heada:hover {
color:#ffffff;
	padding: 5px 35px;
	cursor: pointer;
	position: relative;
	margin:1px;
 
	font-weight:;
	font-style:bold;
	color:#fffff;
		background-color: #003366;
  	  
	text-decoration:none;
	
	background-position: center;
	border-bottom-width: 0px;
	border-bottom-style: solid;

}

