
/* ---------------------------------------------------------------------------------------- *
 *
 * ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- *
 * S U B M E N U
 * ---------------------------------------------------------------------------------------- */
#submenu {
	position:				relative;
	background:				transparent url(../pics/submenu_bg.png) repeat-y;
	width:					216px;
	padding:				0px 10px 10px;
}

#submenu ul {
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:				11px;
/*	font-weight:			bold;*/
	list-style-image:		none;
	list-style-position:	outside;
	list-style-type:		none;
}

#submenu li {
/*	margin:					0px 8px;*/
/*	background-color:		#afa;*/
	border-bottom:			1px solid #BD3F1C;
/*	color:					#fff;*/
}

#submenu li[title~=caption] {
	background-color:		#004C52;
	font-size:				11px;
/*	font-weight:			bold;*/
	padding:				2px 3px;
	color:					white;
}

#submenu li a {
	text-decoration:		none;
	color:					#eee; /*FFD572;*/
	display:				block;
	padding:				2px 5px;
	cursor:					pointer;
}

#submenu li a:hover{
	background-color:		#C2411D;
	color:					#000;
}

#submenu_left {
	float: 					left;
/*	background-color: 		#afa;*/
	width: 					138px;
	text-align:				left;
}

#submenu_middle {
	float: 					left;
	background: 			transparent none;
	width: 					0px;
}

#submenu_right {
	float: 					left;
/*	background-color: 		#afa;*/
	width: 					58px;
	text-align:				right;
}

#submenu_head {
	height:					8px;
	background:				transparent url(../pics/submenu_head.png) repeat-y;
	width:					216px;
}

#submenu_footer {
	height:					8px;
	background:				transparent url(../pics/submenu_footer.png) repeat-y;
	width:					216px;
}
