#ajaxmenu a:active, a:focus {
	outline: 0; /*removes the focus outline*/
}

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

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:150px; /*spacing between categories*/
	display: block;
	text-decoration: none;
	text-align: left; /*def: center*/
	font-weight: normal;
	
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px; /*how far down the list items appear*/
	line-height: 16px;
	}
	
/*default links (top links:)*/
#ajaxmenu ul li a {
	color: #5ccccc; /*062E4B*/
	font-weight: bold;
	/*border:solid;
	border-width: 2px;*/
	padding-left:15px;
	
}



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

	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	/*background-image: url(images/menu.png);*/
	background-repeat: no-repeat;
	/*background-position: 0px;*/ /*useful only if the button is going to change on hover etc*/
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	/*background-image: url(images/menu.png);*/
	background-repeat: no-repeat;
	/*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;
	/*background-image: url(images/menu.png);*/
	background-repeat: no-repeat;
	/*background-position: -222px;*/
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, 
#ajaxmenu ul li.firstcategory.over {
	color: #fff;
	/*background-image: url(images/menu_roll.png);*/
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	/*background-image: url(images/menu_roll.png);*/
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	/*background-image: url(images/menu_roll.png);*/
}

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

/* menu: top categories  */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	width: 135px; /*def: 129px*/
	display: block;
	background-color: #333333;
	border:solid;
	border-width:1px;
	border-color:black;
}

/*look of top categories on hover*/
#ajaxmenu li a:hover {
 	color: yellow;	
}




/* 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-weight: normal;
	width: 172px; /*def: 172px*/
	/*background-color: #000000;*/ /*bg color of drop down menu*/
	background-position: left center;
	text-indent: 8pt; /*def: 8pt - indent of list items*/
}

/*menu items, on mouse over:*/
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	/*background-image: url(images/bullet_11x8_roll.gif)  !important;*/
	color: #000000;
	background-repeat: no-repeat;
	background-color: yellow;  /*bg color of list items. def: #8dbc00;*/
	background-position: left center;
	text-indent: 8pt; /*indent of list items*/
}





#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: 900px;

}

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