#Menu ul {
	margin: 0 0 0 0;
	padding-left: 10px;
	font-size: 10pt;
}

#Menu li {
	/* background: transparent url(images/tc_small_inactive.gif)	left top no-repeat; */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 10pt;
}

#active a:link, #active a:visited
{
	/* border: 1px solid #333;
	background-color: #FF6600; */
	/* background: transparent url(images/tc_small_active.gif)	left top no-repeat;*/
	padding-left: 10;
	color: #dc9655;
	font-weight: bold;
	text-decoration: none;	
	}

#inactive a:link, #inactive a:visited
{
	/* border: 1px solid #333;
	background-color: #FF6600; */
	/* background: transparent url(images/tc_small_inactive.gif)	left top no-repeat;	*/
	font-weight: normal;
	padding-left: 10;
	color: #dc9655;
	text-decoration: none;	
	}                                                                                 

#Menu a:hover
{
	/* border: 1px solid #333; */
	/* background: transparent url(images/tc_small_hover.gif)	left top no-repeat; */
	padding-left: 10;
	/*background-color: #F42;*/
	color: white;
}
