.navigation {
	width:442px;
	float:left;
	height:53px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.ddsmoothmenu {
	width: 100%;
}
.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;
	background-image:url(../images/sep.gif);
	background-position:right;
	background-repeat:no-repeat;
}/*Top level menu link items style*/
.ddsmoothmenu ul li:hover {
	background-image:url(../images/hover.gif);
	background-repeat:repeat-x;
	color: white;
}
.ddsmoothmenu ul li a {
	display: block;
	color: white;
	line-height:53px;
	padding:0 20px;
	margin-right:1px;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:#222222;
	color: white;
}
.ddsmoothmenu ul li a:hover {
	
}

.ddsmoothmenu ul li a.home {
	background-image:url(../images/home_icon.png);
	background-position:21px 22px;
	padding-left:38px!important;
	display:inline-block;

	background-repeat:no-repeat;
}
.ddsmoothmenu ul li.dropdown a {
  	background-image:url(../images/down.png);
	background-position: 80% 60%;
	background-repeat:no-repeat;
	line-height:53px;
	padding-right:30px!important;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	padding-top:3px;
	background:#222222;
	width: 201px;
	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;
	border-bottom: 1px solid #333333 !important;
	background-image:none!important
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	margin-left:1px;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	/*width of sub menus*/
line-height:29px !important;
	background-image:url(../images/list.png) !important;
	background-position:10px 14px !important;
	background-repeat:no-repeat !important;
	margin:0 !important;
	padding-left:28px !important;
	color:#777777!important;
	
	border-top-width: 0 !important;
	
}
.ddsmoothmenu ul li ul li a:hover {
	/*width of sub menus*/
	margin: 0 !important;
	background-color:#333!important;
	background-image:url(../images/list.png)!important;
	background-position:10px 14px !important;
	background-repeat:no-repeat !important;
	height:29px!important;
    color:#aaaaaa!important;
	height:29px!important;
}
.ddsmoothmenu ul li ul li a.selected{
	/*width of sub menus*/
	margin: 0 !important;
	background-color:#333!important;
	background-image:url(../images/list.png)!important;
	background-position:10px 14px !important;
	background-repeat:no-repeat !important;
	height:29px!important;
    color:#aaaaaa;
}
/* 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: 23px;
	right: 23px;
}
.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;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
}
