@charset "utf-8";
/* kju.at 2008 */

#nav_main ul a {
	display:block;
	width:150px;
	text-decoration:none;
}
#nav_main ul a:hover {
	text-decoration:underline;
}
#nav_main ul {
	font-size:14px;
	/* font-weight:bold; */

	text-align:right;
}
#nav_main ul li {
	padding-bottom:10px;
	margin-bottom:5px;
	background:url(../images/bg_dotted.gif) repeat-x left bottom;
}

#nav_main ul ul li .first {
    margin-top:5px;
}

#nav_main ul .selected {
	color:#004D91;
}
#nav_main ul .selected a {
	color:#004D91;
	background:url(../images/icons/ico_arrow_blue.gif) no-repeat left 4px;
}

#nav_main ul ul {
	margin-top:0;
	font-size:11px;
	font-weight:normal;
	line-height:120%;
	letter-spacing:0;
}
#nav_main ul ul li {
	padding-bottom:0;
	margin-bottom:3px;
	background:none;
}
#nav_main ul ul .selected {
	color:#004D91;
}
#nav_main ul .selected ul a {
	color:#666;
	background:none;
}
#nav_main ul .selected ul .selected a {
	color:#004D91;
}