.parent a				{ 
							font-weight:bold; 
							display:block; 
							background:#fff; 
							height:28px;
							padding: 0 30px 0 12px;
							line-height:26px;
							color:#5b5b5b; 
							text-decoration:none;
						}
.parent a:hover			{ color:#424242 }

.sub ul li					{ 
							height:28px;
							line-height: 28px;
							padding-left:28px; 
							margin:0px; 
							border-bottom:1px solid #ccc
						}
.sub a					{ font-weight:normal; color:#111; text-decoration:none }
.sub a:hover				{ color:#000; }

span.menutitle			{ 
							font-weight:bold; 
							display:block; 
							background:#fff; 
							height:28px;
							padding: 0 0 0 10px;
							line-height:38px;
							color:#000000; 
							text-decoration:none;
							border-bottom:1px solid #000000;
							text-align:left;
							width:97px;
						}
