/* Height is forced to 160px in 3 menus so the seperator lines will be of equal length, be aware if the menus change */

#menublock {
	font-size:15px;
	border-top: 1px solid #ddd;
}

#menublock a {
	color: #000000;
	font-weight:normal;
}

/* LEFT SIDE */
#menu1 {
	float:left;
	width:200px;
	margin-top:21px;
	margin-right: 14px;
	margin-left: 14px;
	border-right: 1px solid #000;
	height: 160px;
}

#menu1 ul {
	padding-left:30px;
}

#menu1 ul li {
	list-style-type: square;
}

#menu1 h3 {
	background:transparent url(/assets/green/images/greensquare.png) no-repeat;
	padding-left:30px;
	margin-bottom: 8px;
	line-height:18px;
}


/* MENU2 =============================== */
#menu2 {
	float:left;
	width:250px;
	margin-top:21px;
	margin-right: 14px;
	margin-left: 0px;
	border-right: 1px solid #000;
	height: 160px;
}

#menu2 ul {
	padding-left:30px;
}

#menu2 ul li {
	list-style-type: square;
}

#menu2 h3 {
	background:transparent url(/assets/green/images/greensquare.png) no-repeat;
	padding-left:30px;
	margin-bottom: 8px;
	line-height:18px;
}


/* MENU3 =============================== */
#menu3 {
	float:left;
	width:200px;
	margin-top:21px;
	margin-right: 14px;
	margin-left: 0px;
	border-right: 1px solid #000;
	height: 160px;
}

#menu3 ul {
	padding-left:30px;
}

#menu3 ul li {
	list-style-type: square;
}

#menu3 h3 {
	background:transparent url(/assets/green/images/greensquare.png) no-repeat;
	padding-left:30px;
	margin-bottom: 8px;
	line-height:18px;
}




/* MENU4 =============================== */
#menu4 {
	float:left;
	margin-top:21px;
	margin-right: 34px;
	margin-left: 0px;
}

#menu4 ul {
	padding-left:30px;
}

#menu4 ul li {
	list-style-type: square;
}

#menu4 h3 {
	background:transparent url(/assets/green/images/greensquare.png) no-repeat;
	padding-left:30px;
	margin-bottom: 8px;
	line-height:18px;
}