/***********************	  LAYOUT************************/#container{    float:right;}/* Current Page */#current a{    background: url(../images/tableft_on.gif) no-repeat left top !important;    color: white;    padding: 8px 0px 3px 4px;    text-decoration: none;}#current a span{    background: url(../images/tabright_on.gif) no-repeat right top !important;    padding: 8px 15px 3px 6px;    }#current ul li a {    background-color: #6b993f !important;    background-image:none !important;    }#current ul li a:hover{    background-color: #7ba641 !important;    background-image:none !important;}.ddsmoothmenu{    font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;}.ddsmoothmenu ul{    list-style-type: none;    margin: 0;    padding: 0px;        z-index:100;    }/*Top level list items*/.ddsmoothmenu ul li{       display: inline;    float: left;    position: relative;}/*Top level menu link items style*/.ddsmoothmenu ul li a{    background: url(../images/tableft_off.gif) no-repeat left top !important; /*background of menu items (default state)*/    color: white;    display: block;    padding: 8px 0px 3px 4px;    text-decoration: none;}.ddsmoothmenu ul li a span{    background: url(../images/tabright_off.gif) no-repeat right top !important;    padding: 8px 15px 3px 6px;}/*IE6 hack to get sub menu links to behave correctly*/* html .ddsmoothmenu ul li a{    display: inline-block;}.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{    color: white;}.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/    background: url(../images/tableft_on.gif) no-repeat left top !important; /*background of menu items (default state)*/     color: white;     padding: 8px 0px 3px 4px;}.ddsmoothmenu ul li a.selected span{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/    background: url(../images/tabright_on.gif) no-repeat right top !important; /*background of menu items (default state)*/     color: white;    padding: 8px 15px 3px 6px;}.ddsmoothmenu ul li a:hover{    background: url(../images/tableft_on.gif) no-repeat left top !important; /*background of menu items (default state)*/        color: white;        padding: 8px 0px 3px 4px;}.ddsmoothmenu ul li a:hover span{    background: url(../images/tabright_on.gif) no-repeat right top !important; /*background of menu items (default state)*/     padding: 8px 15px 3px 6px;}	/*1st sub level menu*/.ddsmoothmenu ul li ul{	display: none; /*collapse all sub menus to begin with*/	left: 0;	position: absolute;	visibility: visible;	width:100%;}/*Sub level menu list items (undo style from Top level List Items)*/.ddsmoothmenu ul li ul li{        background-color:#6b993f;    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{	background-color:#6b993f !important;	background-image:none !important;	border-top-width: 0;	font: normal 10px Verdana;	padding: 4px 0px 4px 4px;	margin: 0;	overflow:visible;	width:175px;}/* Sub level menu links style */.ddsmoothmenu ul li ul li a span{    background-color:#6b993f;    background-image:none !important;    border-top-width: 0;    margin: 0;    padding: 5px;}.ddsmoothmenu ul li ul li a:hover{    background-color:#7ba641 !important;    background-image:none !important;    padding:4px 0px 4px 4px;}/* Sub level menu links style */.ddsmoothmenu ul li ul li a:hover span{    background-color:#7ba641;    background-image:none !important;    border-top-width: 0;    padding-top: 5px;    padding-right:41px !important;    padding-bottom:5px;    padding-left:5px;    margin: 0;}/* 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;}.rightarrowclass{position: absolute;}/* ######### CSS for shadow added to sub menus  ######### */.ddshadow{    height: 0;    left: 0;    position: absolute;    top: 0;}.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/opacity: 0.8;}arrowMenu img{border:none;}
