@charset "utf-8";

div.newmenu
{
	font: bold 12px arial, "lucida grande",verdana, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.newmenu
{
  position: relative;
  margin: 0;
  padding: 0;
  height: 20px;
  list-style: none;
  float: left;
}
ul.newmenu ul
{
  position: absolute;
  top: 20px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background-color: #D7DFDF;
}
ul.newmenu:hover ul
{
  display: block;
}
#leftline
{
  border-style: none none none solid;
	border-width: 1px;
	border-color: #EEE;
}
div.newmenu ul li
{
  width: 154px;
}
#wider
{
  width: 165px;
}
a.newmenuheader
{
  color:#FFF;
	display:block;
	text-decoration:none;
	line-height:20px;
	text-indent: 6px;
	text-align: left;
}
a.newmenuheader:hover
{
  background: #44697d;
}
a.newmenuitem
{
  display:block;
	text-decoration:none;
	line-height: 25px;
	text-indent: 6px;
	text-align: left;
  background: #D7DFDF;
}
a.newmenuitem:hover
{
  background: #44697d;
}
