@charset "utf-8";

.categoryWidget {
	width:100%; 
	border-bottom:0px solid #dddddd;
	height:35px;
	background:url("../images/tab_back.gif") repeat-x left top;
}

.categoryWidget a {
    text-decoration:none;
    color:#555555;
}

.categoryWidget a:hover {
    text-decoration:underline;
}

.categoryWidget strong {
    font-weight:normal; 
    color:#DF7901;
    font-size:7pt; 
    font-family:tahoma;
}

.categoryWidget ul{padding:0px;margin:0px;list-style:none;left:0px;}

.categoryWidget li{
	padding:0px;margin:0px;
	list-style:none;
	left:0px;
	display:block;
	float:left; 
	border:1px solid #eeeeee; 
	border-bottom:1px solid #dddddd;
	padding:10px 7px; 
	height:10px;
	background:#f9f9f9;
	margin-left:2px;

}



.categoryWidget  .selected {
    margin-left:0px; 
	display:inline;
	float:left;
	border:1px solid #dddddd;
	border-bottom:1px solid #ffffff;
	background:#ffffff;
	margin-left:2px;
}

.categoryWidget  .selected a{
	color:#ff6600;
	font-weight:bold;
}



