

#categories
{
	clear: left;
	width: 152px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 11px;
	/*height: ;*/
}
#blogcategories 
{
	clear: left;
	width: 152px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	line-height: 11px;
	/*height: ;*/
}
#blogcategories a
{
	/*display: block;*/
	/*width: 132px;*/
	padding: 0.25em 0px 0.25em 8px;
	color: #FFFFFF;
	text-decoration: none;
	
	
	font-weight: bold;
}

#blogcategories ul
{
	text-align: left;
list-style: none;
padding: 0;
margin: 0px;
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: 132px;
	padding: 0.25em 0px 0.25em 8px;
	color: #FFFFFF;
	text-decoration: none;
	background: #663399;
	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: #925ACF;
	border-bottom-color: #5C1D9F;
	border-left-color: #5C1D9F;
	font-weight: bold;
}
/*hack for IE 6 above*/



html>body ul#categoryList li a
{
	display: block;
	width: 100%;
	padding: 0.25em 0px 0.25em 8px;
	color: #FFFFFF;
	text-decoration: none;
	background: #663399;
	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: #925ACF;
	border-bottom-color: #5C1D9F;
	border-left-color: #5C1D9F;
	font-weight: bold;
}

#categories>ul#categoryList li a { 
	width: 150px; 
}

/*
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: #663399;
border-color: #5C1D9F #925ACF #925ACF #925ACF;
}
#copyright {
	padding-top: 15px;
	text-align:center;
	width: 100%;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #663399;
	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: #663399;
}
