/* Categories header id */
#categories-header {
 /* Change this */
 padding:2px 5px 2px 5px;
 background-color:#f0f7ff;
 white-space:nowrap;
 overflow:hidden;
 text-transform:uppercase;
 border-bottom:1px solid #004b8f;
 font-size:95%;
 height:12px;
 /*margin-top: 32px;*/
 }
#categories-header .selected a {
 color:#229844; /*Change */
}

#sub-categories-header {
 /* Change this */
 padding:2px 5px 2px 5px;
 background-color:#f0f7ff;
 white-space:nowrap;
 overflow:hidden;
 text-transform:uppercase;
 font-size:95%;
 height:12px;
 bottom:0px;
 left:0px;
 position:absolute;
 width:50%;
 /*margin-top: 32px;*/
 }
 
 #sub-categories-header .selected a {
 color:#229844; /*Change */
}

/* Categories bar tag */
.categories-bar .delimiter {color:gray; }
.categories-bar a {color:black;} 

#categories-edit {
 color:black;
 background-color:#f0f7ff;
 position:absolute;
 right:0px;
 top:34px;
 padding:0 5px 0 5px;
 margin:0;
}
#categories-edit a { 
 color:black;
 font-weight:bold; 
}
#categories-edit a:hover { text-decoration:underline }

