.nav_2 { 	/*display: block;*/	width:150px;	padding: 0px 0px 0px 0px;	margin: 7px 0px 7px 8px;	/*height:20px;*/	/*oben  rechts  unten  links*/	/*background-color: #CCCCCC;*/	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333333;	font-weight: normal;	text-decoration: none;	}.nav_2 a:link, .nav_2 a:active, .nav_2 a:visited {	padding: 0px 0px 0px 13px;	margin: 0px 0px 0px 0px;	/*       obe rec unt lin     */	background-image: url(img/arrow_white.gif);	background-repeat:no-repeat;	color: #333333;	text-decoration: none;	display:block;	}.nav_2 a:hover {	padding: 0px 0px 0px 13px;	background-image: url(img/arrow_red.gif);	background-repeat:no-repeat;	color: red;	}		.nav_self_2 { 	/*display: block;*/	width:150px;	margin: 7px 0px 7px 8px;	/*height:20px;*/	/*oben  rechts  unten  links*/	/*background-color: #CCCCCC;*/	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	/*color: #333333;*/	font-weight: normal;	background-image: url(img/arrow_red.gif);	background-repeat:no-repeat;	}.nav_self_2 a:link, .nav_self_2 a:active, .nav_self_2 a:visited {	padding: 0px 0px 0px 13px;	background-image: url(img/arrow_red.gif);	background-repeat:no-repeat;	color: #ff0000;	text-decoration: none;	display:block;	}.nav_self_2 a:hover {	padding: 0px 0px 0px 13px;	background-image: url(img/arrow_red.gif);	background-repeat:no-repeat;	color: red;	}
