#nav_bar {
    position:absolute;
 	left: 0px;
    top:118px;
    width: 100%;
	overflow: hidden;
}

ul#nav_list {
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 100%;
}
.nav-item .icon { 
  vertical-align:middle;
  margin: 2px 0px 2px 0px;
  height:16px; width:16px; line-height:16px;
}

#nav_bar .nav-item { float:left;}
#nav_bar .nav-item, ul#nav_list div {
	xdisplay: inline;
    height:20px;
    line-height:20px;

  color: #bc0000;
	xcolor: #ea0;
	text-align: center;
	xborder-left: 1px solid #42432d;
    margin:0px 5px 0px 5px;
	font: bold 0.9em/0.9em sans serif;
	xtext-shadow: 1px 1px 1px #555; 
}

#nav_bar .nav-item a {
	text-decoration: none;
    color: #bc0000;
	xcolor: #ea0;
}
#nav_bar .nav-item a:hover {
	color: #fffaf0;
}


#nav_bar #feeds {
  float:left;
}

#nav_bar #sites {
 float:right;
}

#nav_bar #sites select {
  width:200px;
  height:18px;
  vertical-align:middle;
}

a.nbtext:link, 
a.nbtext:hover, 
a.nbtext:visited {
    font-family: "Century Gothic";
    font-size: 10pt;
}

a.nbtext:link {color:#FF0000;}
a.nbtext:hover {color:#AAAAFF;}
a.nbtext:visited {color:#FF0000;}
