/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
        text-align: center;l
	background:#fff;
	}

div#sitewrapper { 
text-align:left;
width:920px;
margin:0 auto;
} 

.bodytext {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 12px;
		COLOR: #1e406e;
		letter-spacing:.1em;
	}
.bodytext a, .bodytext a:visited { color: #1e406e; }
.bodytext a:hover { color: #B6080F; }	

.bodytext2 {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 12px;
		COLOR: #1e406e;
		letter-spacing:.1em;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 4px;
		padding-left: 4px;
	}	
.bodytext2 a, .bodytext2 a:visited { color: #1e406e; }
.bodytext2 a:hover { color: #B6080F; }
	
	.bodytext4 {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 12px;
		COLOR: #1e406e;
		letter-spacing:.1em;
	}	
.bodytext4 a, .bodytext2 a:visited {padding: 1.4em .2em 1.2em .4em;color: #1e406e; }
.bodytext4 a:hover {padding: 1.4em .2em 1.2em .4em;color: #B6080F; }
	
.podl {
	width: 150px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
	}	
	

	
#showcase {background:#6f9c6f;}
dl.menus_list dt {background:#6f9c6f; font-size:1.5em; margin:3px 0;}
#foot {background:#8fbc8f;}
dl.menus_list dd.nil {padding:0; margin:0;}

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:0px 0px 0px 0px; position:relative; width:920px; height:0px; z-index:1000;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:133px; text-align:center; font-size:12px; font-family:arial,helvetica; color:#fff; height:30px; line-height:26px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;}

#pmenu2 a, #pmenu2 a:visited {display:block;width:191px;  text-align:center; font-size:12px; font-family:arial,helvetica; color:#fff; height:30px; line-height:26px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;}

#pmenu3 a, #pmenu3 a:visited {display:block;width:166px;  text-align:center; font-size:12px; font-family:arial,helvetica; color:#fff; height:30px; line-height:26px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#1e406e;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#B6080F; color:#FFFFFF;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:16px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:B6080F; color:#FFFFFF;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:B6080F; color:#FFFFFF;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#1e406e url(images/fly.gif) no-repeat right center;}
/*#pmenu li.drop {background:#1e406e url(images/drop.gif) no-repeat right center;}*/
/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

#header {
border-top:1px solid #1E406E;
border-bottom:1px solid #1E406E;
padding: 4px 8px 4px 8px;
text-align:center;
width: 250px;
height: 20px;
display: block; 
font-weight:bold;
color:#fff;		
text-decoration: none;
line-height:150%;
font-size:14px;
font-family:trebuchet, arial, helvetican;
letter-spacing:0px;
background-image:url(images/cat.gif);
background-repeat:repeat-x;
background-position:center;
}

#generallista {
		margin:0px 0px 0px 0px;
		width:150px;
		COLOR: #1E406E; text-decoration:none; font-weight:normal; font-size:12px;
	}

#generallista a {
		COLOR: #1e406e; text-decoration:underline; font-weight:normal; font-size:12px;
	}
#generallista a:hover {
		COLOR: #B6080F;
	}	
#generallistb a {
		COLOR: #1e406e; text-decoration:underline; font-weight:normal; font-size:12px;
	}
#generallistb a:hover {
		COLOR: #B6080F;
	}		

/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/******************************************************************************/
/*
/* Global
/*
/*****************************************************************************/

* {
	margin: 0;
	padding: 0;
}



body * {
	line-height: 1.22em;
}


#site {
	width: 74.213em; /* 13.34px/em = 990px */
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #0e4273;
}

/* Opera hack to accomodate its 1 place float "bug" */
@media all and (min-width:0px) {
	head~body #site { width: 75.2em; }
}

a {
	color: #00407c;
}

a:hover {
	color:#0000CC;
}

a img {
	border: none;
}

#liststyle {
	position: relative;
}

#subliststyle {
	position: relative;
}

.liststyle {
	float: left;
	width: 12.368em;
	border-left:1px solid #1e406e;border-right:1px solid #1e406e;border-bottom:1px solid #1e406e;
		/*margin-bottom: -2000px;
	padding-bottom: 2000px; */
}

	.liststyle .switch {
		background: #FFFFFF;
		text-align: left;
		/* border-top: 0px solid #00407c; */
		padding: .2em 0 .1em 0;
	}

	/* Regular menu items */

	.liststyle ul.items {
		list-style-type: none;
		font-size: 10pt;
		text-align: left;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}

	.liststyle ul.items li {
		background-color: #ffffff;
		/*border-top: 1px solid #1e406e;*/
		font-weight: bold;
		zoom: 1; /* I know, but this guy needs 'hasLayout' set for IE to fix redraw issues ;*/
	}

	.liststyle ul.items li.related {
		background-color: #eaeaea;
	}

		.liststyle ul.items li.related li a {
			color: #444;
			font-size: 86%;
		}

	.liststyle ul.items li.first {
		border-top: none;
	}


		.liststyle ul.items li.selected a {
			background-color: #fef4d7;
		}

		.liststyle ul.items li.strong a {
			font-weight: bold;
		}

		.liststyle ul.items li a {
			background-color: #1e406e;
			display: block;
			padding: .3em 0 .4em .3em;
			color: #FFFFFF;
			text-decoration: none;
			zoom: 1; /* I know, but this guy needs 'hasLayout' set for IE to fix redraw issues ;*/
		}

			.liststyle ul.items li.related a {
				background-color: #EAEAEA;
			}
		
				.liststyle ul.items li.related ul li a {
					background-color: #FFF;
				}
				
				.liststyle ul.items li.related ul li a:hover {
					background-color: #DDD;
				}
			
		.liststyle ul.items ul {
			list-style-type: none;
		}

		.liststyle ul.items ul li {
			border-top: none;
			font-weight: normal;
		}

			.liststyle ul.items ul li a {
				color: #231f20;
				background-color: #efefef;
				
				background: #efefef url(images/dottedline.gif) 0 0 repeat-x;
			}

				.liststyle ul.items ul li a img {
					vertical-align: top;
					margin-left: 2px;
					margin-top: .2em;
				}

				.liststyle ul.items ul li.first a {
					background-image: none;
					background-color: #efefef;
					border-top: 1px solid #1e406e;
				}

			.liststyle ul.items ul li a:hover {
				background-color: #ddd;
			}
		












