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

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

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


ul#categoryList li a
{
	display: block;
	width: 160px;
	padding: 0.4em 0px 0.4em 10px;
	color: #333333;
	text-decoration: none;
	background: #EAEAEA;
	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: #F5F5F5;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	font-weight: bold;
}
/*hack for IE 6 above*/
html>body ul#categoryList li a
{
	display: block;
	width: 170px;
	padding: 0.4em 0px 0.4em 10px;
	color: #333333;
	text-decoration: none;
	background: #EAEAEA;
	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: #F5F5F5;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	font-weight: bold;
}

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

ul#categoryList li#active a
{
background: #DADADA;
}

ul#categoryList li a:hover, ul#categoryList li#active a:hover
{
color: #000000; /*rollover text colour*/
background: #E1E1E1;
border-color: #DADADA #F5F5F5 #F5F5F5 #F5F5F5;
}
#copyright {
	padding-top: 15px;
	text-align:center;
	width: 100%;
	color: #333333;
	font-weight: normal;
	background-color: #EAEAEA;
	font-size: 11px;
	line-height: 14px;
}
#copyright a, #copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #EAEAEA;
}