#sideNav {
	position: relative;
	float: left;
	display: block;
	width: 180px;
	}

#sideNav ul {
	border-bottom: 1px solid #DDD9D6;
	list-style:none !important;
	}

#sideNav ul li {
	border-top: 1px solid #DDD9D6;
	width: 180px;
	margin-left: 0 !important;
	}

#sideNav ul li a {
	display: block;
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #843D27;
	outline: none;
	}

#sideNav ul li a:hover {
	color: #857565;
	text-decoration: none !important;
	background-color: #FFF;
	}

#sideNav ul li a.parent {
	background: transparent top left no-repeat url(../images/nav_open.gif);
	}
	
#sideNav ul li ul li a.tiertwoTop {
		background: transparent top left no-repeat url(../images/nav_open.gif);
		
	}
	
	#sideNav ul li ul li a.activetwo {
		background: white top left no-repeat url(../images/nav_close.gif);
		}
	
#sideNav ul li a.active {
	background: white top left no-repeat url(../images/nav_close.gif) !important;
	color: #857565 !important;
	}
	
ul.tiertwo li a {
	padding: 0 0 0 25px !important;
	}
	
#sideNav ul.subnav {
	width: 180px;
	border-top: 1px solid #DDD9D6;
	border-bottom: none;
	padding: 5px 0 10px 0;
	}

#sideNav ul.subnav li {
	border-top: 0px solid #e9e9e7 !important;
	}
	
#sideNav ul.subnav li a {
	font-weight: normal;
	background: none;
	padding-left: 15px;
	line-height: 20px;
	}		

#sideNav ul.subnav li a:hover {
	color: #857565;
	text-decoration: underline !important;
	}		


	/****** TOP ICONS ******/
		
	.topIcons {
		padding-left: 15px;
		}
		
	a#contactIcon {
		background: transparent top left no-repeat url(../images/contact_icon.gif);
		width: 44px;
		height: 52px;
		display: block;
		margin-bottom: 7px;
		}
		a#contactIcon:hover {
			background: transparent bottom left no-repeat url(../images/contact_icon.gif);
			}
	
	a#dwnldIcon {
		background: transparent top left no-repeat url(../images/dwnld_icon.gif);
		width: 44px;
		height: 52px;
		display: block;
		margin-bottom: 7px;
		}
		a#dwnldIcon:hover {
			background: transparent bottom left no-repeat url(../images/dwnld_icon.gif);
			}	
			
	a#searchIcon {
		background: transparent top left no-repeat url(../images/search_icon.gif);
		width: 44px;
		height: 52px;
		display: block;
		margin-bottom: 7px;
		}
		a#searchIcon:hover {
			background: transparent bottom left no-repeat url(../images/search_icon.gif);
			}		
	
			
