﻿.Node
{
	background-image: url(Images/btn_menu.gif);
	width: 273px;
	height: 27px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 15px;
	color: White;
}

.Node a
{
	background-image: none;
}

.HoverNode
{
	background-image: url(Images/btn_menu_red.gif);
	text-decoration: none;
	color: Red;
	width: 273px;
	height: 27px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 15px;
}

.HoverNode a
{
	background-image: none;
}

.SelectNode
{
	background-image: url(Images/btn_menu_red.gif);
	text-decoration: none;
	color: Red;
	width: 273px;
	height: 27px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 15px;
}

.SelectNode a
{
	background-image: none;
}

