a img {
    border: 0;
    }
#categories {
	float: left;
	width: 290px;
	background-image: url(/images/main-nav_background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}
#categories  a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 40px;
	color: #003961;
	height: 40px;
	background-position: left top;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.arrow{
	background-image: url(/images/main-nav_link-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.line{
	background-image: url(/images/main-nav_link-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#categories a:link, #categories a:hover, #categories a:visited {
	text-decoration: none;
	height: 40px;
	text-align: left;
	padding-left: 20px;
}
#categories a:active, #categories a:focus{
	background-image: url(/images/main-nav_link-hover.jpg);		
	background-repeat: no-repeat;
	background-position: left top;
}

#subcategory-box {
	margin-left: 290px;
	margin-right: 230px;
	background-image: url(/images/subcategories_background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
}
#colwrapper {
	width: 440px;
	height: 850px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#colwrapper li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 1.9em;
}
#colwrapper a {
	color: #333333;
	text-decoration: none;
}
#colwrapper a:hover {
	text-decoration: underline;
	color: #0000FF;
}

