#nav {
	width:620px;
	height:54px;
	margin:0;
	padding:0;
}

#nav * {
	text-align:center;
	color:#fff;
	/*font-weight:bold;*/
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
}

#nav ul, #nav ul li {
	margin:0;
	padding:0;
	list-tyle-type:none;
}
#nav ul li {
	display:inline;
}

div#tabBar{
  background-color:#008AC9;
  width:630px;
  font-weight:bold;
 /* border:1px solid orange;*/

}


ul#men {
	float:left;
	background-color:#008AC9;
	
}

li#mi2 {
  	font-size:1.1em;
	display:block;
	float:left;
	width:108px;
	height:29px;
	line-height:29px;
	/*background:url(../64imgs/tab_bg.jpg) 0 10px no-repeat;*/
	border-left:0px solid #fff;
	overflow:hidden; /* fixed IE display bug */
	padding-bottom:5px;
}


li#mi a {
  	font-size:1.1em;
	display:block;
	float:left;
	width:128px;
	height:29px;
	line-height:29px;
	/*background:url(../64imgs/tab_bg.jpg) 0 10px no-repeat;*/
	border-left:0px solid #fff;
	overflow:hidden; /* fixed IE display bug */
	padding-bottom:5px;
}

li#mi a:visited {
  	font-size:1.1em;
	display:block;
	float:left;
	width:128px;
	height:29px;
	line-height:29px;
	/*background:url(../64imgs/tab_bg.jpg) 0 10px no-repeat;*/
	border-left:0px solid #fff;
	overflow:hidden; /* fixed IE display bug */
	padding-bottom:5px;
}

li#mi a:hover {
	line-height:29px;
	color:#98D4F2;
	/*background:url(../64imgs/tab_bg.jpg) top left no-repeat;*/
}

li#men a {
  	font-size:1.1em;
	display:block;
	float:left;
	width:128px;
	height:29px;
	line-height:29px;
	/*background:url(../64imgs/tab_bg.jpg) 0 10px no-repeat;*/
	border-left:0px solid #fff;
	overflow:hidden; /* fixed IE display bug */
	padding-bottom:5px;
}

li#men a:hover {
	line-height:29px;
	color:#98D4F2;
	/*background:url(../64imgs/tab_bg.jpg) top left no-repeat;*/
}

li#mfr a {
 	 font-size:1.1em;
	display:block;
	float:left;
	width:134px;
	height:29px;
	line-height:29px;
	/*background:url(../64imgs/tab_bg.jpg) 0 10px no-repeat;*/
	border-left:0px solid #fff;
	overflow:hidden; /* fixed IE display bug */
	padding-bottom:5px;
}

li#mfr a:hover {
	line-height:29px;
	color:#98D4F2;
	/*background:url(../64imgs/tab_bg.jpg) top left no-repeat;*/
}

li#mfr2 a {
  	font-size:1.1em;
	display:block;
	float:left;
	width:103px;
	height:29px;
	line-height:29px;
	/*background:url(../64imgs/tab_bg.jpg) 0 10px no-repeat;*/
	border-left:0px solid #fff;
	overflow:hidden; /* fixed IE display bug */
	padding-bottom:5px;
}

li#mfr2 a:hover {
	line-height:29px;
	color:#98D4F2;
	/*background:url(../64imgs/tab_bg.jpg) top left no-repeat;*/
}



#subNav ul {
	display:block;
}

#subNav {
	clear:both;
	height:25px;
	/*background:url(../64imgs/subnav_bg.jpg) top left repeat-x;*/
	padding-left:10px;
}

#subNav ul {
	float:left;
	/*background:url(../64imgs/subnav_seperator.jpg) top left no-repeat;*/
}

#subNav ul li a {
	display:block;
	float:left;
	width:140px;
	text-align:center;
	line-height:25px;
	color:black;
	font-size:9pt;
/*	background:url(../64imgs/subnav_seperator.jpg) top right no-repeat;*/
}




#subNav li a:hover {
	color:#008AC9;
}



