/* Base menu */
#menu {
	border-collapse: collapse;
	border: 0px solid black;
	width: 90%;
	margin:0px auto;
}

#menu-body {
	/* background: url('../../images/isi/back.gif') repeat; */
	background:#F4F4F4;
}

#menu-topsx {
	width:5px;
	height: 24px;
	background: url('../../images/isi/styles/menu-topsx.gif') no-repeat;
}
#menu-up {
	height: 24px;
	color: #FFFFFF;
	font-weight:bold;
	background: url('../../images/isi/styles/menu-top.gif') repeat-x;
}
#menu-topdx {
	width:5px;
	height: 24px;
	background: url('../../images/isi/styles/menu-topdx.gif') no-repeat;
}

#menu-topsx-nocolor {
	width:8px;
	height: 8px;
	background: url('../../images/isi/styles/menu-topsx-nocolor.gif') no-repeat;
}
#menu-up-nocolor {
	height: 8px;
	color: #FFFFFF;
	font-weight:bold;
	background: url('../../images/isi/styles/menu-top-nocolor.gif') repeat-x;
}
#menu-topdx-nocolor {
	width:8px;
	height: 8px;
	background: url('../../images/isi/styles/menu-topdx-nocolor.gif') no-repeat;
}

#menu-sx {
	width:8px;
	background: url('../../images/isi/styles/menu-sx.gif') repeat-y;
}
#menu-dx {
	width:8px;
	background: url('../../images/isi/styles/menu-dx.gif') repeat-y;
}
#menu-bottomsx {
	width:8px;
	height: 8px;
	background: url('../../images/isi/styles/menu-bottomsx.gif') no-repeat;
}
#menu-down {
	height:8px;
	background: url('../../images/isi/styles/menu-bottom.gif') repeat-x;
}
#menu-bottomdx {
	width:8px;
	height: 8px;
	background: url('../../images/isi/styles/menu-bottomdx.gif') no-repeat;
}
