
description {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

body {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.footer {
    background-color: #182466;
	/*opacity: 0.6;*/
	position:fixed;
  	bottom: 0;
	left: 0;
	margin-right: auto;
	width: 100%;
	height: 30px;
  	color: #FFF;
  	text-align: center;
	font-size: 11px;
}

.footer a {
	color: #7D7650;
}

.footer a:hover {
	color: #FF8E1C;
}

.nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  /*font-weight: bold;*/
  display: inline-block;
}


#menu > li > ul > li > a {
    background-color: #D4D4D4;
}

#menu > li > ul > li > a:hover {
    background-color: #7D7650;
}

.nav-item {
  color: #1D2C7D;
}

#menu li:hover > a,
#menu .active > a
{
	color: #FF901D;
}
