#col-sx {
	width: 178px;
	float: left;
	z-index: 9;
	}

#box_menu {
	background: url(../imgs/html/bg-box01.gif) top left no-repeat #FAA219;
	padding: 8px 0 0 0;
	margin: 0 0 8px 0;	
	position: relative;
	z-index: 10;
	}

#box_menu .box-end {
	width: 178px;
	height: 7px;
	/*background: url(../imgs/html/bg-box01-end.gif) top left;*/
	}

#box_menu h2 {
	padding: 0;
	margin: 0 0 5px 10px;
	}

#box_menu .special {
	width: 163px;
	margin: 0 0 15px 15px;
	padding: 0 0 5px 0;
	background: url(../imgs/html/bg-speciali-end.gif) bottom left no-repeat;
	}

#box_menu a:link {
	text-decoration:none
	}
	
#box_menu .special p.title {
	margin:  0 0 0 2px;
	padding: 0;
	} 

#box_menu .special p {
	font-size: 12px;
	width: 160px;
	margin: 0 0 0 2px;
	background-color: #E08800;
	padding: 4px 0 4px 0;
	}

#box_menu .special p a {
	/*font-size: 0.9em;*/
	font-weight: bold;
	font-weight: 500;
	color: #FFF;
	padding: 0px 0 0 9px;
	margin: 0;
	display: block;
	}
#box_menu .special p a:hover {
	color:#660000;
	}

#box_menu .special p.divisor {
	width: 160px;
	height: 4px;
	background: url(../imgs/html/separator-special.gif) top center no-repeat #E08800;
	margin: 0 0 0 2px;
	padding: 0}

/** menu home page **/

#menubase {
	position: relative;
	top: 0px;
	left: 0;
	margin: 0 0 15px 0;
	padding: 0;
	z-index: 15;
	}

#menubase ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 178px;
	}

#menubase ul li {
	position: relative;
	margin-top: -1px;
	height: 21px;
	line-height: 21px;
	z-index: 20;
	background: url(../imgs/html/bg-menu2.gif) top left no-repeat;
	}

#menubase ul li:hover {
	position: relative;
	height: 21px;
	line-height: 21px;
	background: url(../imgs/html/bg-menu-sel.gif) top left no-repeat;
	padding: 0;
	margin: -1px 0 0 0;
	z-index: 30;
	}

#menubase ul li img {
	position: relative;
	float: left;
	margin: 2px 4px 0 0;
	}

#menubase ul li a {
	position: relative;
	font-size: 11px;
	font-weight:400;
	color: #58400F;
	width: 167px;
	height: 21px;
	line-height: 21px;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0 11px;
	text-decoration: none;
	}

