/* For Menu Testing Only */
.hand{cursor:pointer;}
.help{cursor:help;}

/* CSS Popout Menu */

#menu *
{
	font-family:Verdana;
	font-size:10px;	
}
#menu
{	
background:#FFDE00;
margin-top:-7px;
*margin-top:0px;

}

#menu a
{
	display:block;
	white-space:nowrap;
	text-indent:3px;
	text-decoration: none;
	color: #000000;
	width:100%;
	padding-top:3px;
	*padding-top:;
	height:20px;
	*height:;
	padding-left:10px;
	padding-right:10px;


}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}



#menu a:hover{
	text-decoration:underline;
	
	
}

#menu li li a {
	display: block;
	font-weight: bold;
	padding-left:10px;
	*padding-left:;
	
}

#menu li li a:hover 
{
	text-decoration:underline;	
}

li 
{	
	position: relative;
	float: left;
	*width: 64px;	
	height:21px;	
	cursor:hand;
	font-family:Verdana;
	font-size:10px;	
	font-weight:bold;
	border:none;	
	padding-top:0px;
	*padding-top:3px;	
	padding-left:0px;	
	padding-right:0px;	
	background-image:url(../images/menubg.gif);
	background-position:center left;
	text-transform:uppercase;
	color:black;
	cursor:pointer;		
}

li#first {
	border-left-width: 1px;
}

li#last {
	border-right-width: 1px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;	
	background-color:#FFDE00;		
	width: 200;
	*width:;
	margin-top:0px;
	border-left:1px solid white;
	border-right:1px solid white;	
}

li>ul {
	top: auto;
	left: auto;
}

li li 
{	
	display: block;
	float: none;	
	border: none;
	width:100%;
	border-bottom:1px solid white;
	background-image:none;	
}

li:hover ul, li.over ul {
	display: block;
}



.content li ,.content ul,.content li li a
{
	background-image:none;
	width:auto;
	height:auto;
	background-color:Transparent;
	left:auto;
	padding:0;
	text-transform:none;
	color:Black;
	position:relative;
	float:none;
	list-style-type:circle;
	font-weight:normal;
}
.content ul
{
	padding-left:20px;
}

