/* ID Styles */

#subnav td {
	border-bottom: 2px dotted #C0DFFD;
	}
	
#subnav a {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0em;
	text-decoration: none;
	display:block;
	padding:2px 6px 2px 20px;
	background: url(images/mm_arrow.gif) no-repeat 10px 45%;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #666666;
	}
	
#subnav a:hover {
	background: #E3E4C2 url(mm_arrow.gif) no-repeat 5px 45%;
	color:#000000;
	}
	
.subnav_Text {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	letter-spacing:0em;
	text-decoration: none;
	}
	
#subnavSec td {
	border-bottom: 2px dotted #C0DFFD;
	}
	
#subnavSec a {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0em;
	text-decoration: none;
	display:block;
	padding:2px 6px 2px 40px;
	background: url(images/mm_arrow.gif) no-repeat 30px 45%;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #666666;
	}
	
#subnavSec a:hover {
	background: #B0BB90 url(mm_arrow.gif) no-repeat 5px 45%;
	color:#000000;
	}
	
.subnavSec_Text {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	letter-spacing:0em;
	text-decoration: none;
	}

