/*************************************************/
/*                                               */
/*                                               */
/*                                               */
/*                                               */
/*************************************************/
#menu {
	/*background: #ccc url(images/menu-bg.jpg) repeat-x;*/
	width: 100%;
	z-index: 500;
	margin-top: 5px;

}

#menu ul
{
	/*background: #ccc url(images/menu-bg.jpg) repeat-x;*/
	text-align:center;
	margin:0px;
	padding:0px;

}

#menu li
{
}

/*************************************************/
/*                                               */
/*                                               */
/*                                               */
/*                                               */
/*************************************************/
#menu ul li  {
	margin-right: 1px;
	width: 154px;
	}

#menu a {
	font-size:1.0em;
	text-transform:uppercase;
	padding: 6px 0px 6px 0px;
	text-decoration:none;
	font-weight: bold;
	}


#menu a, 
#menu a:active, 
#menu a:visited {
	color:#e8e8e8;
	}




#menu a:hover {
	color:#ffffff;
	}


/*************************************************/
/* Every ul inside another ul is a submenu. They */
/* are hidden until hovered over. It is not      */
/* moved left since the 1st ul->ul is a vertical */
/* dropdown. top:auto makes sure the menu is     */
/* directly under the 1st ul parent              */
/*************************************************/
#menu ul ul {
	top:auto;
	left:0px;
	height:auto;
	width:100%;
	border: none;
	}

#menu ul ul li  {
	background: #6d0000;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 1px;
	}

#menu ul ul a {
	color: #e8e8e8;
	font-weight:bold;
	font-size: 1em;
	padding:3px;
	text-decoration:none;
	text-transform: capitalize;
	}

#menu ul ul a:active, 
#menu  ul ul a:visited {
	color:#c8c8c8;
	}


#menu ul ul a:hover {
	color:#fff;
	background:#a40313;
	}
	
	
/*************************************************/
/* Every ul->ul->ul is a side popout menu from   */
/* an existing dropdown. This overrides the      */
/* vertical drop of all menus following the 1st  */
/* top:0px; left:100% makes sure the menu is     */
/* inline with its parent                        */
/*************************************************/
#menu ul ul ul
{
	top:0px;
	left:100%;
}


#menu li
{
}

#menu .nav_lc {
	background: #525252 url('../images/nav_lc.gif') no-repeat;
	width: 14px;
	height: 30px;
	}

#menu .nav_rc {
	background: #525252 url('../images/nav_rc.gif') no-repeat;
	width: 14px;
	height: 30px;
	}
/*************************************************/
/*                                               */
/*                                               */
/*                                               */
/*                                               */
/*************************************************/
#menu ul li 
{
	background: #525252 url('../images/nav_li_bg.gif') repeat-x;
	width:166px;
	margin-right: 1px;
}

#menu a
{
	color:#383838;
	font-size:1.1em;
	font-weight: bold;
	text-transform:uppercase;
	padding:8px 0px 9px 0px;
	text-decoration:none;
}

#menu a:active
{
	color:#383838;
}

#menu a:visited
{
	color:#383838;
}

#menu a:hover
{
	color:#6e6a0a;
}
/*************************************************/
/* Every ul inside another ul is a submenu. They */
/* are hidden until hovered over. It is not      */
/* moved left since the 1st ul->ul is a vertical */
/* dropdown. top:auto makes sure the menu is     */
/* directly under the 1st ul parent              */
/*************************************************/
#menu ul ul
{
	top:auto;
	left:0px;
	height:auto;
	width:100%;


}

#menu ul ul li 
{
	background: #58809b;
}

#menu ul ul a
{
	color: #000;
	font-weight:bold;
	font-size: 1em;
	padding:3px;
	text-decoration:none;
	text-transform: capitalize;
}

#menu ul ul a:active
{
	color:#060;
}

#menu  ul ul a:visited
{
	color:#000;
}

#menu ul ul a:hover
{
	color:#000;
	background:#96bedb;
}
/*************************************************/
/* Every ul->ul->ul is a side popout menu from   */
/* an existing dropdown. This overrides the      */
/* vertical drop of all menus following the 1st  */
/* top:0px; left:100% makes sure the menu is     */
/* inline with its parent                        */
/*************************************************/
#menu ul ul ul
{
	top:0px;
	left:100%;
}
