#Menu {
	width: 202px;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #336699;
}

#MenuTop {
	width: 202px;
	background-repeat: no-repeat;
	background-position: center top;
}

#MenuBottom {
	width: 202px;
	border: medium none #FFFFFF;
	background-image: url(../images/Theme/MainGrid/A-3_22.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#MenuInner {
	width: 202px;
	background-image: url(../images/Theme/MainGrid/A-3_18.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#MenuLinks{
	width: 202px;
	text-align: left;
	text-indent: 10px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#MenuLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#MenuLinks a:link, #MenuLinks a:visited {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: 18px;
	width: 202px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	text-align: left;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 15px;
	list-style-position: inside;
	list-style-type: square;
}

#MenuLinks a:hover{
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 202px;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	text-align: left;
	text-indent: 20px;
	white-space: normal;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	height: 18px;
}
.li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 135px;
	border: thin none #7E7E7E;
	display: block;
}
