@charset "UTF-8";

ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 padding: 0px 0px;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
     background: #19435b;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */


    ul.dropdown ul ul {
	top:-2px;
	left:207px;
	text-align:left;
	}
    
	ul.dropdown ul {
        border: #FFFFFF solid 2px;
		width:207px;

	}

		ul.dropdown ul li {
        text-align:left;
		letter-spacing:.07em;
		background: #889ea7;
		width:200px;
		padding-left:7px;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */





/* -- Components override -- */

/* -- Components override -- */


.menuhome {
	width:96px;
	text-align:center;
}
.menuabout {
	width:116px;
	text-align:center;

}
.menuhistory {
	width:112px;
	text-align:center;
}
.menumaps {
	width:96px;
	text-align:center;
}
.menuservices {
	width:108px;
	text-align:center;
}
.menuoservices {
	width:139px;
	text-align:center;
}
.menumailing {
	width:121px;
	text-align:center;
}



ul.dropdown-horizontal ul *.dir {
	background-image: url(/images/global/arrow.gif);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
