/* css untuk menu utama */
#menuContainer{
	height: auto;
	margin: 0px;
	margin-bottom: 10px;
	width: 200px;
	border: 1px solid #efefef;
}

#menuCell{
	margin: 0px;
	height: auto;
	background-color: #688693;
	border-bottom: 1px solid #efefef;
}

#menuCell p{
	margin: 0px;
	display: block;
	border-top: 1px solid #efefef;
}
#menuCell p a{
	padding: 2px 10px 2px 14px;
	color: #eee;
	height: 22px;
	display: block;
	background-color: #688693;
}

#menuCell p a:hover{
	color: #efefef;
	text-decoration: none;
	background-color: #11729c	;
	font-weight: bold;
}

#menuCellHeader{
	background-color: #11729c;
	margin: 0px;
	padding: 6px 4px 6px 4px;
	text-align: center;
	color: #efefef;
	font-weight: bold;
}

#menuCellBottom{
	visibility: visible;
	height: auto;
	border-bottom: 1px solid #ccc;
	display:none;
}
