/* CSS Document */
#fondoList {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	background: url(../images/graphic/fondo_menu.gif) no-repeat scroll left top;
	width: 173px;
	height: 250px;
	padding-top:5px;
}
#navlist {
	width: 170px;
	color: #FFFFFF;
	height: 223px;
}

#navlist ul {
	font-size: 14px;
	list-style-type: none;
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
	margin:0px;
	padding:0px
}

#navlist li {
	margin: 0;
	padding:0px;
	height: 29px;
	background-image:  url(../images/graphic/line_menu.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;

}
#navlist a {
	display: block;
	color: #FFFFFF;
	padding: 2px 0px 0px 40px;
	font-weight: bold;
}

#navlist a:link, #navlist a:visited {
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
	background-image:  url(../images/graphic/line_menu_roll.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #2D1E2D;
}
