.agoc {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 90px;
}
/*Hide Sub-Menu in Design View*/
.agoc ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.agoc ul {
	margin: 0;
	padding: 0;
}
.agoc li {
	list-style-type: none;
	float: left;
	width: 120px;
}
/* Hide from IE5 Mac \*/
.agoc li {
	width: auto;
}
/*Top Level Links*/
.agoc a {
	display: block;
	text-decoration: none;
	color: #172206 !important;
	border-right: 1px solid #000;
	text-align: left;
	padding-right: 18px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.agoc a:hover {
	color: #FFF !important;
	background-image: url(../style/mnupics/mp1.jpg);
	background-repeat: repeat-y;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.agoc ul a.first {
}
.agoc ul a.last {
}
.agoc ul li.first {
}
.agoc ul li.last {
}
/*First Sub Level*/
.agoc ul ul {
	z-index: 10000;
	width: 200px;
	background-color: #D5D08E;
	color: #172206;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #172206;
	border-bottom-color: #172206;
	border-left-color: #172206;
}
.agoc ul ul li {
	float: none;
	background-image: none;
	border-bottom-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #364E10;
	border-left-color: #000;
	border-bottom-style: solid;
}
.agoc ul ul a {
	padding: 4px 12px;
	border-right: 0;
	text-align: left;
	overflow: hidden;
}
.agoc ul ul a:hover {
	background-color: #000 !important;
	color: #FFF !important;
	background-image: none;
}
/*Third Level (Flyouts in horizontal menu)*/
.agoc ul ul ul {
	border-top: 1px solid #4E4B46;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #4E4B46;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.agoc img {
	border: 0;
}
.agoc .l_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Sub Level*/
.agoc ul a.trig_closed, .agoc ul a.trig_closed_left {
	background-image: url(../style/mnupics/mp3.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.agoc ul a.trig_closed_up {
	background-image: url(../style/mnupics/mp4.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.agoc ul a.trig_open, .agoc ul a.trig_open_left, .agoc ul a.trig_open_up {
	color: #FFF !important;
	background-image: url(../style/mnupics/mp1.jpg);
}
.agoc ul ul a.trig_closed {
	background-image: url(../style/mnupics/mp5.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.agoc ul ul a.trig_closed_left {
	background-image: url(../style/mnupics/mp2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.agoc ul ul a.trig_open {
	color: #FFF !important;
	background-image: none;
	background-color: #000 !important;
}
/*The Current Marker (You are here) links*/
.agoc .current_mark {
	font-weight: bold;
	color: #000 !important;
}
.agoc ul ul .current_mark {
	color: #FFF !important;
}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.mpclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
