@charset "UTF-8";
.layout  /* major links of Navigation */
#main_menu/* NOT being used - Accordion */

  {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 0 0;
	line-height: 2.2em;
	border-bottom: #ffffff 1px solid;
	background-color: #CCCCCC;
	}	
.layout   #main_menu     a {
	color: #333333;
	display: block;
	width: 115px;
	padding: 0px 20px;
	border-top: #ffffff 1px solid;
	border-bottom: #d3d2ca 1px solid;
	text-decoration: none;
	}
.layout #main_menu        a:hover {
	color: #fafaf2;
	}		
.layout  /* sublinks of site */	
#sub_menu {
	list-style: none;
	font-size: 10px;
	font-weight: 100;
	margin: 0px 0 0 0;
	line-height: 2em;
	border-bottom: #ffffff 1px solid;
	background-color: #fafaf2;
}
.layout   #sub_menu   a {
	color: #333333;
	display: block;
	padding: 0px 20px;
	background:  url(../images/mm_bullet.gif) no-repeat 10px 50%;
	border-top: #ffffff 1px solid;
	border-bottom: #d3d2ca 1px solid;
	text-decoration: none;
	width: 114px;
}
.layout   #sub_menu   a:hover {
	background: #006600 url(../images/mm_bullet_on.gif) no-repeat 10px 50%;
	color: #fafaf2;
}					 

