.ddsmoothmenu{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	height:30px; margin:0; padding:0; line-height:30px;
}
.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; text-decoration: none; 
}
.ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block; line-height:30px;
}
.ddsmoothmenu ul li a span{ /*IE6 hack to get sub menu links to behave correctly*/
	visibility:hidden;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
    text-decoration: none;	color: #0f0f0f; line-height:30px;
}
.ddsmoothmenu ul li a:hover{
	background:#f1efef; color: #4151b1;
}
.select{
	background:#f1efef; color: #4151b1;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute; left: 0; visibility: hidden; display: none; /*collapse all sub menus to begin with*/
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item; border-bottom:solid 4px #ccc; float: none; padding-top:1px; margin-left:0px; line-height:16px; background:#fff; !important; opacity: 0.85; filter: alpha(opacity = 85); width: 100%; /* stupid IE */
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	position: absolute; top: 0px; right: 0px;
}
.rightarrowclass{
	position: absolute; top: 0px; right: 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	position: absolute; left: 0; top: 0; width: 0; height: 0; /*background:#fff;*/
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/ opacity: 0.8;
}

.sub-div{ margin:0; padding:0; line-height:25px; float:left; font-family:Verdana, Arial, Helvetica, sans-serif; background:#f2f2f2}
.sub-div a{ margin:0; padding:0 0 0 10px !important; width:140px !important; line-height:25px !important; display:block !important; text-decoration:none; background:#fff !important;}
.sub-div a:hover{ margin:0; display:block !important; background:#e9e9e9 !important; color:#4151b1!important;}

.pnew-menu{ float:left; padding:5px 0 0 2px;}

