#infoMain {
	position : absolute;
	top : 45px;
	left: 25px;
	z-index : 0;
	width: 95%;
}

#Category1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 110px;
	width: 48%;
	background-color: #ECE8DE;
	padding-left: 5px;
}

#Category2 {
	position: absolute;
	left: 50%;
	top: 0px;
	height: 110px;
	width: 48%;
	background-color: #ECE8DE;
	padding-left: 5px;
}

#Category3 {
	position: absolute;
	left: 0px;
	top: 120px;
	height: 110px;
	width: 48%;
	padding-left: 5px;
}

#Category4 {
	position: absolute;
	left: 50%;
	top: 120px;
	height: 110px;
	width: 48%;
	padding-left: 5px;
}

#Category5 {
	position: absolute;
	left: 0px;
	top: 240px;
	height: 110px;
	width: 48%;
	background-color: #ECE8DE;
	padding-left: 5px;
}

#Category6 {
	position: absolute;
	left: 50%;
	top: 240px;
	height: 110px;
	width: 48%;
	background-color: #ECE8DE;
	padding-left: 5px;
}

#Category7 {
	position: absolute;
	left: 0px;
	top: 360px;
	height: 110px;
	width: 48%;
	padding-left: 5px;
}

#Category8 {
	position: absolute;
	left: 50%;
	top: 360px;
	height: 110px;
	width: 48%;
	padding-left: 5px;
}

#Category9 {
	position: absolute;
	left: 0px;
	top: 480px;
	height: 110px;
	width: 48%;
	background-color: #ECE8DE;
	padding-left: 5px;
}

#Category10 {
	position: absolute;
	left: 50%;
	top: 480px;
	height: 110px;
	width: 48%;
	background-color: #ECE8DE;
	padding-left: 5px;
}

#catName {
	color: Black;
	font-size: 11px;
	font-weight : bold;
}

#catLinks1 {
	position: absolute;
	left: 0px;
	width: 100%;
}

ul li {
	
	margin-left: -34px;
	background-image: url(../images/Arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style: none;
	line-height: 16px;
}

ul {
	margin-bottom: 0px;
}
.InfoLink {
	font-size : 11px;
}

a.InfoLink:link, a.InfoLink:active, a.InfoLink:visited {
	color: #892717;
	text-decoration: none;
}

a.InfoLink:Hover {
	text-decoration: underline;
}