/*some generic dropdown styles*/
.subMenudown {
	/*these styles are required*/
	display:none; position:absolute;
	/*these styles are required*/
	}
	/* set total dd width here */
				.subMenudown, a.subMenuItemsdown { width:210px; }

				.subMenudown {
					margin:0px;
					padding:0px;
				}
					.subMenudown #holder {}
					.subMenudown #menu-header {}
						a.subMenuItemsdown {
							display:block;
							background:#6894a9;
							border-top: 1px solid #527586;
							border-right: 1px solid #7bafc8;
							color:#ffffff;
							font-family: Verdana;
							font-size:11px;
							text-decoration:none;
						}
							a.subMenuItemsdown:hover{
								background: #9fc4d5;
								color: #0b3543;
							}
						/*for padding*/
						a.subMenuItemsdown span{ display:block; padding:7px 20px 7px 15px; } /*padding:TRouBLe;*/
						.subMenudown #menu-footer {
							 
							}
		
		
.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; 
				}
					