#sidebarBox  {
  margin: 10px 0px 0px 8px;
  }
#sidebarBox table {
    width : 164px;
}
#sidebarBox table.header {
    border: 1px solid #006394;
	border-bottom: none;
    background: #006394;
    border-collapse: separate;
}
#sidebarBox td.headertext {
  color:#ffffff;
  font-weight : normal;
  padding:0px;
  border-bottom:0px;
}
#sidebarBox table.content {
	border : 1px solid #999;
	border-top: 0px;
	background:  #ffffff;
	color:#666;
}
#sidebarBox table.content {
	border : 1px solid #999;
}
#sidebarBox input.submit {
  background-color: #FFFFFF;
  color:#666;
  border: 1px solid #999;
}
#sidebarBox ul,li{
   position: relative;
	padding: 0px;
	color:#666;
	margin:0px 0px 0px 7px;
}
#sidebarBox td {
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  border-bottom: 1px dotted #999;
}
#sidebarBox td.highlight {
 background-color: #FFE8CE;
}
#sidebarBox td.prefixIcon {
 padding: 3px 10px 3px 20px;
}
#sidebarBox td.new{
 background: url(new.png) no-repeat;
}
#sidebarBox td.cat1{
  background: url(cat1.png) no-repeat;
}
#sidebarBox td.cat2 {
  background: url(cat2.png) no-repeat;
}
#sidebarBox td.active {
 font-weight: bold;
}
#sidebarBox a:link{
padding: 0px !important;
margin: 0px  !important;
display: block;
color: #000000;
margin: 0 auto;
text-decoration: none;
}

