#navcontainer {
	position: relative;
	background:#fff; /* DEAE1E */
	padding-top: 30px;
	width: 169px;
	float: left;
}


#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { 
	padding: .0em;
	/* padding-left: .6em; */
	border-bottom: 1px dotted #ccc;
	width: 169px;
}

#navcontainer a {
	display: block;
	/* color: #FFF; */
	font-weight: bold;
	background-color: #fff;
	width: 139px;
	_width: 169px; /* ie */
	padding: .4em .8em; /* top right bottom left */
	padding-left: 22px;
	text-decoration: none;
}

#navcontainer a:link, #navcontainer a:visited {
	/* color: #333; */
	/* background-color: #036; */
	font-weight: bold;
	text-decoration: none;
	background-image: url(seta_menu.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;	
}

#navcontainer a:hover {
	background-color: #DEAE1E;
	color: #FFF;
	background-image: url(seta_menu2.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;	
}
