#smoothmenu1 {
	
width:auto;
}


.ddsmoothmenu{

background: url(images/menu-bkg.jpg) no-repeat; /*background of menu bar (default state)*/



}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;


}

/* --- defines each button as different --*/
.ddsmoothmenu ul li.list1 {background: url(images/button-home.jpg) no-repeat; width:124px;height:36px; }
.ddsmoothmenu ul li.list2 {background: url(images/button-svs.jpg) no-repeat; width:210px;height:36px; }
.ddsmoothmenu ul li.list3 {background: url(images/button-topics.jpg) no-repeat; width:163px;height:36px; }
.ddsmoothmenu ul li.list4 {background: url(images/button-about.jpg) no-repeat; width:129px;height:36px; }
.ddsmoothmenu ul li.list5 {background: url(images/button-testimonials.jpg) no-repeat; width:143px;height:36px; }
.ddsmoothmenu ul li.list6 {background: url(images/button-contact.jpg) no-repeat; width:181px;height:36px; }




/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: transparent; /*background of menu items (default state)*/
text-decoration: none;
font-weight:bold;

}


/* --- defines each button as different --*/
* 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: #fbf95a;
}
/* --- defines each button as different --*/
.ddsmoothmenu ul li a#item1 {background:transparent url(images/button-home-roll.jpg) -115px -86px no-repeat;height:36px;}
.ddsmoothmenu ul li a#item2 {background:transparent url(images/button-svs-roll.jpg) -115px -86px no-repeat;height:36px;}
.ddsmoothmenu ul li a#item3 {background:transparent url(images/button-topics-roll.jpg) -115px -86px no-repeat;height:36px;}
.ddsmoothmenu ul li a#item4 {background:transparent url(images/button-about-roll.jpg) -115px -86px no-repeat;height:36px;}
.ddsmoothmenu ul li a#item5 {background:transparent url(images/button-testimonials-roll.jpg) -115px -86px no-repeat;height:36px;}
.ddsmoothmenu ul li a#item6 {background:transparent url(images/button-contact-roll.jpg) -115px -86px no-repeat;height:36px;}




.ddsmoothmenu ul li a:hover{
color: #e9c09c;

}
/* --- defines each button as different --*/

.ddsmoothmenu ul li a#item1:hover {background-position:top right; z-index:50; }
.ddsmoothmenu ul li a#item2:hover {background-position:top right; z-index:50; }
.ddsmoothmenu ul li a#item3:hover {background-position:top right; z-index:50; }
.ddsmoothmenu ul li a#item4:hover {background-position:top right; z-index:50; }
.ddsmoothmenu ul li a#item5:hover {background-position:top right; z-index:50; }
.ddsmoothmenu ul li a#item6:hover {background-position:top right; z-index:50; }


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

/*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{

width: 195px; /*width of sub menus*/
padding: 4px;
margin: 0;
border-top-width: 0;
border:1px solid #ed6104;
border-top:0;
background: #f88402;
font-size:12px;
}

.ddsmoothmenu ul li ul li a:hover{
background:#c00505;
color: #ffffff;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* CSS classes applied to down and right arrow images   */

.downarrowclass{
	visibility:hidden;
}

.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;
background: transparent;
}

