/* css untuk menu utama */
#menuContainer{
	height: auto;
	margin: 0px;
	width: 202 px;
}

#menuCell{
	margin: 0px;
	height: auto;
}

#menuCell p{
	background:url(../images/content_02_02.gif);
	background-repeat: repeat-y;
	margin: 0px;
	display: block;
	padding: 4px 10px 4px 4px;
	color: #333;
}
#menuCell p a{
	color: #333;
	padding-left: 15px;
	display: block;
	border-top: 1px solid #ccc;
}

#menuCell p a:hover{
	color: #f90;
	text-decoration: none;
}

#menuCellHeader{
	background:url(../images/content_02_01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 15px 4px 4px 4px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
#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;
	background: url('../images/content_05.gif');
}
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;
}