/* css untuk menu utama */
#menuContainer{
	height: auto;
	margin: 0px;
	width: 194px;
	background: url('../images/content_antik_01.gif');
	background-repeat: repeat-y;
}

#menuCell{
	margin: 0px;
	height: auto;
}

#menuCell p{
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 22px;
	display: block;
	padding: 4px 2px 4px 20px;
	color: #333;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}
#menuCell p a{
	color: #333;
	display: block;
	width: 100%;
}

#menuCell p a:hover{
	color: #f90;
	text-decoration: none;
}

#menuCellHeader{
	padding: 10px 4px 10px 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 22px;
	text-align: center;
	background-color: #096EA8;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#subMenu{
	display:none;
	line-height: 140%;
	margin: 0px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	padding: 4px;
	width: auto;
	height: auto;
}
#menuCellBottom{
	visibility: visible;
	height: auto;
}
span.menuTitle{
	font-weight: bold;
}
a.menuLink{
	color: #3A77A6;
	text-decoration: none;
}
a.menuLink:hover{
	color: #06c;
	text-decoration: underline;
}

a.subMenuLink{
	color: #666;
}
a.subMenuLink:hover{
	color: #f90;
}
