/*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:#1c274b;
							border-left: 1px solid #1c274b;
							border-right: 1px solid #1c274b;
							color:#ffffff;
							font-family: Verdana;
							font-size:11px;
							text-decoration:none;
						}
							a.subMenuItemsDown:hover{
								background: url(/ftpimages/114/podium/style476/images/L2_dd_on.gif) top left repeat-x #ffffff;
								border-left: 1px solid #1c274b;
								border-right: 1px solid #1c274b;
								color: #910a00;
							}
						/*for padding*/
						a.subMenuItemsDown span{ display:block; padding:7px 20px 7px 15px; } /*padding:TRouBLe;*/
						.subMenuDown #menu-footer {
							background: url(/ftpimages/114/podium/style476/images/L2_dd_bottom.gif) bottom left no-repeat;
							width: 210px;
							height: 11px; 
							}
		
		
.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;
			border-left: 1px solid #1c274b;
			border-right: 1px solid #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;
			border-left: 1px solid #1c274b;
			border-right: 1px solid #1c274b;
			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; 
				}
					