.ddsmoothmenu	{width:485px; height:20px; margin:0px; 
		 margin-left:10px; margin-top:18px; padding:0px;
		 background:#e5e5e5; border:1px solid #d9d9d9;}

.ddsmoothmenu ul	{z-index:100; list-style-type:none;
			 margin:0px; padding:0px;}
.ddsmoothmenu ul li	{position:relative; display:inline;
			 float:left;}
.ddsmoothmenu ul li a		{display:block; height:16px; background:#e5e5e5;
				 color:#333333; text-decoration:none;
				 padding:4px 8px; padding-bottom:0px;
				 border-right:1px solid #d9d9d9;}
.ddsmoothmenu ul li a:link	{color:#333333;}
.ddsmoothmenu ul li a:visited	{color:#333333;}
.ddsmoothmenu ul li a.selected	{color:#4d4d4d; background:#d9d9d9;}
.ddsmoothmenu ul li a:hover	{color:#4d4d4d; background:#d9d9d9;}

* html .ddsmoothmenu ul li a	{display:inline-block;}


	

.ddsmoothmenu ul li ul		{position:absolute; left:0;
				 display:none; visibility:hidden;}

.ddsmoothmenu ul li ul li	{display:list-item; float:none;}
.ddsmoothmenu ul li ul li ul	{top:0;}

.ddsmoothmenu ul li ul li a	{width:100px; height:16px;
				 margin:0px; padding:4px 5px; padding-bottom:0px;
				 border:1px solid #d9d9d9; border-top:0px;}

.ddsmoothmenu ul li ul li ul li a	{width:150px; height:16px;
					 margin:0px; padding:4px 5px; padding-bottom:0px;
					 border:1px solid #d9d9d9; border-top:0px;}

* html .ddsmoothmenu {height: 1%;} /*Holly Hack for IE7 and below*/



.downarrowclass		{position:absolute; top:7px; right:7px;}
.rightarrowclass	{position:absolute; top:5px; right:5px;}


