/* CSS Document */

/***********************************************************/
#sub_menu_container {
	background: #ffce00 url(sub_menu_container.gif);
	margin-bottom: 5px;
	width: 200px;
	}
	
* html #sub_menu_container {
	overflow: hidden;
	}
		
#sub_menu_container h4 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	background: url(sub_menu_h4.gif) no-repeat top left;
	}
	
#sub_menu {
	position: relative;
	z-index: 1000;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 200px;
	font-size: 10px;
	text-decoration:none;
	padding-bottom: 40px;
	border-top: 1px solid #ffe266; 
	background: url(sub_menu.gif) no-repeat bottom left;
	min-height: 1px;
	}
	

#sub_menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
#sub_menu li {
	border: none;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 -1px ;
	color: #6a2e22;
	width: 200px
	}
	
#sub_menu a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #6a2e22;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
	background: url(bullet_white.gif) no-repeat 190px 12px;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	}
	
#sub_menu a strong {
	font-weight: normal;
	}
	
#sub_menu li.selected a,
#sub_menu a:hover
 {
	position: absolute;
	background: url(sub_menu_a_selected.png);
	color: #FFF;
	height: 40px;
	width: 185px;
	line-height: 40px;
	top: -5px;
	left: -5px;
	padding-left: 20px;
	}

#sub_menu a:hover {
	background: url(sub_menu_a_hover.png);
	color: #6a2e22;
	}
	


#sub_menu li.selected a:hover {
	color: #fff;
	}