/* css untuk menu utama */
#menuContainer{
	background: url(../images/bgMenu.gif) top left repeat-y;
}

#menuCell{
	padding: 0px 10px;
	background: url(../images/menuCell.gif) top left no-repeat;
}

#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{
	display: none;
}
#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: 20px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/menuBottom.gif) bottom left no-repeat;
}
span.menuTitle{
	font-weight: bold;
}
a.menuLink{
	color: #3A77A6;
	text-decoration: none;
	
}
a.menuLink:hover{
	color: #06c;
	text-decoration: underline;
}

.subMenuLink{
	color: #ccc;
}
