/* 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 {
	text-decoration: none;
}
	a.pathway:visited {}
	a.pathway:active {}
	a.pathway:hover {
	text-decoration: underline;
}
   

	
/* Menu J1.5 new menu */
/* level 1 or Top Level*/
.menu  {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;	/*padding: 0 0 0 5px;*/
	text-indent: 15px;
}

ul.menu {
/*background-color: #686868; */
list-style: none;
}

/**
.menu li a{
	background-image: url(../images/PinkLine.png);
	background-repeat: repeat-x;
	background-position: 50% 100%;
}

.menu li a:link{
	display: block;
	background-image: url(../images/PinkLine.png);
	background-repeat: repeat-x;
	background-position: 50% 100%;
}
**/

.menu li a:hover{
	display: block;
}

.menu li a:visited{
	display: block;
}

/* end of Level 1 */

/* Level 2 Grey */
.menu ul {
    background-color: transparent; 
    list-style: none;
    padding: 0px;
}

.menu ul a{
display: block;
text-indent: 1em;
}

.menu  ul li a:hover{
background-color: transparent; 
}
/* End of Level 2 */

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

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


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

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

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

#current {
/*	list-style: disc url(../images/mw_readon.png);*/
/* image issue with the rollover need to be add to others href link */
}

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