﻿#nav {
	width:800px;
	height:54px;
	margin:0;
	padding:0;
}

#nav * {
	text-align:center;
	color:#6699FF;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:8pt;
}

#nav ul, #nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul li {
	display:inline;
}

ul#tabBar {
	float:left;
}

ul#tabBar li a {
	display:block;
	float:left;
	width:158px;
	height:29px;
	line-height:42px;
	background:url(/images/home/menu/tab_bg.jpg) 0 10px no-repeat;
	border-right:2px solid #fff;
	overflow:hidden; /* fixed IE display bug */
}

ul#tabBar li a:hover {
	color:white;
	line-height:29px;
	background:url(/images/home/menu/tab_bg.jpg) top left no-repeat;
}

#subNav ul {
	display:none;
}

#subNav {
	clear:both;
	height:25px;
	background:url(/images/home/menu/subnav_bg.jpg) top left repeat-x;
	padding-left:60px;
}

#subNav ul {
	float:left;
	background:url(/images/home/menu/subnav_seperator.jpg) top left no-repeat;
}

#subNav ul li a {
	display:block;
	float:left;
	width:120px;
	text-align:center;
	line-height:25px;
	background:url(/images/home/menu/subnav_seperator.jpg) top right no-repeat;
}

#subNav ul li  a  {
	color:white;
}
#subNav li a:hover {
	color:black;
}
