
#root-menu-div ul {
	border: 1px solid #4d627b;
}
#root-menu-div li{
	white-space:nowrap;
}
* html #root-menu-div li{
	height: 1.4em; /* fixing ie6 problem */
}

ul a:link, ul a:visited, ul a:hover {
    text-decoration:none;
}

ul.menu,
#root-menu-div ul {
	background-image: url("/img/prodmenubg.gif");
	list-style: none;
	margin: 0;
	padding: 0.5em;
	font-size:13px;
}

li.menu-separator.active{
	background-color: transparent;
}
li.active, li.active a:link, li.active a {
/*	background-color: #888; */
/*	text-decoration:underline;*/
	color:#ddffff;
}
.activetarget{
	background-color: white;
}

* html div.menu-item {
	display: inline; /* fixes problem in ie6 */
}

li.menumain {
	float: left;
	padding: 0 10px;
}
div.menu-item {
	padding: 1px 10px 1px 4px;
}
img.menu-item-arrow{
	position: absolute;
	right: 4px;
	top: 8px;
}
li.menu-separator{
	border-bottom: 1px solid #000;
	font-size: 0; /* for ie */
	height: 0;
	line-height: 0; /* for ie */
	margin: 2px 0;
}
li.red {
	color: red;
}
li.blue {
	color: blue;
}


