@charset "utf-8";
/* CSS Document */

ul, li, img
{
	margin: 0;
	padding: 0;
	border: none;
}

#Images
{
	margin: 10;
	padding: 10;
	border: none;
}

/*/////////////////////
Category Navigation
/////////////////////*/
#LeftColumn{
border-left:1px solid black;
border-right:2px solid black;
width:179px;
background-color:black;
}
#LeftColumn ul li a
{
background:transparent url(../images/leftback.jpg) no-repeat scroll 0px -21px;
border-top:1px solid #B0B0B0;
color:#000000;
display:block;
font-family:arial;
font-size:9pt;
font-weight:bold;
height:16px;
width:156px;
*width:179px;
*height:19px;
padding:3px 0pt 0px 23px;
*padding:3px 0pt 0px 23px;
text-decoration:none;
}

#LeftColumn ul li a:hover
{
background:transparent url(../images/leftback.jpg) no-repeat scroll 0px -2px;
color: white;
}

#LeftColumn ul{
text-align:left;
list-style:none;
}


