body {
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 12px;
	background-color: #800000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Left Sidebar : Categories */
.menu_sub_link li { 
background-color: #800000; 
text-align: left; 
list-style-type: none; 
width: 140px; 
height: 21px; 
float: left; 
border-bottom: 1px solid #993333; 
}
.menu_sub_head { 
background-color: #800000; 
width: 136px; 
height: 21px; 
border-bottom: 1px solid #993333; 
}
.sub_header { 
color: #ffffff; 
background-color: #800000; 
width: 136px; 
height: auto; 
padding-top: 3px; 
padding-right: 5px; 
padding-bottom: 3px; 
padding-left: 5px; 
border-bottom: 1px solid #993333;
}
.sub_header a { 
color: #ffffff; 
text-decoration: none; 
}
.sub_menu_head li {
	background-color: #800000;
	}
.sub_menu_head li a:hover {
	color: #fff;
}
/* Left Sidebar */
.left_sidebar {
	position: relative;
	margin: 0px;
	width: 136px;
	text-align: left;
	background-color: #800000;
	vertical-align: top;
}
.left_sidebar a {
	color: #fff;
}
.left_sidebar a:hover {
	color: #000;
}

#categories { 
margin-top: 3px; 
margin-bottom: 1px; 
width:  144px; 
margin-left: 3px; 
padding: 1px; 
text-align: left; 
background-color: #800000;
}
#categories a { 
color: #ffffff; 
font-weight: bold;
text-decoration: none; 
}
#categories a:hover { 
color: #ffff00; 
font-weight: bold;
text-decoration: none; 
}
#categories_header {
	margin-bottom:1px;
	margin-left: 0px;
	width: 136px;
	height: 20px;
	background-color: #c56c15;
	overflow: hidden;
}
#categories_header h2 {
	margin-top: 3px;
	margin-left: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
#categories ul { 
background-color: #800000; 
margin: 0; 
padding: 0; 
}
#categories li { 
color: #fff; 
background-color: #993333; 
display: block; 
width: 136px; 
margin: 0; 
padding: 4px 8px; 
border-bottom: 1px solid #800000; 
}
#categories li a {
color: #d9b2b2;
text-decoration: none;
}
#categories li a:hover {
color: #ffffff;
}
