/* CSS Document */

UL LI   {
    list-style-type:    square;
	color: #a70018;
	font-size: 10px;
}

UL LI LI    {
    list-style-type:    circle;
}

UL LI LI LI {
    list-style-type:    square;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

.LeftMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: none;
	font-variant: normal;
	color: #ffffff;
	margin-top: 18px;
	margin-bottom: 20px;
}
.LeftMenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	font-variant: normal;
	color: #a70018;
	}

.LeftMenu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	font-variant: normal;
	color: #a70018;
}

