/* For Menu Testing Only */
.hand{cursor:pointer;}
.help{cursor:help;}

/* CSS Popout Menu */

#menu *
{
	font-family:Verdana;
	font-size:12px;	
}
#menu
{	
background:#6C665B;

*margin-top:0px;

}

#menu a
{
	display:block;
	white-space:nowrap;
	text-indent:3px;
	text-decoration: none;
	color: #ffffff;
	width:100%;
	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:24px;	
	*height:31px;	
	cursor:hand;
	font-family:Verdana;
	font-size:10px;	
	font-weight:bold;
	border:none;	
	padding-top:7px;
	
	padding-left:0px;	
	padding-right:0px;		
	background-position:center left;
	color:white;
	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:#6C665B;		
	width: 200;
	*width:;
	margin-top:7px;
	*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;	
	height:21;
	padding:0px;
}

li:hover ul, li.over ul {
	display: block;
}
form li ,form ul,form 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;
}form ul
{
	padding-left:20px;
}
