.ddsmoothmenu{
display:inline-block;
height:auto;
padding-top:15px;
width:760px;
}

.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;
height:29px;
margin:0 0 0 3px;
padding:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display:block;
	float:left;
	height:29px;
	color:#6B6B6B;
	font-size:16px;
	text-decoration:none;
	background:none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a span{
	display:block;
	padding:5px 10px 0 10px;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
	color:#DAFF98;
	background:#8ABF2C url(../images/menu-cnr-left.gif) 0 0 no-repeat;
}
.ddsmoothmenu ul a:hover span, .ddsmoothmenu ul a.selected span {
	background:url(../images/menu-cnr-rgt.gif) top right no-repeat;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#FFFFFF url(../images/drop-menu-bg.gif) bottom right repeat-x;
border:1px solid #D8D8D8;
padding:3px 0 5px 5px;
float:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
height:auto;
margin:0;
}

/*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: normal 12px Arial, Helvetica, sans-serif;
width: 200px; /*width of sub menus*/
padding: 7px 5px;
height:auto;
color:#232323;
background:none;
margin: 0;
float:none;
}
.ddsmoothmenu ul li ul li a:hover{
font: normal 12px Arial, Helvetica, sans-serif;
width: 200px; /*width of sub menus*/
padding: 7px 5px;
height:auto;
color:#E57427;
background:none;
margin: 0;
float:none;
}

/* 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;
display:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display:none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
filter:alpha (opacity="40");
opacity: 0.4;
}



/********************************* Home Page Slide Banner ***************/
.HomeBannerBlock {
	width:702px;
	height:390px;
	position:relative;
	z-index:1;
	margin:0 auto;
}
.HomeBannerBlock .sliderwrapper, .testimonialfader{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 702px; /*width of featured content slider*/
height: 390px;
}
.testimonialfader {
	width:195px;
	height:118px;
}
.HomeBannerBlock .sliderwrapper .contentdiv, .testimonialfader .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 702px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.testimonialfader .contentdiv {
	width:195px;
	padding:0;
	margin:0;
	background:url(../images/testimonial-bg.jpg) no-repeat -40px -22px;
}
.hbanner1 {
	background:url(../images/home-banner.jpg) no-repeat;
}
.hbanner2 {
	background:url(../images/home-banner2.jpg) no-repeat;
}
.hbanner3 {
	background:url(../images/home-banner3.jpg) no-repeat;
}
.hbanner4 {
	background:url(../images/home-banner4.jpg) no-repeat;
}
.hbanner5 {
	background:url(../images/home-banner5.jpg) no-repeat;
}
.hbanner6 {
	background:url(../images/home-banner6.jpg) no-repeat;
}
.hbanner7 {
	background:url(../images/home-banner7.jpg) no-repeat;
}
.hbanner8 {
	background:url(../images/home-banner8.jpg) no-repeat;
}
.HomeBannerBlock .BannerContent {
/*	width:335px;*/
	padding:75px 0 0 368px;
	position:absolute;
	right:10px;
	bottom:80px;
}
.HomeBannerBlock .BannerContent h4 {
	font-size:30px;
	margin:0;
	color:#408ab8;
	font-family:"Trebuchet MS";
}
.HomeBannerBlock .BannerContent p {
	font-size:20px;
	line-height:28px;
	margin:0;
	color:#479acf;
	font-family:"Trebuchet MS";
	padding:12px 0 20px 0;
}

.HomeBannerBlock .pagination{
width:640px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:55px;
position:absolute;
bottom:6px;
left:8px;
z-index:10;
}

.HomeBannerBlock .pagination ul{
width:528px;
padding:0 0 0 112px;
display:inline-block;
list-style-type:none;
margin:0;
}
.HomeBannerBlock .pagination ul li{
width:73px;
height:55px;
display:inline;
float:left;
margin:0;
padding:0 5px 0 0;
}
.HomeBannerBlock .pagination ul li a{
width:71px;
height:53px;
display:block;
float:left;
border:1px solid #fff;
}
.HomeBannerBlock .pagination ul li a:hover, .HomeBannerBlock .pagination ul li a.selected{
border:1px solid #e86307;
}

