  #homeTab a, #homeTab
  {
    position: relative;
    left: 0px;
    list-style-type: none;
    position: relative;
    height: 30px;
    width: 130px;
    margin: 0px;
    float:left;
    color: #fff;
	background-color: #000000;
  }

  #siteTab, #siteTab a
  {
    position: relative;
    left: 0px;
    list-style-type: none;
    position: relative;
    height: 30px;
    width: 130px;
    margin: 0px;
    float:left;
    color: #fff;
	background-color: #0000ff;
  }

  #blogTab a, #blogTab
  {
    position: relative;
    left: 0px;
    list-style-type: none;
    position: relative;
    height: 30px;
    width: 130px;
    margin: 0px;
    float:left;
    color: #000;
	background-color: #D9E4ED;
  }

  #devTab, #devTab a
  {
    position: relative;
    left: 0px;
    list-style-type: none;
    position: relative;
    height: 30px;
    width: 130px;
    margin: 0px;
    float:left;
    color: #000;
	background-color: #00ff00;
}

  #comTab a, #comTab
  {
    position: relative;
    left: 520px;
    top: -30px;
    list-style-type: none;
    position: relative;
    height: 30px;
    width: 130px;
    margin: 0px;
    float:left;
    color: #000;
	background-color: #ffcc00;
  }  

  #homeTab a:hover
  {
    background-color:#999999;
  }

  #siteTab a:hover
  {
    background-color:#9999ff;
  }

  #blogTab a:hover
  {
    background-color:#EAF5FE;
  }

  #devTab a:hover
  {
    background-color:#99ff99;
  }

  #comTab a:hover
  {
    background-color:#ffff99;
  }