/* tabs menu */
#tabMenu	{
	background: url(/images/tab_bg.png) bottom repeat-x;
/*	display: table; */
	width: 890px; 
	clear: both; 
	height: 27px;
	}
#tabMenu li {
	background: url(/images/tab_grey_left.png) top left no-repeat #fff;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px 2px 0 0;
	white-space: nowrap;
	}
#tabMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 	
	}
#tabMenu a {
	background: url(/images/tab_grey_right.png) top right no-repeat; 
	font-weight: normal;
	display: block;
	padding: 7px 7px 4px 7px;
	float: left;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	}
#tabMenu a:hover {
	text-decoration: underline;
	color: #000;
	white-space: nowrap;
}

/* select tab*/
li#selTabMenu { 
	background: url(/images/tab_blue_left.png) top left no-repeat #275A9C;
	white-space: nowrap;
	}
#selTabMenu a {
	background: url(/images/tab_blue_right.png) top right no-repeat; 
/*	font-weight: bold; */
	color: #fff;
	white-space: nowrap;
	}
#selTabMenu a:hover {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

/* text box */
#textBox {
	width: 575px;
	background: url(/images/tab_bg_2.png) top repeat-x #FFF;
	}
#textBox blockquote { 
	margin: 10px 15px 0px 15px;
	}

