@charset "utf-8";
#globalmenu
{
	width: 200px;
	padding: 20px;
	height: 300px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #CCC;
}
/* CSS Document */

#menu2
{
	width:9em;
	list-style-type: none;
	text-align: center;
}
#menu2 li {
	margin-top: 15px;
	margin-bottom: 10px;
}
#menu2 li a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	list-style-type: none;
}
#first
{
	position: absolute;
	left: 25px;
}
