/* css untuk menu utama */
#menuContainer{
	height: auto;
	margin-bottom: 0px;
	width: 190px;
}

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

#menuCell p{
	margin: 0px;
	height: 22px;
	display: block;
	background-color: #efefef;
	background-repeat: repeat-y;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-collapse:collapse;
	padding: 2px 2px 2px 10px;
	color: #333;
}
#menuCell p a{
	color: #333;
	display: inline;
	width: 90%;
}

#menuCell p a:hover{
	color: #f90;
}

#menuCellHeader{
	padding: 4px;
	margin: 0px;
	height: 20px;
	text-align: center;
	background-color: #666;
	background-repeat: repeat-x;
	color: #fff;
	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;
	border-top: 1px solid #bbb;
	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;
}