DIV#navbar {
    position: relative;
    top: 0px; 
    left: -1px;
    z-index: 100;
    height: 20px;
    margin: 0;
    padding: 0;
    border-top: 0px solid #000;
    text-align: center;
}
DIV#navbar UL {
    margin: 0; 
    padding: 0;
    float: left;
    border-right: 1px solid #000;
    background: url(http://www.evsource.com/images/bg_navbar1.gif);
}
DIV#navbar LI {
	position: relative; 
	list-style: none; 
	margin: 0; 
	float: left;
}
DIV#navbar LI A {
	display: block;
	color: #fff;
	text-decoration: none; 
}
DIV#navbar UL.level1 LI.submenu {
	background: transparent url(http://www.evsource.com/images/clear.gif); 
	border-left: 1px solid #000;
	border-right: 1px solid #e3dfa9;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}
DIV#navbar UL.level1 LI.submenu:hover {
	background: transparent url(http://www.evsource.com/images/bg_navbar_on.gif); 
	left: 0px;
	right: 0px;
}
DIV#navbar UL.level1 LI.submenu A {
	padding: 0 24px 0 24px;
}
DIV#navbar UL.level2 {
	position: absolute;
	top: 20px; 
	left: -1px;
	display: none;
	border-right: 0px solid #000;
	background: none;
}
DIV#navbar UL.level2 A {
	width: 90%;
	font: 12px/12px Arial, Helvetica, sans-serif; 
	color: #fff;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}
DIV#navbar UL.level1 LI.submenu:hover UL.level2 {
	display: block;
}
DIV#navbar UL.level2 LI {
	clear: both;
	width: 200px;
	padding: 3px 0 3px 0;
	background: #57473a;
	border: 1px solid #000;
	border-top: 1px solid #e3dfa9;
	text-align: left; 
}
DIV#navbar UL.level2 LI A {
	margin: 0 !important;
	padding-left: 24px !important;
}
DIV#navbar UL.level2 LI:hover {
	background: #e3dfa9;
}
DIV#navbar UL.level2 LI:hover A {
	color: #000 !important;
}
