
/**********************************************
	Navigation
***********************************************/
ul.navigation {	
	border: none;
	height: 35px;
	line-height: 35px;
	background: #b23e2b url('images/nav-bg.jpg') repeat-x 0 0;
	padding: 0;
	margin: 0;
	position: absolute;
    bottom: 0;
    float: none;
}
ul.navigation li a {
	display: block;
	padding: 0;
	margin: 0;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;	
	height: 35px;
	line-height: 35px;
	margin-left: 15px;
}
.sf-menu ul {
  
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 13px;
  top: 35px;
}
.sf-menu li li {
  background: #b23e2b;
  border: none;
}
.sf-menu li li:hover {
  background: none;
}

/*	Sidebar  */
#sidebar .widgetheading {
  border: none;
  /*margin: 0 0 15px 0;
  height: 25px;
  line-height: 25px;*/
}
#sidebar .widgetheading h2 {
  /*background: #003f9e;*/
  border: none;
  padding: 5px 5px;
  margin: 0;
  background: #b23e2b url('images/nav-bg.jpg') repeat-x 0 0;
  display: inline;
  width: auto;
  text-transform: none;
}