/*some generic dropdown styles*/
.subMenudown {
	/*these styles are required*/
	display:none; position:absolute;
	/*these styles are required*/
	}
	/* set total dd width here */
				.subMenudown{width:184px;  }

				.subMenudown {
					margin:0px;
					padding:0px;
					
				}
					.subMenudown #holder {width:184px;}
					.subMenudown #menu-header {
						background: url(/images/menu_header.gif) no-repeat;
						width: 184px;
						height: 5px;
					}
						a.subMenuItemsdown {
							display:block;
							background:url(/images/menu_off.gif) repeat-y;
							color:#3c0187;
							font-family: Arial;
							font-size:11px;
							font-weight: bold;
							text-decoration:none;
							width:184px;
							border-top: solid 1px #c6ade5;
						}
							a.subMenuItemsdown:hover{
								background: url(/images/menu_on.gif) repeat-y;
								color: #ffffff;
							}
						/*for padding*/
						a.subMenuItemsdown span{ 
							display:block; 
							padding:7px 20px 7px 15px; 
							background: url(/images/home/menu_off_span.png) bottom left no-repeat; 
							} /*padding:TRouBLe;*/
						.subMenudown #menu-footer {
							 background: url(/images/menu_footer.gif) no-repeat;
							 width: 184px;
							 height: 7px;
							}
		
		
.subMenuUp{
		/*these styles are required*/
		display:none;
		position:absolute;
		/*these styles are required*/
		margin:0px;
		padding:0px;
		list-style:none;
		width:150px;
		/*border-top: 1px solid #1c274b;
		border-bottom: 1px solid #1c274b;*/
		}
	.subMenuUp #holder{
		}
	.subMenuUp #menu-header {}
	
		a.subMenuItemsUp{
			display:block;
			background:#1c274b;
			
			color:#ffffff;
			font-family: Verdana;
			font-size:11px;
			text-decoration:none;
			width:150px;
		}
		a.subMenuItemsUp:hover{
			background: url(/ftpimages/114/podium/style476/images/L2_dd_on.gif) top left repeat-x #ffffff;
			
			color: #910a00;
		}
		a.subMenuItemsUp span{ display:block; padding:7px 15px 7px 15px; }
		.subMenuUp #menu-footer {
				background: url(/ftpimages/114/podium/style476/images/L2_dd_bottom.gif) bottom left no-repeat;
				width: 210px;
				height: 11px; 
				}
					
