#logo {width:245px;height:100px;margin:0px;float:left;padding-left:15px; position: absolute;}
#myajaxmenu {

	position: absolute;
	top:1px;
	left: 0px;
	display: inline;
	
}

#ajaxmenu {
width: 640px;}

#ajaxmenu ul {
	margin: 50px 0px 10px 500px;
	padding: 0px;
	list-style: none;
	
	}

#ajaxmenu ul li {
	float: left;
	width:129px;
	display: inline;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	border-right:thin solid #ccc;
}
	

#ajaxmenu ul li a {
	color: #666;
	font-weight: bold;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #666;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #666;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	
	background-position: -129px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	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:2%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	width: 129px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #ff6600;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #666;
	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: normal;
	width: 172px;
	background-color: #fff;
	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 */



