
/*
CONTAINER
*/
#sidebar {
width: 243px;
}
#sidebar2 {
	width: 243px;
	height:487px;
	background-color: #FFFFFF;
	float: left;

}
#sidebar3 {
	width: 243px;
	height:60px;
	background-color: #FFFFFF;
	float: left;

}
#sidebar4 {
	width:  243px;
	height:198px;
	background-color: #FFFFFF;
	float: left;

}
#sidebar5 {
	width: 243px;
	height:78px;
	background-color: #FFFFFF;
	float: left;

}
#sidebar6 {
	width: 243px;
	height:715px;
	background-color: #FFFFFF;
	float: left;

}
#sidebar7 {
	width: 243px;
	height:45px;
	background-color: #FFFFFF;
	float: left;

}
#sidebar8 {
	width: 243px;
	height:886px;
	background-color: #FFFFFF;
	float: left;

}
#sidebar9 {
	width: 243px;
	height:682px;
	background-color: #FFFFFF;
	float: left;

}
#sidebar10 {
	width: 243px;
	height:128px;
	background-color: #FFFFFF;
	float: left;

}
#sidebar11 {
	width: 243px;
	height:378px;
	background-color: #FFFFFF;
	float: left;

}
/*
MENU STYLES:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Optima, Georgia, Times New Roman, Times, serif;
	font-size:14px;
	line-height: 1.2em;

}
#navlist a, #navlist a:visited {
	display: block;
	padding: 7px 6px 6px 15px;
	background-color: #70665C;
	background-position: 0% 50%;
	color: #eee;
	text-decoration: none;
	border-top: 01px solid #FFFFFF;

	
	border-left: 15px solid #C2F880;

}

#navlist a:hover {
background-color: #70665C;
background-image:  url(assets/l1_over.jpg);
color: #2D1E2D;

	border-top: 01px solid #FFFFFF;

	
	border-left: 15px solid #FFFFFF;

}
#sidebar #navlist .uberlink {
background-color: #70665C;
color: #333 !important;
font-weight: bold;
cursor: default;
border-top: 01px solid #FFFFFF;
	border-right: 01px solid #FFFFFF;
	
	border-left: 15px solid #C2F880;
}

#navlist2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Optima, Georgia, Times New Roman, Times, serif;
	font-size:14px;
	line-height: 1.2em;

}
#navlist2 a, #navlist2 a:visited {
	display: block;
	padding: 7px 6px 6px 15px;
	background-color: #5A8EA0;
	background-position: 0% 50%;
	color: #eee;
	text-decoration: none;
	border-top: 01px solid #FFFFFF;

	
	border-left: 15px solid #C2F880;

}

#navlist2 a:hover {
background-color: ##5A8EA0;
color: #2D1E2D;

	border-top: 01px solid #FFFFFF;

	
	border-left: 15px solid #FFFFFF;

}
#sidebar #navlist2 .uberlink {
background-color: #5A8EA0;
color: #333 !important;
font-weight: bold;
cursor: default;
border-top: 01px solid #FFFFFF;
	border-right: 01px solid #FFFFFF;
	
	border-left: 15px solid #C2F880;
}



Conditional Comments

<!--[if IE 5]>
<style>
#navlist a {float: left; clear: both; width: 100%;}
</style>
<![endif]-->
<!--[if gte IE 6]>
<style>
#navlist a {height: 1%;}
</style>
<![endif]-->

<!--[if IE 5]>
<style>
#navlist2 a {float: left; clear: both; width: 100%;}
</style>
<![endif]-->
<!--[if gte IE 6]>
<style>
#navlist2 a {height: 1%;}
</style>
<![endif]-->

