ul#sideNav, ul#sideNav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
  	
}

ul#sideNav a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid  #999;	
	
	color: #08362C;
	font-size: 14px;
	line-height: 36px;
	
	text-transform: uppercase;
}


ul#sideNav a  img{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: none;
}

ul#sideNav li {
	
}

ul#sideNav li a {
	display: block;
	height: 40px;
}

ul#sideNav li a:hover {
	color: #FF6600;
}


/* WATCH CORPORATE VIDEO ADDED 7/11 */
ul#sideNav li.video a {
	display: block;
	height: 40px;
	
	
	margin-top: 36px;
	border-bottom: none;
	
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	
	/*
	background-image: url(http://www.elementus.com/images/links/arrow.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	*/
}

/* JOIN OUR MAILING LIST ADDED 7/11 */
ul#sideNav li.mailing_list a {
	display: block;
	width:142px;
	height: 20px;
	
	
	margin-top: 36px;
	border-bottom: none;
	
	text-indent: -9999px;
	
	
	background-image: url(http://www.elementus.com/images/mailing/join_mail_list_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	
}


/* SUB */

ul#sideNav li ul li a {
	color: #FF6600;
	display: inline;
	height: none;
	border: none;
	
	font-size: 11px;
	line-height: 16px;
	
	text-transform: none;
}

ul#sideNav li ul li a:hover {
	color: #000;
}



/* ADDED JUN '10 */
ul#sideNav li ul li a  { font-size: 13px; line-height: 13px;}

ul#sideNav li ul li {margin-bottom: 4px;}
