html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

a{

	text-decoration: none;

}

.ddsmoothmenu{

	font-size:11px;

	font-weight:bold;

}

.ddsmoothmenu ul{

	z-index:1002;

	list-style-type: none;

}



/*Top level list items*/

.ddsmoothmenu ul li{

	display:block;

	float:left;

	font-size:12px;

	font-weight:bold;

	height:33px;

	line-height:33px;

	text-transform:uppercase;

}



/*Top level menu link items style*/

.ddsmoothmenu ul li a{



color:#B0C5C5;

display:block;

outline:0 none;

width:auto;

}

.ddsmoothmenu ul li a span{

background:url("../images/slipt_menu.jpg") no-repeat scroll left center transparent;

display:block;

padding:0 24px;

width:auto !important;

}



* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

	display: block;

}

* html .ddsmoothmenu{

	width:990px !important;

	overflow:hidden;

	display:inline;

}

/* Sub level menu links style */

/*

.ddsmoothmenu ul li ul li a{

	font-weight:normal;

	margin: 0;

	z-index:104;

	background:#ff9600;

	width:185px;

	opacity:0.75;

	filter: alpha(opacity = 75);

	height:23px;

	line-height:23px;

	color:#000;

	text-align:left;

	padding-left:10px;

	border-bottom:1px dashed #ffc97c;

}

.ddsmoothmenu ul li ul li a:hover{

	background:#a76200;

	color:#fff;

	font-size:12px;

}

*/

/* ######### CSS for shadow added to sub menus  ######### */



.ddshadow{

	position: absolute;

	left: 0;

	top: 0;

	width: 0;

	height: 0;

}

