/************************/
/* Main Menu Properties */
/************************/

/* Menu Container */
#dnn_Nav
{
	height:38px;
}
#dnn_Nav table tr td table tr
{
	background-color:#EBF2DB;
}

ol#Nav_369 {
	color: #004080;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0 0 1px;
	padding: 0;
	width: 949px;	
	list-style-type: none;
}

/* Menu Item */
ol#Nav_369 li {
	/*background: url(./Skins/GPI/images/h_grad.png) repeat-x left -10px;*/
	background-color:#92BA3F;
	float: left;
	list-style-type: none;
	/*margin-bottom: 5px;*/
	margin-right: 5px;
	position: relative;
	width: 153px;
	z-index: 90;
}
ol#Nav_369 a,
ol#Nav_369 span {
	display: block;
	padding: 5px 0;
	text-align: center;
	color:#FFFFFF;
	/*color:#3F3422;*/
}
ol#Nav_369 a:hover, 
ol#Nav_369 li.active a 
ol#Nav_369 span:hover,
ol#Nav_369 li.active span,
ol#Nav_369 li.activeParent
{ /*background: #91ba3e;*/ background-color:#EBF2DB; color: #3F3422; }
ol#Nav_369 li.activeParent a
{
	color:#3F3422;
}
/* Menu Item Selected */
ol#Nav_369 li:hover, li.over, li.active {
	
}

ol#Nav_369 li.topItem
{
/*background: url(./Skins/GPI/images/h_grad.png) repeat-x left -10px;*/
background-color:#92BA3F;
}

/****************************/
/* End Main Menu Properties */
/****************************/

/***********************/
/* Sub Menu Properties */
/***********************/

/* Sub Menu Container */
ol#Nav_369 ol {
	border: 1px solid #ddd;
	font-size: inherit;
	margin-top: 0;
	position: absolute;
	left: 0;
list-style-type: none;
	background: #ddd;
	width: 12em;
}
ol#Nav_369 ol a,
ol#Nav_369 ol span 
{ padding: 2px 5px;}
ol#Nav_369 ol li
{
	/*background: #FFF;*/
	float: none;
	list-style-type: none !important;
	margin: 0;
}

/* Sub Menu Item */
ol#Nav_369 ol li:hover, li.over {
	
}
/***************************/
/* End Sub Menu Properties */
/***************************/



/**** DO NOT TOUCH ****/
ol#Nav_369 li:hover ol, ol li.over ol {
	visibility: visible;
}

ol#Nav_369 ol {
	visibility: hidden;
}
/**********************/
