/* =========================
CSS tbv Team DBA website Menu
Copyright 2010
written by modx/unleaded
--------------
Swatch colors:
--------------
#e82f2f = red
#212121 = dark grey
#2f2f2f = less dark grey
#cccccc = light grey (img border)
#eaeaea = lighter grey (bg welcome block)
========================= */

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	margin-left: 10px;
	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:32px;
	line-height: 16px;
	width: 210px;
	margin-left: -10px;

	}
#ajaxmenu ul li a {
	color: #fff;
	font-weight: bold;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	color: #fff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	}
#ajaxmenu ul li.category {
	color: #fff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;

	}
#ajaxmenu ul li.lastcategory {
	color: #fff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #212121;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #212121;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #212121;
}

/* 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: #212121;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #212121;
	background-color: #0b2b5a;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	width: 135px;
	background-color: #212121;
}
#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: 865px;

}

#myajaxmenu {
	position: absolute;
	top:13px;
	right: 14px;
	display: block;
	z-index: 1000;
}
