#sort_by {float: right; font-size: 10px; font-family: Tahoma, Lucida, Verdana, Arial, Helvetica, sans-serif; color: #999999;}

#sort_nav_container {
  /*  pre-table layout
  position: absolute; 
  top: 124px;
  left: 0px; */
  /*
  position: absolute;
  top: 120px;
  left: 0px; 
  width:100%;
  height: 0px; */
  background: transparent;
  float: right;
  padding:0;
  font-size:10px;
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-weight: bold;
  /* z-index: 1100; */
  line-height: normal;
  /* border: 1px solid black; */
  
 
}


#sort_nav, #sort_nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}

#sort_nav {
  /*position: absolute; */
  /*from left */ 
  /*padding:0px 0 0 5px; */
  /*text-align: center;*/
 
  /* z-index: 1200; */
  /*width: 300px;*/
  margin-left: 0px;
  
  
  
}

#sort_nav .sort_nav_lft {
  float: left;
  /* background: white url("/images/sort_nav.png") no-repeat left bottom; */
  padding:0px 0px 0px 6px; /* 0 0 0 9 */
  height: 14px;
  width: auto;	
  

}

#sort_nav .sort_nav_rgt {
	float: left;
	/* background: white url("/images/sort_nav.png") no-repeat right bottom; */
    padding:0px 6px 0px 0px; /* 0 0 0 9 */
    height: 14px;
    width: auto;
    
   
	
}

		
#sort_nav li {
  display: inline;
  /*float: left;*/
  /* z-index: 1400; */
}
			
	/*
	*	For the next two rules:	
	*	1. A single image is used for the two doors, rather than one.
	*	2. Ascetically, the 'font-weight:bold' was removed to closely mimic the www.digital-web.com tabs.
	*	3. The padding was modified for personal preference.
	*/
	
	#sort_nav a {
	    
		 
		/*display: inline;*/ /* FFCC00 */
		float:left; 
		
		/*
		background: transparent url("/images/sort_nav.png") no-repeat left bottom;
		padding:0px 0px 0px 14px; /* 0 0 0 9 */
		/*text-decoration:none;
		color: #330099;		
		height: 14px; */
		
		text-decoration: none;
		/*color: #330099;*/
		color: #666666;	
		padding-right: 10px;
		padding-left: 10px;
		height: 12px;
		
	
		/*
		margin-left: -5px;*/
		
		/*
		width: 96px;
		height: 26px;*/
		
		/* z-index: 2000; */
		/*border-bottom: 2px solid #CCCCCC;*/
	}
	
	#sort_nav a.lft {
	  border-right: 1px solid #666666; /* #B7B7B7*/
	}
	
	#sort_nav a.ctr {
	  border-right: 1px solid #666666; /* #B7B7B7*/
	  border-left: 1px solid #333333;
	}
	
	#sort_nav a.rgt {
	  border-left: 1px solid #333333;
	}
	
	#sort_nav a img {
	  border: none;
	  visibility: hidden;
	  margin-left: 10px;
	}
	
	/*
	#sort_nav a:hover  {  
		border-bottom: 2px solid #FFCC00;
		margin-top: 0px;
		padding-bottom: 0px;
	}*/
	
	#sort_nav a:hover span {  
      text-decoration: underline;
	}
		
	#sort_nav .selected a {
	  color: #999999;
	}
	#sort_nav .selected a img{
	  visibility: visible;
	}
	
   
	
	
	
