#navtop {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/dreammaker-bg-header.png) no-repeat scroll center top;
	height:170px;
	}


#ajaxmenu ul {
	margin:0px;
	padding: 0px;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:22px;
	line-height: 16px;
	margin-top:0px;

	}
#ajaxmenu ul li a {
	color: #FFF;
	font-size:15px;
	font-weight: bold;
	text-transform:uppercase;
	background:transparent url(images/nav-line.gif) no-repeat left bottom; 
	padding:0px 23px;
	margin:0px;
	line-height:16px;
}

#ajaxmenu ul li a[title~="Home"]{
	background-image:none;
}

/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #FFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #FFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #FFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	display: block;
}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff;
	background-repeat: no-repeat;
	background-color: #fa0000;
	background-position: left center;
	text-indent: 8pt;
	width: 200px;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-size:14px;
	text-transform:none;
	font-weight: normal;
	width: 200px;
	background-color: #000000;
	background-position: left center;
	text-indent: 8pt;

}
#ajaxmenu li ul li a {
	padding: 8px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 781px;

}

#myajaxmenu {
	margin:0px;
	padding:0px;
	position: relative;
	width:960px;
	top:148px;
	right: 80px;
	display: block;
	z-index: 1000;
}




