/* CSS Document */
#nav1 
	{
	z-index: 20;
	position: relative;
	top: -9px;
	}

/* The background behind the content (includes grey stripes) */
#background 
	{
	z-index: 1;
	position: absolute;
	top: 326px;
	right: 1000px;
	left: 0px;
	bottom: 760px;
	}

/* Text navigation second from bottom */
#textlinks 
	{
	text-decoration:none;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	}
	

	
/* The logos at the bottom of the page */
#sponsors 
	{
	
	z-index: 1;
	position: relative;
	top: 830px;
	right: 1000px;
	left: 0px;
	bottom: 920px;
	}


/* The content section */

	
div.cont_contentclass div
	{
	font-size: 12px;
	line-height: 1.3;
	font-family: arial, helvetica, sans-serif;
	color: #666666; 
	z-index: 3;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	}
	
/* Position of the menu pic and menu items */
.mymenu a, .mymenu li 
	{
	float: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 15;
	}

/* Sets initial position of drop down off screen to the left */
.mymenu ul 
	{
	left: -10000px;
	position: absolute;
	}
	
.mymenu, .mymenu ul 
	{
	list-style: none;
	padding: 0px;
	z-index: 10;
	margin-left: 0px;
	}
	
/* Brings drop down menu on screen when a parent item is hovered over */
#ddnav0 li:hover ul
	{
	left: 0px;
	}

/* Aligns drop down with bottom edge of parent item */	
#ddnav0 ul 
	{
	top: 100%;
	z-index: 12;
	}

/*"""""""" (MAIN) Container""""""""*/	
#ddnav0	
	{	
	width: 1000px;
	position: absolute;
	z-index: 6;
	}
	

	
 

/*"""""""" (MAIN) Items""""""""*/	
#ddnav0 a	
	{	
	padding:0px 0px 0px 0px;
	background-color:#222222;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	}

/*"""""""" (SUB) Container""""""""*/	
#ddnav0 ul	
	{	
	padding:4px 4px 4px 4px;
	margin-top: 0px;
	margin-left: inherit;
	width: inherit;
	background-color:#fffff;
	background-image:url(../images/gradient.gif);
	/* for IE */
  	filter: alpha(opacity=80);
	/* CSS3 standard */
  	opacity:0.8;
	background-repeat:repeat-y;
	background-position:right center;
	border-width:1px;
	border-style:solid;
	border-color:white;
	}

/*"""""""" (SUB) Items""""""""*/	
#ddnav0 ul a	
	{	
	padding: 3px 15px 3px 5px;
	margin-top: 0px;
	margin-left: inherit;
	background-color:transparent;
	color:#EEEEEE;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	}

/*"""""""" (SUB) Hover State""""""""*/	
#ddnav0 a:hover	
	{	
	color:#99CCFF;
	text-decoration:none;
	}

#ddnav0 ul li:hover a
	{	
	color:#99CCFF;
	text-decoration:none;
	}

/*"""""""" Custom Rule""""""""*/	
ul#ddnav0 a img	
	{	
	display:block;
	border-style:none;
	}





	
