
div.entire_toolbar 
{
/*	float:right;
	margin-right:5px;
	width:150px;
	*/
}

div.entire_toolbar div.category, div.entire_toolbar div.orange_category
{
	background-color:transparent;/*#333333;/*#5A5A5A;*/
	color:transparent;/*#D4D4D4; */
	border-color:transparent;/*#000000;*/
	width:109px;
	border-width:0px;
/*	border-width:1px;
	border-style:solid;
	border-width:2px;
	margin-bottom:5px;*/
	font-size:0.7em;
}

div.entire_toolbar div.category dl, div.entire_toolbar div.orange_category dl
{
	margin:0px;
	padding:0px;

}

div.entire_toolbar div.category dt, div.entire_toolbar div.orange_category dt
{  
	background-color:transparent;/*#FFFFaa;/*#FFCC33;*/
	color:black;
	font-weight:bold;
	font-size:1em;
	margin:0px;
	padding:2px;
}

div.entire_toolbar div.category dd, div.entire_toolbar div.orange_category dd
{
	margin:0px;
	padding:0px;
	display:block;
}

div.entire_toolbar div.category a, div.entire_toolbar div.orange_category a
{
	background-color:transparent;
	color:blue/*white;*/
	border-color:transparent;/*#333333;/*#5A5A5A;*/
	border-style:solid;
	border-width:1px;
	border-color:white;
	margin:2px;
	padding:1px;
	text-decoration:none;
	display:block;
	position:relative;
}

div.entire_toolbar div.category a:hover
{
/*	background-color: #666666;*/
	color:#000033;
	border-color:#888888;/*#FFCC33;*/
	border-style:solid;
	border-width:1px;
	/*background:URL(bluebg_large_bw.gif);*/
	background: transparent url(/glow/hlbg.jpg) repeat;
}
div.entire_toolbar div.orange_category a:hover
{
	background-color: #dfdfdf;
	color:#0000aa;
	border-color:#FF5500;/*#FFCC33;*/
	border-style:solid;
	border-width:1px;
	/*background:URL(bluebg_large_bw.gif);
	background: transparent url(/glow/hlbg.jpg) repeat;*/
}

div.entire_toolbar div.category a.selected
{
	background-color: #666666;
	color:#0033FF;
	font-weight:bold;
	border-color:#888888;/*#FFCC33;*/
	border-style:solid;
	border-width:1px;

	background: transparent url(/glow/hlbg_bw.jpg) repeat;
}
div.entire_toolbar div.orange_category a.selected
{
	background-color: #eeeeee;
	color:#FF5500;
	font-weight:bold;
	border-color:#FF5500;/*#FFCC33;*/
	border-style:solid;
	border-width:1px;

	/*background: transparent url(/glow/hlbg_bw.jpg) repeat;*/
}


div.entire_toolbar div.category a:active
{
	background-color: #dddddd;
	color:#0000CC;
	border-color:#FFFF99;
	border-style:inset;
	border-width:1px;
	padding-left:2px;
	padding-top:2px;
	padding-right:0px;
	padding-bottom:0px;
}
div.entire_toolbar div.orange_category a:active
{
	background-color: #eeeeee;
	color:#FF5500;
	font-weight:bold;
	border-color:#FF5500;/*#FFCC33;*/
	border-style:inset;
	border-width:1px;
}