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

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:220px;
	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:28px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	color: #fff;
	font-weight: bold;
	font-size:16px;
}



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

	color: #fff;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #fff;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -129px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #fff;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -222px;
	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;
	width: 200px;
	display: block;

}

#ajaxmenu li a:hover {color:#000; background:url(../images/header_776x43b.png) repeat-x;}

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

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	width: 220px;
	background-color: #000000;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

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

}

#myajaxmenu {
	width:1100px;
	position: absolute;
	top:0px;
	left: 0px;
	display: block;
	z-index: 1000;
}


/*---------------------------Slider------------------------*/

#wrapper {
	width:1100px !important;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

#slider {
	position:relative;
	padding:0px;
	overflow:hidden;
}
.content {
	left:0; right:0;
	width:1100px;
	float: left;
	padding:0;
	margin:0;
	height:300px;
	position: relative;
	background-color:#FFF;
}
.inslider a {
	text-decoration:none;
}
.contentholder {	
	height:300px;
	width:1100px !important;
	overflow: hidden;
	padding:0;
	margin:0;
	background-color:#FFF;
}
.contentslider {
	position: absolute;
	top: 0; left: 0;	
}
.imgslider img {
	
}
.contentnav {
	display:none;
	position: absolute;
	bottom: 30px; left:30px;
	height:30px;
	z-index: 100;
	text-align: center;
	line-height: 30px;
	border: 1px solid #000;
	background-color: #fff;
	border: 1px solid #000;
}
.contentnav a {
	padding: 5px;
	text-decoration: none;
	color: #333;
}
.contentnav a.active {
	font-weight: bold;
	color:#FFF;
}