.ddsmoothmenu{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
width: 100%;
/*background:url(../images/nav_bg.jpg) repeat-x left top;*/
line-height:47px;
/*padding-top:7px;*/
z-index:1000;
position:relative;
}

.ddsmoothmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: static;
display: inline;
float: left;
position:relative;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
font-weight:bold;
display: block;
/*border-right:1px #e1e1e1 solid;*/
/*padding:18px 20px;*/
color: #FFF;
text-decoration: none;
padding:0px !important;
background:url(../images/nav-bg-01.png) repeat-x;
}
.ddsmoothmenu ul li a span {
padding:0px 21px;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#FFF !important;
background:url(../images/nav-bg-01.png) repeat-x left bottom;
}

.ddsmoothmenu ul li a:hover{
color: #FFF;
background:url(../images/nav-bg-01.png) repeat-x left bottom;
}

.ddsmoothmenu ul li a.home span {
background:url(../images/nav-left.png) no-repeat left top;
display:block;
}
.ddsmoothmenu ul li a.home:hover span {
background:url(../images/nav-left.png) no-repeat left bottom;
display:block;
}
.ddsmoothmenu ul li a.contact span {
background:url(../images/nav-right.png) no-repeat right top;
display:block;
}
.ddsmoothmenu ul li a.contact:hover span {
background:url(../images/nav-right.png) no-repeat right bottom;
display:block;
}




	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width: 180px; /*width of sub menus*/
padding:5px;
background:#000;
	color:#FFF;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #CCC;
	
	padding:0px !important;
	padding-left:8px !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
	line-height:normal !important;
}
.ddsmoothmenu ul li ul li a:hover {
	background:#d34b07 url(../images/sub-nav-bg.png) repeat-x left top !important;
	color:#FFF;
}
.ddsmoothmenu ul li ul li a.selected {
	background:#d34b07 url(../images/sub-nav-bg.png) repeat-x left top !important;
	color:#FFF;
}





.ddsmoothmenu ul li ul li ul li a {
	border-bottom:1px #c0c0c0 solid;
	background:#d34b07 url(../images/sub-nav-bg.png) repeat-x left top !important;
}
.ddsmoothmenu ul li ul li ul li a:hover {
	background:#e9861b url(../images/sub-nav-bgg.png) repeat-x left top !important;
}
/*.ddsmoothmenu ul li ul li ul li ul li a {
	border-bottom:1px #c0c0c0 solid;
	background:#e9861b url(../images/sub-nav-bgg.png) repeat-x left top !important;
}
.ddsmoothmenu ul li ul li ul li ul li a:hover {
	background:#d34b07 url(../images/sub-nav-bg.png) repeat-x left top !important;
}
.ddsmoothmenu ul li ul li ul li ul li a.selected {
	background:#000 !important;
}*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 5px;
right: 9px;
}
*html .downarrowclass{
position: absolute;
top: 5px;
right:4px;
}

.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: #ffffff;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity:100;
}

/******************************************************************/


