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

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

.footer {
    background-color: #474747;
	/*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: #89A6B0;
}

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

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


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

#menu > li > ul > li > a:hover {
    background-color: #89A6B0;
}

.nav-item {
  color: #FFFFFF;
}

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