@charset "utf-8";
/* CSS Document */

#third_level_menu_container{
	width:180px;
background-color:#F296AF; 
background-repeat:no-repeat;
background-position:top;
margin-top:10px;
margin-bottom:10px;
}
#third_level_menu_title{
	width:180px;
	background: url('/images/third_menu_top.png');
	display:block;
	height:38px;
	line-height:38px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}

#third_level_menu{text-align:left;}
#third_level_menu span{height:18px;}
#third_level_menu a{
	display:block;padding-left:42px;background-color:#FA5F9A;color:#FFFFFF;margin:5px 0;
	background-image:url('/images/third_menu_arrow.png'); background-repeat:no-repeat; background-position:12px;
}

#third_level_menu ul li a{	
	background-color:#F296AF; 	padding-left:48px;	color:#000000;	margin:5px 0;
	background-image:url('/images/third_menu_sub_arrow.png'); background-repeat:no-repeat; background-position:30px;
}

#third_level_menu .selected{
	font-weight:bold;
}

/*---------------------- End Menu --------------*/