#categories
{
	background: #009933;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: 12px;
	height: 250px;
}

ul#categoryList
{
text-align: left;
list-style: none;
padding: 0;
margin: 0px;
width: 160px;
}

ul#categoryList li
{
display: block;
margin: 0;
padding: 0;
}

ul#categoryList li a
{
	display: block;
	width: 150px;
	padding: 0.25em 0px 0.25em 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: #009933;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #66CC66;
	border-bottom-color: #006600;
	border-left-color: #006600;
	font-weight: bold;
}
/*hack for IE 6 above*/
html>body ul#categoryList li a
{
	display: block;
	width: 160px;
	padding: 0.25em 0px 0.25em 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: #009933;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #66CC66;
	border-bottom-color: #006600;
	border-left-color: #006600;
	font-weight: bold;
}

#categories>ul#categoryList li a { width: auto; }

ul#categoryList li#active a
{
background: #99CC66;
color: #333333;
}

ul#categoryList li a:hover, ul#categoryList li#active a:hover
{
color: #FFFFFF; /*rollover text colour*/
background: #00CC33;
border-color: #aaab9c #66CC66 #66CC66 #ccc;
}
#tvAd {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}