/*menu personal*/
#menu_pers	{
	width: 200px;
	margin: 0;
	padding: 0;
}
#menu_pers div.top	{
	background: url(../images/menu_pers_top.gif) no-repeat top center;
	background-color: #8D8D8D;
	height:60px;
	padding:17px 25px 0px 12px;
}
#menu_pers div.mid	{
	background: url(../images/menu_pers_mid.gif) repeat-y top center;
	padding: 10px 6px 0 12px;
	/*height: 210px;*/
}
#menu_pers div.bot	{
	background: url(../images/menu_pers_bot.gif) no-repeat bottom center;
	height: 12px;
}
#menu_pers h2	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: lighter;
	line-height: 23px;
	/*letter-spacing: 1px;*/
	text-transform: lowercase;
	margin: 0;
	padding: 0 0 20px 0;
}
#menu_pers ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_pers ul li	{
	display: block;
	color: #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 0 6px 0;
}
#menu_pers ul li a	{
	color: #9A9A9A;
	text-decoration: none;
}

