#navigation li {
	float: left;
  display: block;
  padding: 0px;
}
#navigation ul {
	color: #DF1D3E;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	display: block;
  padding: 3px;
}
#navigation a:link, 
#navigation a:visited {
  color: #000051;
  font-weight: bold;
  text-decoration: none;
}
#navigation a:hover, 
#navigation a:focus {
  color: #000051;
  background: #FFE4B5;
  font-weight: bold;
  text-decoration: none;
}
#navigation a.active {
	background: #000051;
	color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#subnav {
	margin-bottom: 25px;
}
#subnav a {
	color: #F0AD7A !important;
	padding-right: 10px;
	font-size: 15px;
}
#subnav a:hover {
	color: #000051 !important;
	text-decoration: none !important;
}
#subnav a.active {
	color: #000051 !important;
}

/*
	Content
*/

/*
	Footer
*/
#footer a {
	color: #DF1D3E;
	text-decoration: none;
}
#footer a:hover {
	color: #69656E;
	text-decoration: none;
}
#footer a.active {

	text-decoration: none;
}

/*
	Chrome-Style-Navigation
*/
.chromestyle {
	font-weight: bold;
}
.chromestyle:after{ 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}





.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	background: #FFF; 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	background-color: #FFE4B5;
	line-height: 18px;
	position: absolute;
	
	text-align: left;
	top: 0;
	visibility: hidden;
	width: 150px;
	z-index: 100;
}


.dropmenudiv a {
	background-image: none !important;
	color: #000051;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
	width: auto;
}

.dropmenudiv a:hover{ 
	background: #FCD299 !important;
	color: #000051 !important;
}


/*
	Textlinks
*/
.nav-lastminute-link:hover {
	text-decoration: none;
}
