/* css untuk menu utama */
#menuContainer{
	margin-bottom: 10px;
	background: url(../images/bgMenu.gif) top right repeat-y #e6f4ff;
}

#menuCell{
	margin: 0px 10px;
	border-top: 1px solid #c5e8fe;
}

#menuCell p{
	margin: 0px;
	display: block;
}
#menuCell p a{
	padding: 6px 10px 8px 30px;
	color: #fff;
	display: block;
	font-weight: bold;
}

#menuCell p a:hover{
	color: #fff;
	text-decoration: none;
}

#menuCellHeader{
	font-size: 1.5em;
	padding: 10px 5px 5px 5px;
	color: #003669;
	margin: 0px 10px 25px 10px;
	border-bottom: 2px solid #8abfe1;
}
#subMenuCell{
	vertical-align: middle;
	padding: 2px 2px 2px 25px;
	border-bottom: 1px solid #fff;
}
#subMenuCell:hover{
}
#subMenuCell a{
	color: #fff;
	text-decoration: none;
	
}
#subMenuCell a:hover{
	color: #fff;
	font-weight:bold;
}
#menuCellBottom{
	height: 25px;
	padding: 0px;
	overflow: hidden;
}
span.menuTitle{
	font-weight: bold;
}
a.menuLink{
	color: #3A77A6;
	text-decoration: none;
	
}
a.menuLink:hover{
	color: #06c;
	text-decoration: underline;
}

.subMenuLink{
	color: #ccc;
}
