/* Global Styles */

/* ID Styles */
#mainMenuL {
	width: 120px;
	margin: 0;
	background-color: #C2E0BA;
	color: #336600;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../images/main_MenuL.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DEECD6;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#mainMenuL a {
	color: #346633;
	letter-spacing:0em;
	text-decoration: none;
	display:block;
	padding:0px 0px 0px 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}	
#mainMenuL a:hover {
	background: #DEECD6;
	color:#679966;
	}	
#menuCell {
	padding: 0px;
	width: 160px;
	height: 20px;
	margin: 0;
	background-color: #C2E0BA;
	border-bottom: 1px solid #DEECD6;
	color: #336600;
	text-align: left;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#menuCell a {
	color: #346633;
	line-height:20px;
	letter-spacing:0em;
	text-decoration: none;
	display:block;
	padding:0px 0px 0px 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}	
#menuCell a:hover {
	background: #DEECD6;
	color:#679966;
	}	
#navigation td {
	border-bottom: 1px solid #DEECD6;
	color: #336600;    
	}	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #336600; 
	line-height:20px;
	letter-spacing:0em;
	text-decoration: none;
	display:block;
	padding:0px 0px 0px 3px;
	}	
#navigation a:hover {
	background: #DEECD6;
	color:#6600FF;/*   */
	}		

