html>body div.outerbox
{
	padding: 0 5px 5px 0;
}

html>body div.outerbox div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(menushadow.png) no-repeat right top;
}

html>body div.outerbox div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(menushadow.png) left bottom;
}

html>body div.outerbox div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(menushadow.png) no-repeat right bottom;
}

html>body .innerbox
{
	margin: 0;
	display: inherit;
}

/* --------------------------------------------*/

#root-menu-div ul {
	border: 1px solid #ddd;
}

#root-menu-div li{
	white-space:nowrap;
}

* html #root-menu-div li{
	height: 1.5em; /* fixing ie6 problem */
}

ul.menu,
#root-menu-div ul {
	background-color: green; /* drop menu bg */	
	list-style: none;
	margin: 0px;
	padding: 0px 3px;
	
	font-size: 14px; 
	font-weight: bold;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}

div.menu-item a, div.menu-item a:visited  {
	color: white;
}



li.active {
	background-color: #888;
	font-color:red;
}

li.active a:hover {
	background-color:#888;
	color: red;	
}

li.menu-separator.active{
	background-color: transparent;
}

.activetarget{
	background-color: transparent;
	color:red;
}

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

li.menumain {
	float: left;
	padding: 0 10px;
}

li.menumain a { color: yellow} /* useless? */
li.menumain a:hover { color: black; background:yellow;} /* useless? */

div.menu-item {
	padding: 2px 5px;
}



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;
}
