#category a,a:visited
{
	text-decoration:none;
	padding: 5px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	margin: 5px;
}
#category a:hover
{
	text-decoration:underline;
}
#category {
	font-size:14px;
	font-family:Tahoma,Verdana,Arial;
	text-align:left;
	margin:0; /* Removes browser default margins applied to the lists. */
	padding:0; /* Removes browser default padding applied to the lists. */
	padding:0px;
	list-style-position:inside;
	list-style-type:none;
	/* [disabled]background-color: #CCC; */
}
#category ul  {
	
	font-size:12px;
	font-family:Tahoma, Verdana, Arial;
	text-align:left;
	margin:0; /* Removes browser default margins applied to the lists. */
	padding:0; /* Removes browser default padding applied to the lists. */
	padding:0px;
	list-style-type:none;
	visibility: visible;
}


#category li{
	list-style-type:none;
	border: 1px solid #030;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* [disabled]background-image: url(../images/catmenuback.jpg); */
	background-repeat: repeat-x;
	background-color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
 }
#category li ul {
	list-style-type:none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5;
}
#category li ul li {
	list-style-type:none;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-top-color: #000;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/catmenuback.jpg);
	background-color: #80afc1;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}



#category .images{ /* Icons */
	float:left;
	width:16px;
	height:1em;
	background-position:0 50%;
	background-repeat:no-repeat;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
