.menufield
{
	width:752px;/*100%;*/
	height:30px;
	background-image: url('menuback.png');
	background-repeat: repeat-x;
	text-align: left;
	margin: 0 auto;
}

.newmenu
{
	width:740px;
	height:30px;
	font-family: Sans-Serif;
	position:relative;
	z-index:500;
	float:left;
}

/* hack to correct IE5.5 faulty box model */
* html .newmenu
{
	width:740px;
	w\idth:740px;
}

/* remove all the bullets, borders and padding from the default list styling */
.newmenu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.newmenu li
{
	float:left;
	width:123px;
	position:relative;
}

/* style the links for the top level */
.newmenu a, .newmenu a:visited
{
	display:block;
	font-size:11px;
	text-transform:none;
	letter-spacing:0px;
	text-align:left;
	text-decoration:none;
	color:#4498ff;
	width:128px;
	height:30px;
	padding:0px;
	padding-left:5px;
	line-height:30px;
	border-left: 1px solid #484848;
	border-right: 1px solid #484848;
	background: #404040;
	border-bottom: 1px solid #484848;
}

.newmenu a.toplevel, .newmenu a.toplevel:visited
{
	display:block;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	color:#4498ff;
	width:118px;
	height:30px;
	line-height:30px;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background: none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .newmenu a, * html .newmenu a:visited
{
	width:118px;
	w\idth:118px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.newmenu ul ul
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0;
	width:135px;
}

/* another hack for IE5.5 */
* html .newmenu ul ul
{
	top:30px;
	t\op:30px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.newmenu table
{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}


/* style the top level hover */
/*.newmenu a:hover, .newmenu ul ul a:hover, .newmenu a.toplevel:hover, .newmenu ul ul a.toplevel:hover
{
	color:#00bd0d;
	background-image: url('menug.png');
}
.newmenu :hover > a, .newmenu ul ul :hover > a, .newmenu :hover > a.toplevel, .newmenu ul ul :hover > a.toplevel
{
	color:#00bd0d;
	background-image: url('menug.png');
}*/

.newmenu a:hover, .newmenu ul ul a:hover, .newmenu a.toplevel:hover, .newmenu ul ul a.toplevel:hover
{
	color: #00bd0d;
	background: #606060;
}

.newmenu a.toplevel:hover
{
	background-image:url('menuback.png');
	background-repeat: repeat-x;
}

.newmenu :hover > a, .newmenu ul ul :hover > a, .newmenu :hover > a.toplevel, .newmenu ul ul :hover > a.toplevel
{
	color: #00bd0d;
}


/* make the second level visible when hover on first level list OR link */
.newmenu ul li:hover ul, .newmenu ul a:hover ul
{
	visibility:visible;
}
