/* style for menu container */

#menu_navigation_container
{
	height: 170px;
	width: 750px;
	left: 0px;
	top: 0px;
	overflow: visible;
}

/* styles for other items in top block */
	
#topimage {
	background-image: url(../images/common/top_bar_building.jpg);
	height: 60px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #615D5C;
	position: relative;
}

#homelogo {
	background-color: #615D5C;
	float: left;
	border: 1px none #FFFF00;
	margin: 0px;
	padding: 0px;

}

#homelogo a img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
		
}

/* styles for main navigation menu - 6 block links*/

#navcontainer
{
	padding: 0px;
	right: 0px;
	float: right;
	display: inline;
	position: relative;
	width: 100%;
	background-color: #615D5C;
	margin: 0px;
}

#navcontainer ul
{
	color: White;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	padding: 0;
	margin: 0;
	float: right;
	font-size: 90%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	color: White;
	text-align: left;
	margin: 0px;
	border: none;
	float: left;
	width: 5.75em;
	padding: 1em;
	height: 6em;
	text-decoration: none;
}

#navcontainer ul li a em
{
	text-decoration: underline;
	font-style: normal;
}

#navcontainer ul li a:hover
{
	background-color: #666666;
	color: #000000;
}

.fm {
	background-color: #6C5154;
	padding: 0px;

}
.me {
	background-color: #76474d;
}
.rsd {
	background-color: #7f3c46;
}

.mps {
	background-color: #88313e;
}

.cp {
	background-color: #912637;
}

.as {
	background-color: #9a1b30;
}

/* styles for smaller submenu*/

#navcontainersmall
{
	overflow: visible;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 1px none #000000;
	bottom: 0px;
	float: right;
	clear: left;
}

#navcontainersmall ul
{
	color: White;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	padding: 0;
	font-size: 90%;
	margin: 0;
}

#navcontainersmall ul li {
	display: inline;
}

#navcontainersmall ul li a
{
	color: #000000;
	text-decoration: none;
	float: right;
	text-align: center;
	margin: 0px;
	border: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#navcontainersmall ul li a em
{
	text-decoration: underline;
	font-style: normal;	
}

#navcontainersmall ul li a:hover
{
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}

.ci {
	background-color: #A31028;
}

#social-media {
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: transparent;
}

#social-media a {
  background-color: transparent;
}
