/*
a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
*/


#list-menu {
	width: 90%;

/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
	margin: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	left: 1px;
	clip:  rect(1px auto auto auto);
	color: #FFFFFF;
	padding: 0px; 
}

#list-menu li {
	margin: 2px 0 0;
} 

#list-menu a{
	display: block;

	margin-right: 2px;
	margin-left: 12px;
	margin-top: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	
	margin-bottom: 0px;
	padding-right: 2px; 
	padding-left: 6px;
	padding-top: 1px;
	background-color: #669933;
	color: #FFFFFF;
	
	border: 1px solid #333300;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #FFFFFF;
}

#list-menu a:hover {
	border: 1px solid #000000;
	background: #339900;
	color: #ffffff;
}



.buttonscontainer {
	width: 90%;
}

.buttons a {
	margin-right: 2px;
	margin-left: 12px;
	margin-top: 2px;
	
	color: #FFFFFF;
	background-color: #6699933;
	padding: 2px;
	padding-left: 3px;
	
	display: block;
	border-bottom: 1px solid ; 
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	text-align: left;
}

.buttons a:hover {
	background-color:#668833 ;
	color:#FFFFFF ;
	text-decoration: none;
}
.buttons a:visited {	
	color:#FFFFFF ;
}


