#categories
{
	background-color: #FFCC66;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	padding-bottom: 2000px;
	margin-bottom: -1999px;
	float: left;
}

html>body #categories
{
	width: 180px;
}

.categoriesLong
{
	background-color: #FFCC66;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	padding-bottom: 20000px;
	margin-bottom: -19999px;
	float: left;
}

html>body .categoriesLong
{
	width: 180px;
}

.categoryTop {
	display:block;
	width: 180px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
.categoryTopSiloClosed {
	display:block;
	width: 180px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FBAF00;
	text-align: center;
	border-bottom: 1px solid #FFCC66;
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.categoryTopSiloOpen {
	display:block;
	width: 180px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #FBAF00;
	text-align: center;
	border-bottom: 1px solid #FFCC66;
	background-image: url(images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.categoryTop a, .categoryTop a:hover, .categoryTopSiloClosed a, .categoryTopSiloClosed a:hover, .categoryTopSiloOpen a, .categoryTopSiloOpen a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

html>body .categoryTop, html>body .categoryTopSiloClosed, html>body .categoryTopSiloOpen
{
	width: 100%;
}

ul.categoryList
{
text-align: left;
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.3em 0px 0.3em 8px;
	color: #000000;
	text-decoration: none;
	background: #FFCC66;
	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: #FFE09F;
	border-bottom-color: #FBAF00;
	border-left-color: #FBAF00;
}
/*hack for IE 6 above*/
html>body ul.categoryList li a
{
	display: block;
	width: 100%;
	padding: 0.3em 0px 0.3em 8px;
	color: #000000;
	text-decoration: none;
	background: #FFCC66;
	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: #FFE09F;
	border-bottom-color: #FBAF00;
	border-left-color: #FBAF00;
}

#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: #FFE09F;
border-color: #FBAF00 #FFE09F #FFE09F #FFE09F;
}
#copyright {
	padding-top: 15px;
	text-align:center;
	width: 100%;
	color: #000000;
	font-weight: normal;
	background-color: #FFCC66;
	font-size: 11px;
	line-height: 14px;
}
#copyright a, #copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC66;
}
#rightNav ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0px;
	width: 100%;
	font-weight: normal;
}
#rightNav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#rightNav ul li h2 {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #000000;
	display:block;
	width: 180px;
	text-align: center;
	text-transform:uppercase;
	padding: 2px 0px 2px 0px;
	line-height: 18px;
}

html>body #rightNav ul li
{
	width: 100%;
	font-weight: normal;
}


#rightNav ul li ul li a
{
	display: block;
	width: 100%;
	padding: 0.3em 0px 0.3em 4px;
	color: #000000;
	text-decoration: none;
	background: #FFCC66;
	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: #FFE09F;
	border-bottom-color: #FBAF00;
	border-left-color: #FBAF00;
	font-weight: normal;
}


/*hack for IE 6 above*/
html>body #rightNav ul li ul li a
{
	display: block;
	width: 100%;
	padding: 0.3em 0px 0.3em 4px;
	color: #000000;
	text-decoration: none;
	background: #FFCC66;
	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: #FFE09F;
	border-bottom-color: #FBAF00;
	border-left-color: #FBAF00;
}

html>body #rightNav ul li ul li a
{
	display: block;
	width: 172px;
	padding: 0.3em 0px 0.3em 8px;
	color: #000000;
	text-decoration: none;
	background: #FFCC66;
	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: #FFE09F;
	border-bottom-color: #FBAF00;
	border-left-color: #FBAF00;
}


#rightNav ul li ul li a:hover
{
color: #000000; /*rollover text colour*/
background: #FFE09F;
border-color: #FFE09F #FBAF00 #FBAF00 #FBAF00;
}