

	.ddsmoothmenu ul{
		z-index:100;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		/*Top level list items*/
		.ddsmoothmenu ul li{
			position: relative;
			display: inline;
			float: left;
		}

			/*Top level menu link items style*/
			.ddsmoothmenu ul li a{
				display: block;
				/*padding: 8px 5px;*/
				text-decoration: none;
				/*color:#000C39;*/
				/*margin-bottom: 20px;*/
			}

			* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
				display: inline-block;
			}

		.ddsmoothmenu ul li ul li:hover{
			background: #000C39; 
			cursor:pointer;
		}


	
			/*1st sub level menu*/
			.ddsmoothmenu ul li ul{
				position: absolute;
				left: 0;
				display: none; /*collapse all sub menus to begin with*/
				visibility: hidden;
				background:#efece9; /*background of menu items (default state)*/
				/*width: 170px;*/ /*width of sub menus*/
				/*opacity: 0.9;*/
				text-align: center;
			}

			.ddsmoothmenu > ul > li > ul{
				opacity: 0.6;
			}

				/*Sub level menu list items (undo style from Top level List Items)*/
				.ddsmoothmenu ul li ul li{
					display: list-item;
					float: none;
				}
				
					.whiteText {
						color:#38312f;
					}
	
					/*All subsequent sub menu levels vertical offset after 1st level sub menu */
					.ddsmoothmenu ul li ul li ul{
						top: 0;
					}

						/* Sub level menu links style */
						
						.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{
							font-family: Tahoma, Geneva, sans-serif;
							font-size:12px;
							text-align:left;
							min-width: 170px; /*width of sub menus*/
							width:auto;
							width:170px;
							padding:10px;
							display:block;
							margin: 0;
							padding-top: 7px;
							padding-bottom: 7px;
							background: url(../design_images/menubg.gif) bottom repeat-x;
							letter-spacing: 0px;
						}

							.ddsmoothmenu ul li ul li a span {
								/*margin-right:10px;*/
								/*margin:7px;*/
							}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 8px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 8px;
	right: 5px;
	margin-left:10px;
	/*float:right;*/
}
