/* ********** Style for Setting: $DropDownSkinVersion = 0 */
/* ********** MenuBar Drop Down Menu formatting */
#menubar ul{ /* toplevel */
	padding:0;
	margin:0;
	list-style:none;
}
#menubar ul li{
	font-size: 90%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
    text-indent: 0px;
	width: 24.85%;
	line-height: 17px;
	border-left:1px solid white;
}
#menubar ul li ul{ /* sublevel */
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	/*top:12pt;*/
	left: 0px;
}
#menubar ul li ul li{
	font-size: 90%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: center;
    text-indent: 0px;
	line-height: 17px;
	width: 100%;
	opacity:0.895;
	border:0;
}
#menubar ul li a, #menubar ul li ul li a {
	display:block;
	width: 100%;
	text-decoration: none;
	color:white;
}

#menubar ul li:hover ul, #menubar ul li.over ul{
	display:block;
    width: 100%;
    padding: 0;
    margin: 0;
}

#menubar ul li>ul{
	/*top:auto;*/
	left:auto;
}

#menubar .menutitle{
	display:block;
/*	width:100px;*/
	font-weight: bold;
}

#menubar .menu1, #menubar .menu1 a {
	display:block;
	width:100%;
	background: DarkKhaki;
	color: white;
}

#menubar .menu1 a:hover, #menubar .menu1 a.over {
	display:block;
	width:100%;
	background: white;
	color: DarkKhaki;
	font-weight: bold;
}
#menubar .menu2,#menubar .menu2 a {
	display:block;
	width:100%;
	background: DodgerBlue;
	color: white;
}
#menubar .menu2 a:hover, #menubar .menu2 a.over {
	background: white;
	color: DodgerBlue;
	font-weight: bold;
}
#menubar .menu3,#menubar .menu3 a {
	display:block;
	width:100%;
	background: YellowGreen;
	color: white;
}
#menubar .menu3 a:hover, #menubar .menu3 a.over {
	background: white;
	color: YellowGreen;
	font-weight: bold;
}
#menubar .menu4,#menubar .menu4 a {
	display:block;
	width:100%;
	background: SandyBrown;
	color: white;
}
#menubar .menu4 a:hover, #menubar .menu4 a.over {
	background: white;
	color: SandyBrown;
	font-weight: bold;
}
