#mainmenu-wrapper {
	width:240px;
	height:356px;
	position: relative;
	margin-left:0px;
	margin-top:16px;
	margin-bottom:16px;
	float:left;
	}

#mainmenu-top {
	width:240px;
	height:24px;
	background:url(../images/common/mainmenu-top-bg.png); 
	background-repeat:no-repeat;
	}

#mainmenu-top p{
	font:12px Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#000;
	line-height:24px;
	padding-left:13px;
	}

#mainmenu-bot {
	width:240px;
	height:5px;
	background:url(../images/common/mainmenu-bot-bg.png); 
	background-repeat:no-repeat;
	}

#mainmenu-main {
	width:240px;
	height:317px;
	padding-left:10px;
	padding-top:10px;
	background:url(../images/common/mainmenu-main-bg.png); 
	background-repeat:repeat-y;
	}

#mainmenu-item {
	width:220px;
	height:36px;
	background:url(../images/common/mainmenu-inact.png); 
	background-repeat:no-repeat;
	padding-left:11px;
	font:12px Arial,Helvetica,sans-serif;
	line-height:36px;	
}

#mainmenu-item:hover, #mainmenu-item.active{
	background:url(../images/common/mainmenu-act.png);
	background-repeat:no-repeat;
	color:#fff;
}

#mainmenu-item p{
	color:#ccc;
}

#mainmenu-item.active p{
	color:#fff;
}

#mainmenu-item:hover p{
	color:#fff;
}