﻿html,body
{
	background-color:Black;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.rootItem
{
	background-image:url('bgmenu1.png');
	background-repeat:repeat-x;
	height:30px;
	padding-left:15px;
	color:Black;
	font-family:Arial;
	font-weight:bold;
	background-color:WhiteSmoke;
	border-width:1px;
	border-style:solid;	
	border-color:Gray;
}
.rootItem div:hover
{
	background-image:url('bgactivemenu.png');
}
.itemNode
{
	color:Black;
	font-family:Arial;
	font-weight:bold;
	font-size:small;
	background-color:WhiteSmoke;
	margin:0;
	list-style-type: none;
	padding-left:15px;
}
.itemNode a
{
	text-decoration:none;
	color:Black;	
}
.itemNode a:hover
{
	text-decoration:underline;
	color:Blue;	
}

