.ddsmoothmenu			{
						}

.ddsmoothmenu ul		{
						z-index: 100;
						margin: 9px 0 0 90px;
						}

/*Top level list items*/
.ddsmoothmenu ul li		{
						float: left;
						position: relative;
						display: inline;
						}

/*Top level menu link items style*/
.ddsmoothmenu ul li a	{
						height: 32px;
						display: block;
						padding: 0 0 0 30px;
						float: left;
						overflow: hidden;
						margin-right: 5px;
						}
						
.ddsmoothmenu ul li a span	{
						height: 32px;
						padding: 0 30px 0 0;
						float: left;
						font: bold 12px Arial;
						line-height: 32px;
						}
						
.ddsmoothmenu ul li a:hover	{
						background: url(../images/but_bg.jpg) no-repeat;
						}
						
.ddsmoothmenu ul li a:hover span	{
						background: url(../images/but_bg.jpg) no-repeat top right;
						cursor: pointer;
						color: #333;
						}
						
.ddsmoothmenu ul li a.active	{
						background: url(../images/but_bg.jpg) no-repeat;
						}
						
.ddsmoothmenu ul li a.active span	{
						background: url(../images/but_bg.jpg) no-repeat top right;
						cursor: pointer;
						color: #333;
						}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
						display: inline-block;
						}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
						color: #fff;
						}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
						background: url(../images/but_bg.jpg) no-repeat;
						}
						
.ddsmoothmenu ul li a.selected span{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
						background: url(../images/but_bg.jpg) no-repeat top right;
						color: #333;
						}

/*1st sub level menu*/
.ddsmoothmenu ul li ul	{
						position: absolute;
						left: 0;
						display: none;
						visibility: hidden;
						padding: 18px 0 0 0;
						margin: 0;
						}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
						display: list-item;
						float: none;

						}

/*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{
						font: bold 11px Arial;
						text-align: left;
						width: 150px;
						padding: 2px 0 0 25px;
						margin: 0;
						border-top-width: 0;
						border-bottom: 1px solid gray;
						background-color: #333;
						height: 16px;
						}
						
.ddsmoothmenu ul li ul li a:hover{
						background: #666 url(../images/xbut_bg.jpg) no-repeat;
						color: #fc0;
						}

/* ######### CSS classes applied to down and right arrow images  ######### */

/*.downarrowclass			{
						position: absolute;
						top: 10px;
						right: 5px;
						}

.rightarrowclass		{
						position: absolute;
						top: 6px;
						right: 5px;
						}*/

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow				{
						position: absolute;
						left: 0;
						top: 0;
						width: 0;
						height: 0;
						}
						
/*.ddsmoothmenu ul li ul li a.serv_cat {
						background-color: #fc0;
						color: #333; 
						padding: 2px 0 0 15px; 
						width: 160px;
						}*/
						

						
