#topmenu
{
    position: relative;
    top:0;
    width: 950px;
    margin: 0 auto;
    background: #990000;
    height: 35px;
    z-index:1;
	color: white;
}
#topmenu ul {
  margin: 0 0 0 -40px;
  background: #990000;
  list-style:none;
  }
#topmenu li {
  display:inline;
  background: #990000;
  margin:0;
  padding:0;
  }
#topmenu a {
  background: #990000;
  color: white;
  text-decoration:none;

  }
#topmenu a span {
	float:left;
	display:block;
	background: #990000;
	padding: 10px 10px 0 10px;
	color: White;
	height: 25px;
	border-right: solid 1px #D60000;
	cursor: pointer;
}
#topmenu  a span.toplast {
	border-right: solid 1px #990000;
}
<!--[if IE 9]>
#topmenu a span {
  float:left;
  display:block;
  background: #990000;
  color: White;
}
  <![endif]-->
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span {
  color: White;
  background: #730101;
  }
#topmenu a:hover {
  background-position:0% -42px;
  background: #730101;
  }
#topmenu a:hover span {
  background-position:0% -42px;
  color: White;
  background: #730101;
  }
body.home #topbar #topmenu a.nav1 span, body.about #topbar #topmenu a.nav2 span, body.judges #topbar #topmenu a.nav3 span, body.programs #topbar #topmenu a.nav4 span, body.news #topbar #topmenu a.nav5 span, body.contacts #topbar #topmenu a.nav6 span, body.news #topbar #topmenu a.nav5 span, body.contacts #topbar #topmenu a.nav6 span, body.hearings #topbar #topmenu a.nav7 span, body.employment #topbar #topmenu a.nav8 span, body.community #topbar #topmenu a.nav9 span 
{
	background-color: #730101;
}
#search
{
	float: right;
	top: 0;
	height: 30px;
	background: #990000;
	margin-right: 0;
	padding-top: 5px;
}
/*- Menu Tabs 1--------------------------- */ 
#tabs {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 950px;
  font-size:14px;
  line-height:25px;
}
#tabs ul {
  margin:0;
  padding:3px 6px 0 6px;
  list-style:none;
}
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  text-align: center;
}
#tabs a {
  float:right;
  background:url("../images/tableft.png") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  border-left: solid 1px #0C1526;
  	cursor: pointer;
}
#tabs a span {
  float:left;
  display:block;
  background:url("../images/tabright.png") no-repeat right top;
  padding: 5px 15px 3px 6px;
  color:White;
  font-weight: bold;
  border-right: solid 1px #0C1526;
}
<!--[if IE 9]>
#tabs a span {
  float:left;
  display:block;
  background:url("../images/tabright.png") no-repeat right top;
  padding: 5px 15px 4px 6px;
  color:White;
  font-weight: bold;
  border-right: solid 1px #0C1526;
}
<![endif]-->
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  text-decoration: underline;
}
#tabs a:hover {
  text-decoration: underline;
}
#tabs a:hover span {
 text-decoration: underline;
}
body.media  #tabs a.tab1, body.efile  #tabs a.tab2, body.selfhelp  #tabs a.tab3, body.attorneys  #tabs a.tab4, body.jurors  #tabs a.tab5
{
	background:url("../images/tableft_rev.png") no-repeat left top;
}
body.media  #tabs a.tab1 span, body.efile  #tabs a.tab2 span, body.selfhelp  #tabs a.tab3 span, body.attorneys  #tabs a.tab4 span, body.jurors  #tabs a.tab5 span
{
	background:url("../images/tabright_rev.png") no-repeat right top;
}
#bluemenu
 {
	color: white;
	font-weight: bold;
	font-size: 12px;
}
#bluemenu a.menuitem  /* Main menu <li> */
{	
	display: block;
	position: relative;
	margin:0px;	/* No margin - needed for Opera */
	border-bottom: solid 1px #0C1627;
	height: 24px;
	padding-top: 6px;
	padding-left: 20px;
	text-decoration: none;
	color: white;
	font-weight: bold;	
}
#bluemenu a.menuitem:visited, #bluemenu .menuitem:active{
color: white;
}
#bluemenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
#bluemenu a.menuitem:hover {
 background-color: #33579B;
}
#bluemenu ul
{
  margin:0;
  padding-left: 0;
  list-style:none;
}
#bluemenu .submenu ul li a /* Sub Menu<li> */
{	
	display: block;
	position: relative;
	margin:0px;	/* No margin - needed for Opera */
	border-bottom: solid 1px white;
	height: 24px;
	padding-top: 6px;
	padding-left: 40px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #819CCD;
}
#bluemenu .submenu ul li a:hover
{
	background-color: #5E82C2;
}

#bluemenu .submenu ul li a.subthis /*sub menus*/
{
	background-color: #5E82C2;
}
#bluemenu a.mainthis /*main menus*/
{
	background-color: #33579B;
}