/***********************************************************/
	
/* Sub Menu Container */
#sub_menu_container {
	z-index: 3;
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 40px;
	/* TESTING */
	display:none;
}

#sub_menu_container h3 {
	display:none;
}

#sub_menu_container ul {
	width:978px;
	margin: 0px auto;
	list-style:none;
	height: 40px;
	position:relative;
}

#sub_menu_container li {
	float:left;
	height: 40px;
	background: url(sub_menu_li.gif) right bottom no-repeat;
	padding: 0 2px 0 0;
}
	#sub_menu_container li a {
		height: 40px;
		float:left;
		display:block;
		color: #FCFDD8;
		margin: 0;
		text-decoration:none;
		font-size: 11px;
		text-decoration:none;
		text-transform:lowercase;
	}
	
	#sub_menu_container li a strong {
		display:block;
		float:left;
		cursor:pointer;
		padding: 0 15px;
		line-height: 40px;
		height: 40px;
		font-weight: normal;	
		color: #FCFDD8;
	}
	
	#sub_menu_container li.last {
		background:none;
	}

	#sub_menu_container li a:hover, #sub_menu li:hover a {
		color:#FFFFFF;
	}
    
    #sub_menu_container li a:hover {
        background:url(sub_menu_a_hover.gif) repeat-x left bottom ;
    }
        
	#sub_menu_container li.selected a
	/*, #sub_menu li.selected a:hover*/
	{
		background: url(li_selected_a.gif) right bottom no-repeat;
	}
	#sub_menu_container li.selected a strong {
		background: url(li_selected_strong.gif) left bottom no-repeat;
		color:#435018;
	}
	
	#sub_menu_container li ul {
		display:none;
	}
	
	#sidebar #sub_menu_container li a:hover, #sub_menu li:hover a {
		color:#435018;
	}
	
	
#sub_menu strong {
    font-weight:normal;
}


