#nav {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: -18px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

#nav a:hover {
	color: #DD0121;
	text-decoration: none;
	border-bottom: none;
}

#nav img {
	margin-right: 7px;
	margin-bottom: 0px;

}

#nav ul li {
	margin-top: 0px;
	margin-left: -50px;
	padding: 0px;
	list-style-type: none;
}

#nav li#open a {
	color: #DD0121;
}

.icon a:hover{
padding-left:  5px;
margin-right:  -5px;}

/* -- SUB -- */

#nav_entries {
	margin-bottom: 10px;
    color: #FFFFFF;
}

#nav_entries li#normal a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#nav_entries li#normal a:hover {
	color: #DD0121;
	text-decoration: none;
	border-bottom: none;
}

#nav_entries ul li {
        margin-left: 35px;
}

#nav_entries ul#open {
	background-image: url(/layout/headline_box.gif);
	background-repeat: no-repeat;
	background-position: 58px 3px;
}

#nav_entries li#open a {
   	text-decoration: none;
    color: #DD0121;
}