/* css untuk menu utama */
#menuContainer{
}

#menuCell{
	padding-left: 11px;
}

#menuCell p{
	margin: 0px;
	display: block;
	border-bottom: 1px solid #fff;
}
#menuCell p a{
	background:#efefef;
	padding: 4px 10px 4px 14px;
	color: #f60;
	display: block;
}

#menuCell p a:hover{
	padding: 4px 10px 4px 14px;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
}

#menuCellHeader{
	background: url(../images/content_02.jpg) no-repeat;
	margin: 0px;
	padding: 16px 4px 8px 4px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
#subMenuCell{
	vertical-align: middle;
	padding: 2px 2px 2px 25px;
	border-bottom: 1px solid #fff;
	background-color: #efefef;
}
#subMenuCell:hover{
	background-color: #fff;
}
#subMenuCell a{
	color: #f60;
	text-decoration: none;
	width: 160px;
	
}
#subMenuCell a:hover{
	color: #666;
	font-weight:bold;
}
#menuCellBottom{
	background: url(../images/content_08.jpg) no-repeat;
	height: 30px;
}
span.menuTitle{
	font-weight: bold;
}
a.menuLink{
	color: #3A77A6;
	text-decoration: none;
	
}
a.menuLink:hover{
	color: #06c;
	text-decoration: underline;
}

.subMenuLink{
	color: #ccc;
}
