.ddsmoothmenu{
background: url(../images/bg_navi.png) left top repeat-x;
}

.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;
text-align: center;
}

/*Top level menu link items style*/

.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 8px 18px 10px 18px;
text-decoration: none;
border-right: 1px solid #000;
border-left: 1px solid #595959;
}
.ddsmoothmenu li.navi01 a {
border-left: none;
padding: 8px 21px 10px 22px;
}
.ddsmoothmenu li.navi09 a {
border-right: none;
}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a:focus { 
background: #B7BBBE url(../images/bg_navi_over.png) left center repeat-x;;
color: #000;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
right: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border-bottom: 1px solid #000;
}

/*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{
font-size: 11px;
width: auto; /*width of sub menus*/
padding: 7px 4px;
margin: 0;
border-top: 1px solid #474747;
border-left: 1px solid #474747;
background-color: #c6c9cc;
color: #000;
line-height: 1.2;
}

.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a:focus {
background-color: #d10108;
background-image: none;
color: #fff;
}

/* 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: 16px;
right: 9px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

/* ================================================== 
   Additional styles for ddsmoothmenu2.php
   ================================================== */
   
.ddsmoothmenu2{
}

.ddsmoothmenu2 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu2 ul li{
position: relative;
text-align: center;
margin-bottom: 15px;
}

/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
display: block;
color: white;
font-size: 16px;
font-weight: bold;
padding: 5px 25px 0 20px;
height: 31px;
text-decoration: none;
background: url(../images/bg_buttons.png) left top repeat-x;
border: 1px solid #6a0103;
}
	.ddsmoothmenu2 ul li a strong {
	font-weight: normal;
	font-size: 14px;
	}
	.ddsmoothmenu2 ul li a span {
	background: url(../images/kmotive_sm.png) left center no-repeat;
	padding-left: 28px;
	}


* html .ddsmoothmenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/*1st sub level menu*/
.ddsmoothmenu2 ul li ul{
position: absolute;
left: 0;
right: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border-bottom: 1px solid #000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu2 ul li ul li{
display: list-item;
float: none;
margin: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu2 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu2 ul li ul li a{
font-size: 11px;
width: auto; /*width of sub menus*/
padding-top: 11px;
height: 22px;
margin: 0;
border-top: 1px solid #5b0204;
border-bottom: 0;
background-color: #a20409;
line-height: 1.2;
background-image: none;
}

.ddsmoothmenu2 ul li ul li a:hover, .ddsmoothmenu ul li ul li a:focus {
background-color: #f1020a;
background-image: none;
color: #fff;
}

.ddsmoothmenu2 .downarrowclass{
position: absolute;
top: 16px;
right: 75px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu2 {height: 1%;} /*Holly Hack for IE7 and below*/
