/* defaults for ie6 */
a, a:hover, a:active, a:focus {outline:0; direction:ltr;}
 
.positioner {
	clear: left;
	position:relative; height:25px;
	background: #115d94; 
	background-repeat: repeat-y;  
}

.menuHolder {position:absolute; z-index:100; font:normal 10px/25px verdana, sans-serif; left:50%; margin-left:-455px; width:960px; font-weight: 400;
}



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

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:129px;
	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; */
	top:25px;
	line-height: 18px;
	width: 250px;

	}
#ajaxmenu ul li a:link, #ajaxmenu ul li a:visited {
	color: #062E4B;
	font-weight: bold; /* styling of all nav text */
}

#ajaxmenu ul li a:hover {
/*	color: #ffffff;  */
	font-weight: bold;
}





/* Styles for Menu Items */

#ajaxmenu ul li.parent {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
/*	background:url(images/tab125b-on.gif) no-repeat left top; */
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	}




#ajaxmenu ul li.firstcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
/*	background:url(images/tab125b.gif) no-repeat left top; */
	background-repeat: no-repeat;
	background-position: 0px;
	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/menuXXXXXXXXXXXXXXX.png); */
	background-repeat: no-repeat;
	background-position: -129px;
	background:url(images/tab125.gif) no-repeat left top;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background:url(images/tab125.gif);
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;
/*		background:url(images/tab125.gif) no-repeat left top; */

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #ff0000;
/*			background:url(images/tab125.gif) no-repeat left top; */
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #ff0000;
/*	background:url(images/tab125.gif) no-repeat left top; */
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #ff0000;
/*	background:url(images/tab125.gif) no-repeat left top; */
	
}

/* 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 {
	width: 129px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background:#ffcc05; /* dropdown hover background */
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #4b4c4c; /* dropdown text hover */
	background:#928c7e; /* dropdown background */
	text-align: left;
	border-right: 0px solid #2f2f2f;
	border-bottom: 0px solid #2f2f2f;
	border-left: 0px solid #2f2f2f;
	font-weight: normal;
	width: 129px;
	background-position: left center;
	text-indent: 1pt;
}


#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 115px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */

#ajaxmenu {
}

#myajaxmenu {
}


#ajaxmenu ul li.here {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background:url(images/tab125b-on.gif) no-repeat left top;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
}

#ajaxmenu ul li.last {
	font-size: 36px;
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background:url(images/tab125b-on.gif) no-repeat left top;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
}
