		/*this is the css for the horizontal version*/
		.horizontal
		{
				
		}
		
		.horizontal ul
		{
			float:left;
			list-style-type: none;
			white-space:nowrap;
			padding: 0px;
			background: url(../images/bgr_menu.gif) top left repeat-x;
			display: block;
			height: 25px;
			
		}
		
		
		
		.horizontal ul li ul
		{
			display:none;
			
		}
		
		.horizontal ul li{
			float: left;
			display: inline;
			background: url(../images/bgr_menu_divider.gif) left top no-repeat;
			border-top:solid 1px #CB1929;
			padding: 6px 0px 0px 0px;
			height:18px;
			
			
		}
		
		.horizontal ul li:hover
		{
			background-color: #FFE6E8;
			
		}

		.horizontal ul li:hover a
		{
			
			color: #CB1929;
		}
		
		.horizontal li a{
			
			white-space:nowrap;
			height: 1.35em;
			float: left;
			display: inline;
			padding: .1em 1px;
			border: 0px solid;
			border-left: none;	
			
		}
		.horizontal li li a{
			border-top: none;
			border-left: 0px solid;
			
		}
		.horizontal li ul
		{
			list-style-type:circle;
			position: absolute;
			float:left;
			margin-top: 16px;
			margin-left: 2px;
			background:#FFE6E8;
			border: none;
			display: block;
			padding:2px 0px 2px 0px; 
			width:182px;
		}
				
		.horizontal li ul li
		{
			padding:0px;
			border:none;
			width: 180px;
		}
		
		.horizontal li ul li a{
			
			color:#000;
			
		}
		
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 156px;
		}
		
		.horizontal ul li ul li a{
			width: 180px;			
			color:#000;
			
		}
		
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/		
		
				
		.color li a.top_parent
		{
			text-decoration: none;
			color: #FFE9E9;			
			font-weight:bold;
			font-family:Arial;
			font-size:12px;	
			
		}
		.color li a.top_parent:hover{
			
			border-color: #FFE6E8;
			font-weight:bold;
			font-family:Arial;
			font-size:12px;
		}
		.color li a.parent{
			background-color: white;
			color: black;
			border-color: #DECFB2;
			font-weight:bold;
		}
		.color li a.parent:hover{
			background-color: #8B8C53;
			color: black;
			border-color: #DECFB2;
			font-weight:bold;
		}
		
		.color li a.child
		{
			background-color: #FFE6E8;
			list-style-type:circle;
			color: #000;
			border-top:solid 1px #FFCBCF;
			font-weight:normal;				
			
		}
		
		.child
		{
			color:#000 !important;
		}
		
		.color li a.child:active
		{
			color:#000;
		}
		
		.color li a.child:hover
		{
			background-color: #D21728;
			color: #fff !important;
			font-weight:normal;
		}
		
		
		