/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/*##################### NAVIGATION SECTION #####################*/
/* Pathway Breadcrumbs is Module*/	
   a.breadcrumbs pathway{}
   .pathway {}
	a.pathway:link {}
	a.pathway:visited {}
	a.pathway:active {}
	a.pathway:hover {}
   

	
/* Menu J1.5 new menu */
/* level 1 or Top Level*/
.menu  { 
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	margin-bottom: 0.9em;
}
.menu a, .menu a:visited {
	color: #054654;
	display: block;
	text-decoration: none;
}
.menu a:hover{
	display: block;
	text-decoration: underline;
}
/* end of Level 1 */

/* Level 2 */
.menu ul {
color:#054654;
list-style: none;
padding: 0px;
}

.menu ul a{
color:#054654;
display: block;
text-indent: 1em;
font-weight: normal;
}
.menu ul li {
	margin: 0;
	padding:0;
}

.menu  ul li a:hover{
text-decoration: underline;
}
/* End of Level 2 */

/* Level 3 Black yellow*/
.menu ul ul  {
list-style: none;
background-color: transparent; 
}

/*  */
.menu ul ul a {
color:white;
background-color: Black; 
display: block;
text-indent: 2em;
}
/*  */
.menu  ul li ul li a:hover{
color: White;
background-color: #FFD700;
}
/* End of Level 3 */


/* Level 4 Green */
.menu ul li ul li ul li {
list-style: none;
color: White;
background-color: transparent;
}
.menu ul li ul li ul li a{
color: White;
background-color: #B1CD32;
display: block;
text-indent: 3em;
}
.menu ul li ul li ul li a:hover{
color: White;
background-color: #677620;
}
/* End of Level 4 */

/* Level 5 Maroon */
.menu ul li ul li ul li ul li{
list-style: none;
color: White;
background-color: transparent;
}
.menu ul li ul li ul li ul li a{
color: White;
background-color: #660000;
display: block;
text-indent: 4em;
}
.menu ul li ul li ul li ul li a:hover{
color: White;
background-color: #990000;
}
/* End of Level 5 Maroon */

/* Current highlighted link Icon Arrow */
#current li {
 margin: 0px;
 padding: 0px;
}

#current {
	font-weight: bold;
}

/*  */
/* Legacy 
Mainlevel menu */
.mainlevel {}
a.mainlevel {}
a.mainlevel:hover {}
/* End Mainlevel menu */
/*  Sub Menu */
.sublevel{}
a.sublevel{}
a.sublevel:hover {}
/* End Legacy Sub Menu */
/* Main menu styles */