.ddsmoothmenu{
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1em;
	width: 100%;
	min-height: 45px;
	clear: both;
}

.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;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	text-decoration: none;
	width: 106px;
	margin-right: 6px;
	padding-top: 17px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #888;
	background-repeat: repeat-x;
	background-position: 0px 38px;
}

.ddsmoothmenu ul li a.home{
	background-image: url(../images/menu_home.gif);
}
#home .ddsmoothmenu ul li a.home{
	background-image: url(../images/menu_home.gif);
	color: #3399cc;
}
.ddsmoothmenu ul li a:hover.home{
	color: #3399cc;
}
.ddsmoothmenu ul li a.selected.home{
	color: #3399cc;
}
.ddsmoothmenu ul li a.digital{
	background-image: url(../images/menu_digital.gif);
}
#digital .ddsmoothmenu ul li a.digital{
	background-image: url(../images/menu_digital.gif);
	color: #33cccc;
}
.ddsmoothmenu ul li a:hover.digital{
	color: #33cccc;
}
.ddsmoothmenu ul li a.selected.digital{
	color: #33cccc;
}
.ddsmoothmenu ul li a.print{
	background-image: url(../images/menu_print.gif);
}
#print .ddsmoothmenu ul li a.print{
	background-image: url(../images/menu_print.gif);
	color: #006633;
}
.ddsmoothmenu ul li a:hover.print{
	color: #006633;
}
.ddsmoothmenu ul li a.selected.print{
	color: #006633;
}
.ddsmoothmenu ul li a.advertising{
	background-image: url(../images/menu_advertising.gif);
}
#advertising .ddsmoothmenu ul li a.advertising{
	background-image: url(../images/menu_advertising.gif);
	color: #cc0066;
}
.ddsmoothmenu ul li a:hover.advertising{
	color: #cc0066;
}
.ddsmoothmenu ul li a.selected.advertising{
	color: #cc0066;
}
.ddsmoothmenu ul li a.consultancy{
	background-image: url(../images/menu_consultancy.gif);
}
#consultancy .ddsmoothmenu ul li a.consultancy{
	background-image: url(../images/menu_consultancy.gif);
	color: #9c4d9e;
}
.ddsmoothmenu ul li a:hover.consultancy{
	color: #9c4d9e;
}
.ddsmoothmenu ul li a.selected.consultancy{
	color: #9c4d9e;
}
.ddsmoothmenu ul li a.about{
	background-image: url(../images/menu_about.gif);
}
#about .ddsmoothmenu ul li a.about{
	background-image: url(../images/menu_about.gif);
	color: #ff9933;
}
.ddsmoothmenu ul li a:hover.about{
	color: #ff9933;
}
.ddsmoothmenu ul li a.selected.about{
	color: #ff9933;
}
.ddsmoothmenu ul li a.blogs{
	background-image: url(../images/menu_blogs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#blogs .ddsmoothmenu ul li a.blogs{
	background-image: url(../images/menu_blogs.jpg);
	color: #000099;
}
.ddsmoothmenu ul li a:hover.blogs{
	color: #000099;
}
.ddsmoothmenu ul li a.selected.blogs{
	color: #000099;
}
.ddsmoothmenu ul li a.contact{
	background-image: url(../images/menu_contact.gif);
}
#contact .ddsmoothmenu ul li a.contact{
	background-image: url(../images/menu_contact.gif);
	color: #cc0000;
}
.ddsmoothmenu ul li a:hover.contact{
	color: #cc0000;
}
.ddsmoothmenu ul li a.selected.contact{
	color: #cc0000;
}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
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;
}

/*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{
	margin: 0px;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: -999px -999px;
}
.ddsmoothmenu ul li ul li a.home{
	color: #3399cc;
}
.ddsmoothmenu ul li ul li a:hover.home, #home .ddsmoothmenu ul li ul li a:hover.home{
	color: #0898ff;
}
.ddsmoothmenu ul li ul li a.selected.home{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #0898ff;
}
.ddsmoothmenu ul li ul li a.home_sel{ 
	color: #0898ff;
}
.ddsmoothmenu ul li ul li a.digital{
	color: #33cccc;
}
.ddsmoothmenu ul li ul li a:hover.digital, #digital .ddsmoothmenu ul li ul li a:hover.digital{
	color: #089898;
}
.ddsmoothmenu ul li ul li a.selected.digital{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #089898;
}
.ddsmoothmenu ul li ul li a.digital_sel{
	color: #089898;
}
.ddsmoothmenu ul li ul li a.print{
	color: #006633;
}
.ddsmoothmenu ul li ul li a:hover.print, #print .ddsmoothmenu ul li ul li a:hover.print{
	color: #1c981c;
}
.ddsmoothmenu ul li ul li a.selected.print{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #1c981c;
}
.ddsmoothmenu ul li ul li a.print_sel{
	color: #1c981c;
}
.ddsmoothmenu ul li ul li a.advertising{
	color: #cc0066;
}
.ddsmoothmenu ul li ul li a:hover.advertising, #advertising .ddsmoothmenu ul li ul li a:hover.advertising{
	color: #98081c;
}
.ddsmoothmenu ul li ul li a.selected.advertising{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #98081c;
}
.ddsmoothmenu ul li ul li a.advertising_sel{
	color: #98081c;
}
.ddsmoothmenu ul li ul li a.consultancy{
	color: #9c4d9e;
}
.ddsmoothmenu ul li ul li a:hover.consultancy, #consultancy .ddsmoothmenu ul li ul li a:hover.consultancy{
	color: #484898;
}
.ddsmoothmenu ul li ul li a.selected.consultancy{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #484898;
}
.ddsmoothmenu ul li ul li a.consultancy_sel{
	color: #484898;
}
.ddsmoothmenu ul li ul li a.about{
	color: #ff9933;
}
.ddsmoothmenu ul li ul li a:hover.about, #about .ddsmoothmenu ul li ul li a:hover.about{
	color: #ff4808;
}
.ddsmoothmenu ul li ul li a.selected.about{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #ff4808;
}
.ddsmoothmenu ul li ul li a.about_sel{
	color: #ff4808;
}
.ddsmoothmenu ul li ul li a.blogs{
	color: #000099;
}
.ddsmoothmenu ul li ul li a:hover.blogs{
	color: #001c48;
}
.ddsmoothmenu ul li ul li a.selected.blogs{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #001c48;
}
.ddsmoothmenu ul li ul li a.blogs_sel{
	color: #001c48;
}
.ddsmoothmenu ul li ul li a.contact{
	color: #cc0000;
}
.ddsmoothmenu ul li ul li a:hover.contact, #contact .ddsmoothmenu ul li ul li a:hover.contact {
	color: #986808;
}
.ddsmoothmenu ul li ul li a.selected.contact{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #986808;
}
.ddsmoothmenu ul li ul li a.contact_sel{
	color: #986808;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 5px;
	right: 10px;
	visibility: hidden;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}

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

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

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