  #headerMenu {
  float:left;

  font-size:85%;
  line-height:normal;
  background:transparent;
  }
#headerMenu ul {
  margin:0;
  padding:0px 0px;
  list-style:none;
  }
#headerMenu li
{
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #000;
	background-image: url("../images/left_both.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#headerMenu a
{
	float: left;
	display: block;
	padding: 10px 10px 4px 1px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	margin-right: 2px;
	background-image: url("../images/right_both.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headerMenu a {float:none;}
/* End IE5-Mac hack */
#headerMenu a:hover {
  color:#0099ff;
  }
#headerMenu #current {
  background-position:0 -150px;
  border-width:0;
  }
#headerMenu #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#390;
  }
 
#headerMenu li:hover, #headerMenu li:hover a {
  background-position:0% -146px; 
  color:#0099ff;
  }
#headerMenu li:hover a {
  background-position:100% -146px;

  }




/* Sidebar */


#LHSnav {
	background: #ddd url("menu_back.gif") right repeat-y;
}


#LHSnav, #LHSnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:1em;
}
#LHSnav {
	margin-bottom: 1em;
}	
#LHSnav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#LHSnav li span { /* used for un-linked menu items */
	display: block;
	padding: 3px 10px;
	font-weight: bold;
	color: #666;
}

#LHSnav li span#configParent, #LHSnav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}

#LHSnav li a {
	font-size:0.95em;
	display: block;
	padding: 2px 15px;
	text-decoration: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}

#LHSnav li a:hover {
	background: #fff;
}

#LHSnav li li span { /* used for un-linked menu items */
	padding: 3px 10px 3px 30px;
}

#LHSnav li li a {
	font-size:0.95em;
	padding: 1px 15px 3px 25px;
}

#LHSnav li a.selected
{
	background-image: url(../images/img_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#fafafa;
}

#twitter {
display:block;
width: 160px;
margin-top:10px;
margin-left:20px;
height: 27px;
padding:0px 0px 0px 0px;
background: url("../images/twitter_follow_us_button.png") 0 0 no-repeat;
text-decoration: none;
}
#twitter:hover { 
background-position: 0 -27px;
}

#facebook {
display:block;
width: 48px;
height: 48px;
padding:0px 0px 0px 0px;
background: url("../images/facebook.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 75px;
}
#facebook:hover { 
background-position: 0 -48px;
}

#social { width:200px; background-color:White; padding-bottom:20px;text-align:center;}
