/* Navigation */

nav {
	margin-bottom: 30px;
	position: relative;
}

nav ul {
	overflow: hidden;
	padding-bottom: 10px;
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style: none;
	font-family: 'Conv_D3Euronism';
 }

nav li {
	padding: 10px 0px 0px 50px;
	height: 45px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-size:16px;
	text-transform: uppercase;
	background-image: url(../images/menu-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: 'Conv_D3Euronism';
 }

nav li a {
	color: #FFF;
	font-weight: bold;
}

nav li a:hover,
nav li a:focus,
nav li a.current {
	color: #ed1a3b;
}

nav #indicator {
	position: absolute;
	left: 15px;
	bottom: 5px;
	width: 12px;
	height: 7px;
 }
nav  li span{
	text-align: left;
	color: #ed1a3b;
	font-weight: bold;
    }
nav  li div{
	padding-top:10px;
  }




/* Content */

#content section {
	display: none;
}

#content p {
 	max-width: 50em;
	line-height:18px;
 	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}
#content a{
	color:#ed1a3b;
 }
#content a:hover{
	color:#CCCCCC;
 }

 