body { font-family: Calibri; }

a.nav_menu_link { font-weight: bold; font-size: 19px; color: #C9C9C9; text-decoration:none; }

a.nav_menu_link:hover { color: black; }

a.logo:hover { text-decoration:none; }

/*
    a:link    { color:#222222; text-decoration:none; }
    a:visited { color:#222222; text-decoration:none; }
    a:active  { color:#222222; text-decoration:none; }
    a:hover   { color:#AAAAAA; text-decoration:underline; }
*/

#footer { background: #575757; width: 100% }

.dropdown-toggle:hover { color: black; background: #58575B !important; }

.dropdown-toggle-selected { color: black; background: #58575B !important; }

.menuitem.dropdown > .dropdown-menu {
    left: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -1px !important;
    position: absolute;
	max-width: 160px;
	min-width:0px;
	background: #58575B;
	border: 0px;
}

div.col-xs-2 > ul > li > ul > li > a 
{
	font-family: Calibri !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: black;
}

div.col-xs-2 > ul > li > ul > li > a:hover
{
	background: #C4C7CA;
	color: black;
}

.dropdown-toggle2:hover { background: #58575B !important; }

