#category a,a:visited
{
	text-decoration:none;
	padding: 2px;
	color: #CFF;
	font-weight: normal;
}
#category a:hover
{
	font-weight: bold;
}
#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{
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	padding:0; /* Removes browser default padding applied to the list items. */
	list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
	padding:5px;
	border: 2px solid #CCC;
	background-color: #000066;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
 }
#category li ul {
	list-style-type:none;
	display: block;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#category li ul li {
	list-style-type:none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: -5;
	margin-bottom: -5px;
	margin-left: -5;
	background-color: #039;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-top-color: #000;
	border-right-style: none;
	border-left-style: none;
}



#category .images{ /* Icons */
	float:right;
	height:1em;
	background-position:0 50%;
	background-repeat:no-repeat;
	width: 16px;
}
