html, body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align: center;
}
td#BLine {
	width: 1px;
	height: 100%;
	background-color: black;
}
td#Menu A {
	font-family: georgia;
	font-size: 1em;
	color: #005BAB;
	font-weight: bold;
}
td#Menu A:hOver {
font-family: georgia;
	background-color: #CF965F;
	color: white;
}
td#TitulLine {
	width: 711px;
	height: 40px;
	font-family: georgia;
	font-size: 20px;
	color: white;
	padding-left: 20px;
}
.TL {
	font-size: 22px;
}
td#QText {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-family: georgia;
	font-size: 0.9em;
}
td#MPC_Title {
	font-family: georgia;
	font-size: 1.3em;
	color: #A5672B;
}
table#MainPageCatalog A {
	font-size: 0.8em;
	font-style: italic;
	color: #004079;
}
td#BottomLine {
	width: 1000px;
	height: 144px;
	font-family: georgia;
	padding-left: 24px;
}
td#BottomLine A {
	color: white;
}
td#MText {
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-family: georgia;
	font-size: 0.9em;
}
.QText {
	font-family: georgia;
	font-size: 10px;
	clear:both;
}
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

label {
	cursor:pointer;
}
#navigation {
	width:260px;
	position:relative;
	z-index:100;
	padding:0px;
	float:left;
	clear:both;
	margin-bottom:15px;
}
/* hack to correct IE5.5 faulty box model */
* html #navigation {
	width:259px;
	w\idth:259px;
}

#navigation ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0 0 0 5px;
}

#navigation ul ul {
	margin:0;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigation li {
	width:250px;
	position:relative;
}

/* style the links for the top level */
#navigation a, #navigation a:visited {
	display:block;
	height:47px;
	background:url(navigation.png) top left;
	text-indent:-9000px;
	position:relative;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #navigation a, * html #navigation a:visited {
	width:250px;
	w\idth:250px;
}
/* style the second level background */
#navigation ul ul a.drop, #navigation ul ul a.drop:visited {

	background:#da725d
}
/* style the second level hover */
#navigation ul ul a.drop:hover {
	background:#fff;
	color:#202c32;
}
#navigation ul ul :hover > a.drop {
	background:#fff;
	color:#202c32;
}
/* style the third level background */
#navigation ul ul ul a:link, #navigation ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
#navigation ul ul ul a:hover {
	background:#b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#navigation ul ul {
	visibility:hidden;
	position:absolute;
	top:-10px;
	left:250px;
	padding:4px;
	background:#da725d;
	height:96px;
	width:250px;
	border-left:1px solid #999;
}
/* another hack for IE5.5 */
* html #navigation ul ul {
	top:-9px;
	t\op:-10px;
}
/* position the third level flyout menu */
#navigation ul ul ul {
	left:250px;
	top:-1px;
	width:250px;
}
/* position the third level flyout menu for a left flyout */
#navigation ul ul ul.left {
	left:-250px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#navigation table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
#navigation ul ul a, #navigation ul ul a:visited {
	background:#da725d;
	color:#fff;
	height:auto;
	line-height:14px;
	text-indent:0px;
	display:block;
	padding:5px;
	text-decoration:none;
	font-size:12px;
}
/* yet another hack for IE5.5 */
* html #navigation ul ul a, * html #navigation ul ul a:visited {
	width:250px;
	w\idth:250px;
}
/* style the top level hover */
/*#navigation :hover > a  {
	background:url(navigation.png) top left;
}*/
/* top level image background placements */
#navigation a.link1:hover {
	background-position:-250px 0px;
}
#navigation a.link2:link,#navigation a.link2:visited {
	background-position:0px -47px;
}
/* DO NOT consolodate next 2 lines into one, this breaks IE6 */
#navigation a.link2:hover {
	background-position:-250px -47px;
}
#navigation li:hover a.link2 {
	background-position:-250px -47px;
}
#navigation a.link3:link,#navigation a.link3:visited {
	background-position:0px -94px;
}
#navigation a.link3:hover {
	background-position:-250px -94px;
}
#navigation li:hover a.link3 {
	background-position:-250px -94px;
}
#navigation a.link4:link,#navigation a.visited {
	background-position:0px -141px;
}
#navigation a.link4:hover {
	background-position:-250px -141px;
}
#navigation li:hover a.link4 {
	background-position:-250px -141px;
}
#navigation a.link5:link,#navigation a.link5:visited {
	background-position:0px -188px;
}
#navigation a.link5:hover {
	background-position:-250px -188px;
}
#navigation a.link6:link, #navigation a.link6:visited {
	background-position:0px -235px;
}
#navigation a.link6:hover {
	background-position:-250px -235px;
}
#navigation a.link7:link,#navigation a.link7:visited {
	background-position:0px -282px;
}
#navigation a.link7:hover,
#navigation li:hover a.link7 {
	background-position:-250px -282px;
}
#navigation a.link8:link,#navigation a.link8:visited {
	background-position:0px -329px;
}
#navigation a.link8:hover {
	background-position:-250px -329px;
}
#navigation a.link9:link,#navigation a.link9:visited {
	background-position:0px -375px;
	height:65px;
}
#navigation a.link9:hover {
	background-position:-250px -375px;
}
#navigation ul ul a:hover {
	background:#fff;
	color:#202c32;
}
/* make the second level visible when hover on first level list OR link */
#navigation ul li:hover ul, #navigation ul li.over ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#navigation ul li:hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#navigation ul :hover ul :hover ul {
	visibility:visible;
}
