/* php nav */
.navcontainerment {
	font-size: 12px;
}
.navcontainerment a{
	color: #555;
	text-decoration: none;
}
.navcontainerment ul{
	list-style-type: none;
	padding: 0px;
}

.ul1 {
	list-style: none; 
	padding: 1px;
	margin-left: 0; 
	margin-bottom:0; 
	margin-right:0;
	font-size: 11px;
	border: 2px solid;
	border-color: #AAA #666 #666 #AAA;
	background: #fbdbf0;}
.li1 {
	text-indent:-8px;
	margin: 0;
	padding: 0.25em 1em;
	border: 1px solid;
	border-color: #FFF #AAA #AAA #FFF;}
.ul2 {
	font-size: 9px;
	margin: 3px 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.li2 {
	background-color: #fe81fe;
	padding: 3px 0px 3px 8px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.li2 a {
 color:#222;
}
