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

}

ul#categoryList
{
text-align: right;
list-style: none;
padding: 0;
margin: 0px;
width: 100%;
}

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

ul#categoryList li a
{
	display: block;
	width: 100%;
	padding: 0.25em 10px 0.25em 0px;
	color: #000000;
	text-decoration: none;
	background: #FFCC00;
	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: #FFE26F;
	border-bottom-color: #E1B500;
	border-left-color: #E1B500;
	font-weight: bold;
}
/*hack for IE 6 above*/
html>body ul#categoryList li a
{
	display: block;
	width: 100%;
	padding: 0.25em 10px 0.25em 0px;
	color: #000000;
	text-decoration: none;
	background: #FFCC00;
	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: #FFE26F;
	border-bottom-color: #E1B500;
	border-left-color: #E1B500;
	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: #000000; /*rollover text colour*/
background: #FFCC00;
border-color: #E1B500 #FFE26F #FFE26F #FFE26F;
}
#copyrightSide {
	padding-top: 15px;
	text-align:center;
	width: 100%;
	color: #000000;
	font-weight: normal;
	background-color: #FFCC00;
	font-size: 11px;
	line-height: 14px;
}
#copyrightSide a, #copyrightSide a:link, #copyrightSide a:visited, #copyrightSide a:active, #copyrightSide a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}