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

#categoryTop {
	display:block;
	width: 100%;
	padding: 2px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	text-align: center;
}

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: #006699;
	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: #0097DF;
	border-bottom-color: #003366;
	border-left-color: #003366;
	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: #006699;
	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: #0097DF;
	border-bottom-color: #003366;
	border-left-color: #003366;
	font-weight: bold;
}

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

/*
ul#categoryList li#active a
{
background: #FF6633;
color: #FFFFFF;
}*/

ul#categoryList li a:hover, ul#categoryList li#active a:hover
{
color: #FFFFFF; /*rollover text colour*/
background: #006699;
border-color: #003366 #0097DF #0097DF #0097DF;
}
#copyright {
	padding-top: 15px;
	text-align:center;
	width: 100%;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #006699;
	font-size: 11px;
	line-height: 14px;
}
#copyright a, #copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}