.ddsmoothmenu {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	line-height:20px;
}
.ddsmoothmenu ul {
	z-index:100!important;
	margin: 0;
	padding:0 0 0 0px;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	line-height:30px;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	padding:0;
	color: #fff;
	text-decoration: none;
	z-index:1;
}
.ddsmoothmenu ul li a {
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	text-decoration: none;
	color: #fff;
}
.ddsmoothmenu ul li a:hover {
	/*background:url(../images/nav-hover-bg.gif) repeat-x top; /*background of menu items during onmouseover (hover state)*/color: #dbdbdb;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	padding:0 0 0 20px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
		color:#FFFFFF;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: left;
	line-height:16px;
		color:#FFFFFF;
}
/*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: 160px; /*width of sub menus*/
	padding: 5px 5px 5px 5px;
	margin: 0;
	line-height:16px !important;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	font-family:Tahoma;
	background:#333230 !important;
	color:#FFFFFF;
}
.ddsmoothmenu ul li ul li a:hover {
	font-size:11px;
	width: 160px; /*width of sub menus*/
	padding: 5px 5px 5px 5px;
	margin: 0;
	background: #5ad9f5 !important;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	font-family:Tahoma;
}
/* ######### CSS classes applied to down and right arrow images  ######### */


.downarrowclass {
	position: absolute;
	top: 0px;
	right: 0px;
}
.rightarrowclass {
	position: absolute;
	top: 5px;
	right: 0px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
}
/*End Navigations Styles*/


.example {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#575757;
	line-height:28px;
}


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


#ddsmoothmenu2 a {
	font-size:11px;
	width: 320px; /*width of sub menus*/
	padding: 5px 3px 5px 3px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	font-family:Tahoma;
	background:#fff !important;
}
#ddsmoothmenu2 a:hover {
	font-size:11px;
	width: 320px; /*width of sub menus*/
	padding: 5px 3px 5px 3px;
	margin: 0;
	background: #f2f1ed !important;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	font-family:Tahoma;
}
