#nav {
	border:0px solid red;
	width:950px;
	height:50px;
	margin:0 auto;
	padding:0;
}

#nav * {
	text-align:center;
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana,arial, helvetica, sans-serif;
	font-size:11px;
}

#nav ul, #nav ul li {

	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul li {
	display:inline;
}

ul#tabBar {
	float: inherit;
	border: 0px solid yellow;
}

ul#tabBar li a {
	display:block;
	float:left;
	margin:5px 10px;
	border-left:0px solid #fff;
	overflow:hidden; /* fixed IE display bug */
}

ul#tabBar li a:hover {
color:#FF0000;

}



#subNav ul {
	display:none;
}

#subNav {
	clear:both;
	height:15px;
	}

#subNav ul {
	float:left;
	}

#subNav ul li a {
	display:block;
	float:left;
	text-align:center;
	font-size:10px;
	margin:0px 5px 0 5px;
	color: #ccc;
	font-weight:normal;

}

#subNav li a:hover {
	color: #FF0000;
	
}
