/* -- General Styles ---------------------------------- */

.txt_std_09_grey { font: normal 9px "Trebuchet MS", Verdana, Arial; color: #AAAAAA; }
.txt_std_11 { font: normal 11px "Trebuchet MS", Verdana, Arial; }
.txt_std_12 { font: normal 12px "Trebuchet MS", Verdana, Arial; }

#nav_left ul { margin-top:5px }
#nav_left li { list-style-type:square; color:#9999FF; font:normal 13px "Trebuchet MS", Verdana, Arial; }

#adv_footer { border:1px solid #BDD6EF; }
#adv_footer td { border:1px solid #BDD6EF; }

.foot_quote { font: bold 13px "Trebuchet MS", Verdana, Arial; color: #6699FF; }
.foot_links_title { color: #336699; font-weight: bold; }
.foot_links_pipe { color: #66CC66; }


/* -- Horizontal Menu Styles -------------------------- */
#menu_container {
	width: 956px;
	border: solid 1px #C6D7E5;
	border-spacing: 0;
	padding: 0;
	}
#menu {
	height: 30px; padding-bottom: 2px;
	background-color: #EEEEEE;
	}
#menu ul {
	list-style: none;
	margin: 0; padding: 0;
	}
#menu li {
	display: inline;
	line-height: 30px;
	background: #EEEEEE;
	margin: 0; padding: 0;
	}
#menu a {
	text-decoration: none;
	font: normal 12px Tahoma; color: #006699;
	border: solid 1px #EEEEEE;
	margin: 0; padding: 4px; padding-left: 6px; padding-right: 6px;
	}
#menu a:hover {
	text-decoration: none;

	/*color: #FF9900; /*orange*/
	/*background: #FFE5CC; /*goes with the orange*/
	/*border: solid 1px #FF9900; /*orange*/

	color: #66CC66; /*green*/
	background: #DDFFDD; /*goes with the green*/
	border: solid 1px #66CC66; /*green*/
	}

