#nav {
	/* WIDTH IS SCREEN or HANDHELD Specific  */
	/* background: url(../images/navi_shade.png) repeat-x left bottom;  */
	float: right;
	list-style: none;
	text-transform: lowercase;
	}
	
#nav li {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

#nav a {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 5px 20px; /* the first padding is related to the body#section below padding-bottom */
	color: #ffffff;
	text-decoration: none;
	/* border-bottom: 3px solid; */
	text-wrap: suppress;
	white-space: nowrap;
	}

#nav a:hover {
	/* background: url(../images/navi_shade.png) 1px left repeat-x; */
	background: url('images/navi_shade_a.png') top left repeat-x;
	}
	
#nav a:active {
	background: url('images/navi_shade_a.png') top left repeat-x;
	}
	
body#tab01 #t-t01 a {
	background-color: #0b1897;
	}
body#tab02 #t-t02 a, 
body#tab03 #t-t03 a, 
body#tab04 #t-t04 a, 
body#tab05 #t-t05 a, 
body#tab06 #t-t06 a,
body#tab07 #t-t07 a,
body#tab08 #t-t08 a
	{
	background-color: #0b1897;/* 82a0c6 */
	}

	
body#tab01 #t-t01 a, 
body#tab02 #t-t02 a, 
body#tab03 #t-t03 a, 
body#tab04 #t-t04 a, 
body#tab05 #t-t05 a, 
body#tab06 #t-t06 a,
body#tab07 #t-t07 a,
body#tab08 #t-t08 a
	{
	border-bottom: none;
	color:#ffffff;
	/*padding-bottom:5px;
	border-bottom:3px;*/
	}