	
						
		
						
				
					
				.subMenuUp{
					/*these styles are required*/
					display:none;
					position:absolute;
					/*these styles are required*/
					margin:0px;
					padding:0px;
					list-style:none;
					width:147px;
					}
				
				.subMenuUp #holder{
					
					}
					a.subMenuItemsUp,a.subMenuItemsUp:active,a.subMenuItemsUp:visited,a.subMenuItemsUp:link{
						font-family:'Trebuchet MS';
						display:block;
						background:url(/images/menu_off.gif) repeat-y;
						color:#2b3c41;
						font-size:11px;
						text-decoration:none;
						
						font-weight:bold;
						outline:none;
					}
					a.subMenuItemsUp:hover{
						background:url(/images/menu_on.gif) repeat-y;
					}
					a.subMenuItemsUp span{ display:block; padding:5px 7px 4px 7px; text-align:center;}
					#menu-header {
							background:url(/images/menu_header.gif) no-repeat;
							width:147px;
							height:8px;
						}
						#menu-footer {
							background:url(/images/menu_footer.gif) no-repeat;
							width:147px;
							height:8px;
						}
					