.ddsmoothmenu{
font: bold 12px Verdana;/*background: #414141; background of menu bar (default state)*/width: 100%;padding-top:10px;}
*:first-child+html .ddsmoothmenu { padding-top:0;}
.ddsmoothmenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none;float: right;}

/*Top level list items*/
.ddsmoothmenu ul li{position: relative;display: inline;float: left;/*margin-right: 1px;*/}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{display: block;height: 31px;background: url(images/bgtableft.gif) left top no-repeat;	font:bold 13px Verdana, Arial, Helvetica, sans-serif;text-decoration: none;}
.ddsmoothmenu ul li a span {display: block;margin-left: 6px;padding-left: 5px;padding-right: 12px;line-height: 31px;
 	color: #FFF;background: url(images/bgtabright.gif) right top no-repeat;text-decoration: none;}
*:first-child+html .ddsmoothmenu ul li a, *:first-child+html .ddsmoothmenu ul li a span { float:left; }
	/************** hirebg *******************/
.ddsmoothmenu ul li a.hirebg{display: block;height: 31px;background: url(images/bgtableft.gif) left -62px no-repeat;	font:bold 13px Verdana, Arial, Helvetica, sans-serif;text-decoration: none;}
.ddsmoothmenu ul li a.hirebg span {display: block;margin-left: 6px;padding-left: 5px;padding-right: 22px;line-height: 31px;
 	color: #FFF;background: url(images/bgtabright.gif) right -62px no-repeat;text-decoration: none;}
* html .ddsmoothmenu ul li a.hirebg { width:6px; float:left; display:inline; }
* html .ddsmoothmenu ul li a.hirebg span { width:85px;  float:left; display:inline;}
	/************** pckgbg *******************/
.ddsmoothmenu ul li a.pckgbg{display: block;height: 31px;background: url(images/bgtableft.gif) left -124px no-repeat;	font:bold 13px Verdana, Arial, Helvetica, sans-serif;text-decoration: none;}
.ddsmoothmenu ul li a.pckgbg span {display: block;margin-left: 6px;padding-left: 5px;padding-right: 12px;line-height: 31px;
 	color: #FFF;background: url(images/bgtabright.gif) right -124px no-repeat;text-decoration: none;}
* html .ddsmoothmenu ul li a.pckgbg { width:6px; float:left; display:inline; }
* html .ddsmoothmenu ul li a.pckgbg span { width:55px;  float:left; display:inline;}

* 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: white;}
.ddsmoothmenu ul li.selected a{background-position:left -31px;text-decoration: none;cursor: pointer; color:#0c608f;}
.ddsmoothmenu ul li.selected a span {background-position:right -31px;color: #fff;color:#0c608f;}
.ddsmoothmenu ul li a:hover{background-position: left -93px;text-decoration: none;cursor: pointer;}
.ddsmoothmenu ul li a:hover span {background-position: right -93px;color: #fff;}
.ddsmoothmenu ul li a:hover span:active {background-position: right -93px;color: #fff;}	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left: 0;top:50px;display: none; /*collapse all sub menus to begin with*/visibility: hidden;background:#0f78b1 url(images/ddmenu_back.gif) repeat-x top;/*border:1px red solid;*/-moz-box-shadow: 2px 2px 3px #0c6ca3; /* for Firefox 3.5+ /-webkit-box-shadow: 2px 2px 3px #969696; / for Safari and Chrome */filter: progid:DXImageTransform.Microsoft.Shadow(color='#0c6ca3', Direction=145, Strength=3);}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul{	padding:0;width:auto;}
.ddsmoothmenu ul li ul li{display: list-item;float: none;background:none;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li{top: 0;color:#fff;padding:0;}
.ddsmoothmenu ul li.selected ul li a { color:#fff; }
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{font: normal 12px/31px Verdana;width: 160px; /*width of sub menus*/padding: 0;margin: 0;/*border-top-width: 0;border-bottom: 1px solid gray;*/background:none;padding-left:10px;color:#fff;}
.ddsmoothmenu ul li ul li a:hover { background:#0a699d; text-decoration:none; color:#fff; }
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{color: white;}
/* 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: 12px;right: 7px;}
.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;}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/opacity: 0.8;}
