/* css untuk menu utama */
#menuContainer{
	padding: 10px 5px;
}

#menuCell{
	padding: 10px 5px;
	
}

#menuCell p{
	margin: 0px;
}
#menuCell p a{
}

#menuCell p a:hover{
	background-color:#F4A74D;
	color: #fff;
}

#menuCellHeader{
	padding: 9px 12px;
	background: url(../images/headingTab.gif) top left no-repeat;
	color: #005c96;	
	font-size: 18px;
	font-weight: lighter;
	font-family: arial;
}
#menuCellBottom{
	display: none;
}
span.menuTitle{
	font-weight: bold;
}
a.menuLink{
	color: #3A77A6;
	text-decoration: none;
}
a.menuLink:hover{
	color: #06c;
	text-decoration: underline;
}
.subMenu{
	display:none;
	line-height: 150%;
	margin: 0px 0px 0px 20px;
}
a.subMenuLink{
	color: #666;
}
a.subMenuLink:hover{
	color: #f90;
}
