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

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

#menuCell p{
	margin: 0px;
	display: block;
}
#menuCell p a{
	padding: 6px 10px 8px 30px;
	color: #fff;
	display: block;
	background: url('../images/content_02.gif');
	background-repeat: no-repeat;
	font-weight: bold;
}

#menuCell p a:hover{
	color: #fff;
	text-decoration: none;
	background: url('../images/content2_02.gif');
	background-repeat: no-repeat;
}

#menuCellHeader{
	background-color: #333;
	margin: 0px;
	padding: 6px 4px 6px 4px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: none;
}
#subMenuCell1{
	vertical-align: middle;
	padding: 2px 2px 2px 25px;
	border-bottom: 1px solid #fff;
	background: url('../images/content_04.gif');
	background-repeat: repeat-y;
}
#subMenuCell1:hover{
	background: url('../images/content_04.gif');
	background-repeat: repeat-y;
}
#subMenuCell1 a{
	color: #fff;
	text-decoration: none;
	
}
#subMenuCell1 a:hover{
	color: #fff;
	font-weight:bold;
}
#menuCellBottom{
	visibility: visible;
	height: auto;
	border-bottom: 1px solid #ccc;
	display:none;
}
span.menuTitle{
	font-weight: bold;
}
a.menuLink{
	color: #3A77A6;
	text-decoration: none;
	
}
a.menuLink:hover{
	color: #06c;
	text-decoration: underline;
}

.subMenuLink{
	color: #ccc;
}
