#tafMenue {
          text-align:left;
}
#tafMenue, #tafMenue a, #tafMenue ul {
          font-size:11px;
          font-family: Verdana, Arial, Helvetica, Sans-Serif;
          line-height:1.2em;
}


#tafMenue ul {
	padding: 0;
	margin: 0;
        /*float:left;*/
	list-style: none;
	width : 190px;
	background: transparent;
                text-align:left;
}
#tafMenue li { 	
        list-style: none;
        /*float:left; */
	background: url(/images/bullet_navi.gif) transparent no-repeat 0px 6px;
	width: 182px; /* width needed or else Opera goes nuts */
	_width: 190px; /* width recognized by IE only to handle box model issues */
	line-height : 18px;
	margin: 0;
	padding: 0;
	border: 0;
}
#tafMenue a
{
        padding-right: 0px;
	display: block;
	padding-left: 11px;
	padding-bottom: 6px;
	color: #ed8a09;
	padding-top: 6px;
	text-decoration: none;
	font-weight: normal;
	width: 179px;
	_width: 190px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#tafMenue a:hover
{
	color: #ED8A09;
	text-decoration: underline;
}

#tafMenue ul a
{

	background-position:0px 6px;
	border-bottom:1px dotted #9b9b9b;
}

span.LinkVisited {
               text-decoration:underline;
}