/*Menu*/

ul {
	list-style:none;
	padding:0;
	margin:0;
	}
ul li {
	width: 100px;
	height: 200px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ddd;
	border-right: 1px solid #aaa;
	float:left;
	overflow:hidden;
	background: #ccc url(../images/super_box.png) no-repeat center top;
	}
ul li:hover {
	width: 140px;
	height: 240px;
	background: #999 url(../images/super_box.png) no-repeat center top;
	margin: -20px;
	position:relative;
	}
ul li a {
	color: #888;
    width: 100px;
	height: 200px;
	display:block;
	font-size: 0.9em;
	text-decoration:none;
	padding: 71px 0 0 0;
	}
ul li a:hover {
    width: 140px;
	height: 240px;
	font-size: 1em;
	color: #ccc;
	}


/*Layout*/

#main {
		width: auto;
		padding: 40px;
		text-align: justify;
		line-height: 1.5;
	}

	
/*Globals*/

	* {
		padding: 0px;
		margin: 0px;
		border: 0;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	html,
	body	{
		font-size: 100.01%;
		}
