#gadgets_wrapper {
	width:240px;
	height:280px;
}

#head {
	width:240px;
	height:auto;
}

#globalNavi{
	height: auto;
	text-align: left;
	float:left;
	margin:0;
}


#buttonarea{
	margin-bottom:0;
	float:right;
	text-align: right;
}

#buttonarea span {
	margin:auto;
	padding:auto;

}

#canvas_area {
	clear:both;
	width:240px;
	height:250px;
}

ul,li{
	margin:0;
	padding:0;
	margin-bottom:0;
}

#nav { z-index:10; width: 110px; margin: 0 ; position: relative; line-height:1; text-align: left; }
#nav li { list-style: none; float: left; position: relative; }

#nav ul { display: none; position: absolute; top: 25px; left: 0; }
* html #nav ul { line-height: 1; }
#nav ul li { float: none;}

#nav ul { width: 120px; }
#nav ul ul { top: 0; left: 121px; }
#nav ul a {
	height:8px;
	font-size:10px;
	display: block;
	width: 108px;
	background:#121212;
	padding: 3px;
	color: #FFF;
	border-bottom: 1px solid #FFF;

	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.70; /*FF*/
	opacity:0.7;
	zoom: 1;
	line-height: 1;
	text-decoration:none;
}
#nav ul a.hover { background: #444; }

