#subnavcontainer
	{
		/* width: 500px; 
		padding: 30px; */
		border: 1px solid #6699CC; 
		background: #fff;
	}

#subnavlist
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		/* background: url(tab_bottom.gif) repeat-x bottom;*/
		float: right;
	}

#subnavlist li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;

  	}
	
#subnavlist a:link, #subnavlist a:visited
	{
		float: left;
		background: #fff;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #6699CC;
		text-decoration: none;
		color: #FF6600;
		/* width: 50px; */
	}

#subnavlist a:link.active, #subnavlist a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#subnavlist a:hover
	{
		
		color: #003399;
	}
