a
{
		outline: none;
}

div.menuTree
{
	width: 200px;
	border: solid 1px black;
}

div.menuTree UL
{
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	display: none;
}

div.menuTree UL LI
{
	list-style: none;
	padding: 0px;
	padding-left: 0px;
	margin: 0px;
	white-space: nowrap;
	line-height: 28px;
}

div.menuTree UL LI.parent
{
	background: url(../images/menus/mainmenu_active_0.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	text-align: left;
	padding-top: 4px;
	padding-left: 25px;
}

div.menuTree UL LI.parent:hover
{
	border: 0px solid #cccccc;
	background: url(../images/menus/mainmenu_0.gif) no-repeat;
	color: #FF9933;
	font-weight: bold;
	padding-top: 3px;
}

div.menuTree UL LI.parent A:active
{
	color: red;
}

div.menuTree UL LI.child
{
	background: url(../images/menus/submenu_0.gif) no-repeat;
	margin-left: -25px;
	margin-top : -1px;
	height: 28px;
	width: 175px;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-align: left;
	padding-left: 28px;
}

div.menuTree UL LI.child:hover
{
	background: url(../images/menus/submenu_1.gif) no-repeat;
	margin-left: -25px;
	color: #FF9933;
}

div.menuTree UL LI.child A:active
{
	color: red;
}

div.menuTree UL LI.parent
{
	background: url(../images/menus/mainmenu_1.gif) left top no-repeat;
}

div.menuTree UL LI.expanded
{
	background: url(../images/menus/mainmenu_active_0.gif) left top no-repeat;
}
