#menuBox {
	padding: 0px; margin: 0px;
	line-height: 20px;
	color: #000000;
	width: 160px;
	position: fixed;
	z-index: 2000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menuBox p {
	margin-bottom: 10px;
	font-size: 12px;
}

#menuBox #navigation {
	position: relative;
	font-size: 11px;
	background: url(../img/bg_menu_home.gif) #98c0f4 repeat-x;
	height: 25px;
	line-height: 24px;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;		
	white-space: nowrap;
	width: 150px;
}

#menuBox #navigation img {
	position: absolute; 
	width: 16px; 
	height: 16px; 
	top: 5px; 
	right: 5px;
}

/* ul.menu, ul.sub {
    list-style-type: none;
	margin: 0px;
	height: auto;
}

ul.menu li, ul.sub li {
	list-style: none;
	list-style-type: none;
	vertical-align: bottom;
	height: 26px;
	line-height: 25px;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
}	

ul.menu li {
	background: url(../img/bg_menu_a.gif) repeat-x;  
	padding-left: 10px;
}

ul.sub li {
	background: url(../img/bg_menu_c.gif) repeat-x;  
	padding-left: 20px;
	color: #666666;
} */

#menuBox div.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
}

#menuBox div.menu img {
	position: absolute;
	top: 9px;
	left: 10px;
}

#menuBox div.tit, #menuBox div.sub {
	vertical-align: bottom;
	line-height: 26px;
	height: 26px;
	cursor: pointer;
	white-space: nowrap;
	padding-left: 25px;
	position: relative;
}

#menuBox div.home {
	padding-left: 30px;
}	

#menuBox div.tit {
	background: url(../img/bg_menu_a.gif) repeat-x;  
}

#menuBox div.sub {
	background: url(../img/bg_menu_c.gif) repeat-x;  
	/* padding-left: 20px; */
	color: #666666;
}

/* nova area */
#menuBox #config .panel {
	position: absolute;
	top: 0px;
	left: 160px;
	background: #eeeeee;
	padding: 20px;
	width: 440px;
	min-height: 300px;
	line-height: 18px;
}

#menuBox #config h2 {
	font-size: 21px;
	letter-spacing: -1px;
	margin: 0px 0px 7px 0px;
	padding-bottom: 14px;
	border-bottom: 1px solid #666666;
	font-weight: normal;
	line-height: 22px;
}