/* css untuk menu utama */
#menuContainer{
	height: auto;
	width: 195px;
}

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

#menuCell p{
	margin: 0px;
	display: block;
	color: #333;
	border-bottom: 1px dashed #fff;
}
#menuCell p a{
	background-color: #ddd;
	padding: 4px 2px 4px 15px;
	color: #000;
	display: block;
}

#menuCell p a:hover{
	background-color: #bbb;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
}

#menuCellHeader{
	background-color: #666;
	background-repeat: no-repeat;
	padding: 6px;
	margin: 0px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
#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;
}