/* CSS Document */

	/*#imenus0 .imeam span,#imenus0 .imeamj span { 
	background-image:url(image/stub_arrow_down.gif); 
	width:8px; height:6px; left:-11px; top:5px; 
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span { 
	background-image:url(image/stub_arrow_down.gif); 
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	#imenus0 ul .imeas span,#imenus0 ul .imeasj span { 
	background-image:url(image/stub_arrow_right.gif); 
	width:6px; height:8px; left:-6px; top:3px; 
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	#imenus0 ul li:hover .imeas span,#imenus0 ul li a.iactive .imeasj span { 
	background-image:url(image/stub_arrow_right.gif); 
	background-repeat:no-repeat;
	background-position:top left;
	}*/
	
	#imouter0 { 
	background-color:#ffffff; 
	border-style:none; 
	/*border-color:#6a6a6a; 
	border-width:1px;*/ 
	padding:0px; 
	margin:0px; 
	}
	
	#imenus0 li ul { 
	background-color:#969682; /* changes the background color of the drop down menus */
	/*border-style:solid; 
	border-color:#687a54; 
	border-width:1px;*/
	border-style: none;
	padding:5px 8px 5px 7px; 
	margin:0px; 
	}
	
	#imenus0 li a, #imenus0 .imctitle { 
	height:16px; 
	/*background-color:#c9c8b3; */
	color:#8C8C8C; /* changes the color of the horizontal menu links */
	text-align:left; 
	font-family: verdana, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	text-decoration:none; 
	/*border-style:solid;
	border-color:#687a54; 
	border-width:1px; */
	border-style: none;
	padding:5px 1px 5px 5px; 
	margin:1px 1px 2px 0px; 
	}
	
	#imenus0 li:hover>a {
	background-color:#c9c8b3; /* changes the color of the background of the horizontal menu links when hovered*/
	/*color:#efefef; */
	color: #BF0000;
	text-decoration:none; 
	}
	
	#imenus0 li a.ihover, .imde imenus0 a:hover {
	background-color:#c9c8b3; /* changes the color of the background of the horizontal menu links when hovered*/
	/*color:#efefef; */
	color: #BF0000;	
	text-decoration:none; 
	}
	
	#imenus0 li a.iactive {}
	
	#imenus0 ul a, #imenus0 .imsubc li .imctitle  {
	height:auto; 
	background-color:transparent; 
	/*color:#2c4026; */
	color: #FFF; /* changes the color of the links in drop down */
	text-align:left; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration:none; 
	/*border-style:solid; 
	border-color:#dcedcd; 
	border-width:1px 0px; */
	border-style: none;
	padding:2px 5px; 
	margin:0px; 
	}
	
	#imenus0 ul li:hover>a {
	/*background-color:#8c8c8c; /* changes the color of the roll over decoration in the drop down */
	color: #BF0000; /* changes the color of the links in the drop down when hovered */
	text-decoration:none; 
	/*border-color:#687a54; */
	}
	
	#imenus0 ul li a.ihover {
	/*background-color:#8c8c8c; /* changes the color of the roll over decoration in the drop down */
	color: #BF0000; /* changes the color of the links in the drop down when hovered */
	text-decoration:none; 
	/*border-color:#687a54; */
	}
	#imenus0 ul li a.iactive {}