.menutitle {
	color: #292929;
	font-weight: bold;
	font-size: 11px;
	background-color: #dae1e1;
	text-align: center;
	padding: 4px 0px;
	border: solid 1px #d3e1e1;
	width: 100%;
	}
.menutitle a {
	color: #292929;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none
	}
.menutitle a:hover {
	color: #0d70c3;
	font-weight: bold;
	font-size: 11px
	}	
#menustyle {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-style:solid solid none solid;
	border-width: 1px 1px medium 1px;
	border-color: #d3e1e1
	}
#menustyle ul {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menustyle li {
	margin: 0px;
	padding: 0px
	}
#menustyle a {
	color: #292929;
	font-size: 11px;
	text-decoration:none;
	margin:0px;
	padding: 6px 0px;
	border-bottom: 1px solid #d3e1e1;
	width: 100%;
	display: block
	}
#menustyle a:hover {
	text-align: center;
	color: #0d70c3;
	font-size: 11px;
	text-decoration: none;
	background-color: #f5f5f5;
	padding: 6px 0px;
	border-bottom: 1px solid #d3e1e1;
	width: 100%;
	display: block
	}
.menuother {
	margin:0 auto;
	width:100%;
	font-size: small;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-right-color: #d3e1e1;
	border-bottom-color: #d3e1e1;
	border-left-color: #d3e1e1;
	text-align: center;
}

