.ddsmoothmenu ul {
	z-index: 102;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #545454;
}
div#navigation.ddsmoothmenu ul li ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #4B4B4B !important;
	background: rgba(0,0,0,.0) !important;  /*background of menu items during onmouseover (hover state)*/
	color: #fff !important;
}
div#navigation.ddsmoothmenu ul li ul li:hover, div#navigation.ddsmoothmenu ul li ul li ul li:hover {
	background: #4B4B4B !important;
	background: rgba(0,0,0,.12) !important;  /*background of menu items during onmouseover (hover state)*/
	color: #fff !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	z-index: 101;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	display: block;
	clear: left;
	z-index: 101;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	z-index: 101;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	width: auto; /*width of sub menus*/
	padding: 2px 0px 2px 2px !important;
	margin: 0 !important;
	border-top-width: 0 !important;
	border-bottom: 1px solid #A2A2A2;
	text-transform: capitalize !important;
	font-size: 12px !important;
	font-weight: bold !important;
	height: auto !important;
}
/* 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: 12px;
right: 12px;
}
*/
.downarrowclass {
	display: none;
	position: absolute;
	right: 0 !important;
	top: 12px;
}
.rightarrowclass {
	display: none;
	position: absolute;
	top: 6px;
	right: 0px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #EAEAEA;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE
opacity: 0.8;*/
}
#navigation.ddsmoothmenu ul li ul {
	background-color: #fff;
}
div#navigation.ddsmoothmenu ul li ul {
	height: auto !important;
	width: auto;
	z-index: 200 !important;
}
div#navigation.ddsmoothmenu ul li ul li {
	width: 100%;
	border-bottom: 0px solid white;
	text-align:left;
}
div#navigation.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	padding: 6px 7px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,.6);
	box-shadow: 0 4px 5px rgba(0,0,0,.6);
	border-color: #545454 #545454 #545454;
	/* gradient background */
	background: #545454;
	background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(rgba(84,84,84,.9)));
	background: -moz-linear-gradient(top, #545454, rgba(84,84,84,.9));
	background: linear-gradient(#545454, rgba(84,84,84,.9));
	-pie-background: linear-gradient(#545454, rgba(84,84,84,.9));
	z-index: 2;
	width: 180px !important;
}
div#navigation.ddsmoothmenu ul li ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	padding: 6px 7px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,.6);
	box-shadow: 0 4px 5px rgba(0,0,0,.6);
	border-color: #545454 #545454 #545454;
	/* gradient background */
	background: #545454 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(rgba(84,84,84,.9)));
	background: -moz-linear-gradient(top, #545454, rgba(84,84,84,.9));
	background: linear-gradient(#545454, rgba(84,84,84,.9));
	-pie-background: linear-gradient(#545454, rgba(84,84,84,.9));
	z-index: 201;
	left: 180px !important;
}
div#navigation.ddsmoothmenu ul li ul li a, div#navigation.ddsmoothmenu ul li ul li ul a {
	color: #ddd; text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	font-weight: 100 !important;
	padding: 5px 10px !important;
	border-bottom: 0px dotted #ccc;
	text-align: left;
	z-index: 4;
}
div#navigation.ddsmoothmenu ul li ul li ul a {
	z-index: 5;
}

/*
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li ul li a:hover, .ddsmoothmenu ul li ul li ul li a.selected, .ddsmoothmenu ul li ul li ul li:hover, .ddsmoothmenu ul li ul li ul li.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*	background: #4B4B4B !important;
	background: rgba(0,0,0,.12) !important;  /*background of menu items during onmouseover (hover state)*/
/*	color: #fff !important;
	font-weight:bold;
}
*/
#navigation {
	z-index: 9999;
}
