.example_menu
{
	font-size: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 200px;
}
.expand_all, .collapse_all
{
	background: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 186px; /* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.example_menu ul
{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, .example_menu li
{
	background-image: none;
	margin: 0;
	padding: 0;
}
.example_menu ul ul
{
	display: block;
}
.example_menu ul ul li a
{
	padding-left: 20px;
	width: 173px;
	border-top: 1px solid rgb(229, 229, 229);
	
}

.example_menu a
{
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0;
	padding: 2px 2px 2px 17px;

}
.example_menu a.expanded
{
	border-radius: 4px 4px 0px 0px;
	background: #014464 url('../img/collapse.gif') no-repeat 3px 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FFFFFF;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 0px;
	font-family: Arial,Helvetica,sans-serif;
}
.example_menu a.collapsed
{
	border-radius: 4px 4px 0px 0px;
	background: #014464 url('../img/expand.gif') no-repeat 3px 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 0px;
	font-family: Arial,Helvetica,sans-serif;
}
.example_menu a:hover
{
	text-decoration: none;
}
.example_menu ul a
{
	background: white;
	border: 2px solid #fff;
	display: block;
	padding: 6px 2px 6px 10px;
	border-top: 1px solid rgb(229, 229, 229);
	color: rgb(58, 117, 196);
	font-weight: bold;
	letter-spacing: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
}
.example_menu ul a:hover
{
	color:Gray;
	font-weight:bold;
}


.example_menu ul a:link
{
	font-weight: normal;
}
.example_menu ul a:hover
{
	background: #f5f5f5;
	text-decoration: underline;
}
.example_menu li.active a
{
	background: #fff;
}
.example_menu li.active li a
{
	background: #e8e8e8;
}
#menu1 li.footer, #menu2 li.footer, #menu3 li.footer, #menu4 li.footer, #menu5 li.footer, .example_menu .footer
{
	background: transparent url:('../img/footer.jpg') no-repeat 0 0;
	border-top: 2px solid #fff;
	height: 9px;
	line-height: 15px;
	margin: 0 0 10px 0;
	width: 199px;
}
.example_menu .footer span
{
	display: none;
}
