/* css untuk menu utama */
#menuContainer{
	background: url(../images/content_04.jpg) repeat-y;
}

#menuCell{
	background: url(../images/content_02.jpg) no-repeat;
	padding: 0px 11px 0px 18px;
}


#menuCellHeader{
	display: none;
}
#menuCellBottom{
	background: url(../images/content_06.jpg) no-repeat;
	height: 89px;
}
span.menuTitle{
	font-weight: bold;
}
a.menuLink{
	color: #3A77A6;
	text-decoration: none;
}
a.menuLink:hover{
	color: #06c;
	text-decoration: underline;
}
.subMenu{
	display:none;
	line-height: 150%;
	margin: 0px 0px 0px 20px;
}
a.subMenuLink{
	color: #666;
}
a.subMenuLink:hover{
	color: #f90;
}
