
a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}
a:active {color:#000000; text-decoration:none;}

UL#nav {
PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 0px;
FONT: 10px verdana; WIDTH: 136px; PADDING-TOP: 1px; LIST-STYLE-TYPE: none
}
UL#navsub {
PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 0px;
FONT: 10px verdana; WIDTH: 136px; PADDING-TOP: 1px; LIST-STYLE-TYPE: none
}


	
ul li.menu {
	position: relative;
	font: normal 10px verdana;
	}
	
li.menu ul {
	position: absolute;
	left: 134px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	font: normal 10px verdana;
	border: 1px solid #AAC889;
	background: #C2DFA5;
	width: 15em;
	}

/* Styles for Menu Items */
ul li.menu a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #C2DFA5; /* IE6 Bug */
	padding: 4px;
	border-bottom: 0;
	text-decoration:none;
	}
ul li.menu a:hover {
	background-color: #AAC889;
	color: black;
	text-decoration:none;
	}	
	
/* Holly Hack. IE Requirement \*/
* html ul li.menu { float: left; height: 1%; }
* html ul li.menu a { height: 1%; }
/* End */

li.menu:hover ul, li.menu.over ul { display: block; } /* The magic */



ul li.menu2 {
	position: relative;
	font: normal 10px verdana;
	}
	
li.menu2 ul {
	position: absolute;
	left: 134px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	font: normal 10px verdana;
	/*border: 1px solid #AAC889;*/
	/*background: #C2DFA5;*/
	border: 1px solid #F0C55E;
	background: #FFD46C;
	width: 15em;
	}

/* Styles for Menu Items */
ul li.menu2 a {
	display: block;
	text-decoration: none;
	color: #000;
	/*background: #C2DFA5;*/ /* IE6 Bug */
	background: #FFD46C;
	padding: 4px;
	border-bottom: 0;
	text-decoration:none;
	}
ul li.menu2 a:hover {
	/*background-color: #AAC889;*/
	background-color: #F0C55E;
	color: black;
	text-decoration:none;
	}	
	
/* Holly Hack. IE Requirement \*/
* html ul li.menu2 { float: left; height: 1%; }
* html ul li.menu2 a { height: 1%; }
/* End */

li.menu2:hover ul, li.menu2.over ul { display: block; } /* The magic */




.newsItem TABLE.panel {
	BORDER-RIGHT: #C6B685 1px solid; BORDER-TOP: #C6B685 1px solid; BORDER-LEFT: #C6B685 1px solid; BORDER-BOTTOM: #C6B685 1px solid; BACKGROUND-COLOR: #E3DBC2;
    margin: 0 auto;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: absolute;
    top: 40%;
    left  : 40%;
margin-top: -35px;
margin-left: -50px;
text-align: center;
padding-left:10px;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
z-index:10;
/*
width:50px;
height:50px;
*/
display:inline-block;
vertical-align:middle;

}


.transbox
{
    margin: 0 auto;
	filter:alpha(opacity=50);
	opacity: 1;
	-moz-opacity:1;
	position: absolute;
    top: 50%;
    left  : 50%;
margin-top: -35px;
margin-left: -50px;
text-align: center;
padding-left:10px;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
z-index:10;
width:50px;
height:50px;
display:inline-block;
vertical-align:middle;

	}

