
<!--
#container {

	max-height: 48px;
	position: relative;
	width:850px;
	/*width: 100%;*/
	/*height: 48px;*/
	height: 48px;
	padding: 0;
	/*margin: 3px 0 20px 0;*/
	background: url(images/nav/nav_bar.gif) top left no-repeat;
	
	/*background: #990000;	*/
	
	}

#nav {
	position: absolute;
	/*top: 11px;*/
	top: 19px;
	left: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 29px;
	display: inline;
	overflow: hidden;
	/*width: 100%;*/
	width: 590px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}


#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
	}
	
#nav a:hover, #nav a:active{
	background-position: 0 -30px;
	}

#nav a.selected {
	background-position: 0 -60px;
	}
	
	
#thome a  {
	width: 80px;
	background: url(images/nav/tab_home.gif) top left no-repeat;
}

#tlearn a  {
	width: 90px;
	background: url(images/nav/tab_learn.gif) top left no-repeat;
}


#tpricing a {
	width: 80px;
	background: url(images/nav/tab_pricing.gif) top left no-repeat;
}


#tblog a  {
	width: 80px;
	background: url(images/nav/tab_blog.gif) top left no-repeat;
}

#tfaq a  {
	width: 80px;
	background: url(images/nav/tab_faq.gif) top left no-repeat;
}

#tforum a  {
	width: 80px;
	background: url(images/nav/tab_forum.gif) top left no-repeat;
}

#tresources a  {
	width: 90px;
	background: url(images/nav/tab_resources.gif) top left no-repeat;
}


#tabout a  {
	width: 80px;
	background: url(images/nav/tab_about.gif) top left no-repeat;
}



-->

		    