/*nav meunu styles */
.menu_list {
	margin-left: 2px;
	width: 200px;
}
.menu_head {
	cursor: pointer;
	margin:1px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	color: #666666;
	padding-left: 17px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 1.1em;
	font-weight: bold;

}
.menu_body {
	display:none;
}
.menu_body a {
	display:block;
	color:#666666;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
}
.menu_body a:hover {
	text-decoration:underline;
}

.menu_body ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.menu_body ul li{
	padding-bottom: 2px;
}

.menu_body ul li a{
	color: #666666; /*custom bullet list image*/
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-left: 12px;
	padding-left: 14px;
	font-size: 94%;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.menu_body ul li a:visited{

}

.menu_body ul li a:hover{ /*hover state CSS*/
	background-image: url(../graphics/menu_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
/* open menu */
.menu_body_open a {
	display:block;
	color:#666666;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
}
.menu_body_open a:hover {
	text-decoration:underline;
}

.menu_body_open ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.menu_body_open ul li{
	padding-bottom: 2px;
}

.menu_body_open ul li a{
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 14px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 8px;
	font-weight: bold;
	color: #666666;
}

.menu_body_open ul li a:visited{
	color: #666666;
}

.menu_body_open ul li a:hover{ /*hover state CSS*/
	background-image: url(../graphics/menu_on.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	text-decoration: none;
}

