/*this is the css for the vertical version*/
/*this is the css for the horizontal version*/
.horizontal ul{
	border: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.horizontal ul li{
	position: relative;
}
.horizontal ul li ul.left_menu1 li {
	padding: 0px;
	margin-left: 0px;
}
.horizontal ul li ul.left_menu1 {
	padding: 2px;
	border: solid 1px #ccc;
}
.horizontal ul li ul.left_menu1 li a, .horizontal ul li ul.left_menu1 li  ul.left_menu1 li a {
	display: block;
	width: 87px;
	text-decoration: none;
	border-top: solid 1px #fff;
	padding: 4px 6px 4px 20px;
	overflow: hidden;
	line-height: 16px;
	text-transform: none;
	white-space: normal;
}
.horizontal ul li ul.left_menu1 li a {
	width: 200px;
}
.horizontal ul li ul.left_menu1 li  ul.left_menu1 li l a {
	width: 100px;	
}

.horizontal ul li ul.left_menu1 li a:hover {
	background: #efefef url(../images/arrow_simple.gif) no-repeat 1px 2px;
}
.horizontal li li{
	float: none;
	margin-bottom: -1px;
}
.horizontal li li.last{
	
}
.horizontal ul li ul{
	position: absolute;
	top: 1.3em;
	left: -1px;
	margin-top: 0px;
}
.horizontal ul ul ul{
	top: -1px;
	left: 226px;
	margin-top: 0;
}
.horizontal.left ul ul ul,.horizontal .left ul ul{
	top: -1px;
	left: -128px;
}
.horizontal ul li li a{
	border-top: none;
}
.horizontal ul li:first-child>a{
}
.horizontal ul li a.first{
}
.horizontal ul li li a.first{
}
.horizontal ul li li:first-child>a{
}
div.horizontal ul li.pixelfix ul{

}
div.horizontal ul li.pixelfix ul ul{
	left: 128px;
}
/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
.mlmenujsjs li ul {
	display: none;
}
.mlmenu li:hover>ul{
	display: block;
}
/*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*/
.accessible li ul{
	display: none;
}
/*Code to show an element has a child*/
.mlmenu.plus li a:first-child:not(:last-child):after{
	content: '+';
}
.plus a span{
	padding-left: .5em;
}
.noshow{
	visibility: hidden;
}
/*colors for menu*/
.blackwhite li a{
}
.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
	color: white;
}
.blackwhite li:first-child>a:hover{
}
.blackwhite ul{

}

.haschild, #haschild1, #haschild2 {
}