.ddsmoothmenu{
width: 100%;
margin:auto;
}

.ddsmoothmenu ul {
    list-style-type: none;
    padding: 0 0 0 0px;
    z-index: 100;
	float:left;
	margin:16px 0 0 -48px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
 
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;

	
	font-family: "Century Gothic";
	color: #414141;
	float:			left;
	height:			29px;
	margin:			6px 0px 0 0;
	font-size:15px;
	font-weight:normal;
	padding:12px 20px 0 20px;

text-transform:uppercase;

}

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


.ddsmoothmenu ul li a:hover{
	text-decoration:none;
	background:#1C93BF;
	text-decoration:none;
	color:#fff;
}

.ddsmoothmenu ul li a.active{
	text-decoration:none;
	background:#1C93BF;
	text-decoration:none;
	color:#fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display:block; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:0 !important;
height: auto;
margin:0px 0 0 0;
width:auto;
left:0% !important;
width:200px;
background:#F4F4F4;

}


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

}


.ddsmoothmenu ul li ul li a{
display: block;
height: auto!important;
text-align:left;
text-decoration: none;
padding:9px 0px 9px 10px!important;
font-family: "Century Gothic";
color: #414141;
font-size:15px;
margin:0px 0 0 0;
width:180px;
font-size:13px;
background:url(../images/droppoint.png) right no-repeat #F4F4F4;
}


.seviceWith {
	width:190px!important;
		}
		
.ddsmoothmenu ul li ul li a:hover {background:url(../images/droppoint1.png)  right no-repeat #1083AD;color: #FFFFFF }


.stragigicbg {background:#F4F4F4!important;}
.stragigicbg:hover {background:#1083AD!important;}



/*1st sub level menu*/
.ddsmoothmenu ul li ul li ul{
position: absolute;
display:block; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:0 !important;
height: auto;
margin:0px 0 0 200px;
width:auto;
left:0% !important;
width:255px;
background:#F4F4F4;

}

.executivecaohing {margin:69px 0 0  200px!important;}


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

}


.ddsmoothmenu ul li ul li ul li a{
display: block;
height: auto!important;
text-align:left;
text-decoration: none;
padding:9px 0px 9px 10px!important;
	font-family: "Century Gothic";
	color: #414141;
	font-size:15px;
margin:0px 0 0 0;
width:245px;
font-size:13px;
background:none!important;
}




/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}



.ddsmoothmenu ul li ul li ul li a:hover {background:#1083AD!important;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{
position: absolute;
display:none!important;
}

.rightarrowclass{
position: absolute;
display:none!important;
}

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

.ddshadow{
position: absolute;
left: 2;
top: 2;
width: 0;
height: 0;
background: #8e4ab6;
display:none!important;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
display:none!important;
}