﻿
/* ******************************* */
/*	UL Menu Styles - autogen navigation	*/

/* Colour changes for subnav */

a:link,
a:visited
{
   color:#e5ab09;
}

a:hover,
a:active
{
    color:#444444;
}

.yellownav a
{
    background-color:#e5ab09;
}

.yellownav a:hover
{
    background-color:#664c05;
}

.yellownav li.navcurrent a
{
    background-color:#664c05;
    background-image:url(../images/yellow-bullet-on.gif);
    background-position:5px center;
    background-repeat:no-repeat;
}

.yellownav #lowersubnavUL a
{
    background-color:White;
    color:#e5ab09;
    font-size:0.91em;
    background-image:url(../images/yellow-sub-off.gif);
    background-position:5px center;
    background-repeat:no-repeat;
}

.yellownav #lowersubnavUL a:hover
{
    background-color:White;
    color:#664c05;
    font-size:0.91em;
}

.yellownav #lowersubnavUL li.navcurrent a
{
    color:#664c05;
    font-size:0.91em;
    background-color:White;
    background-image:url(../images/yellow-sub-on.gif);
    background-position:5px center;
    background-repeat:no-repeat;
}

.yellownav #lowersubnavUL li ul li a:link,
.yellownav #lowersubnavUL li ul li a:visited,
.yellownav #lowersubnavUL li ul li a:active
{
    background-image:url(../images/yellow-subbullet.gif);
    background-position:5px center;
    background-repeat:no-repeat;
    color:#999999;
}

.yellownav #lowersubnavUL li ul li a:hover
{
    background-image:url(../images/yellow-subbullet.gif);
    background-position:5px center;
    background-repeat:no-repeat;
    color:#444444;
}

.yellownav #lowersubnavUL li ul li.navcurrent a
{
    color:#e5ab09;
}

.yellownav ul#lowersubnavUL
{
    border-top:2px solid #e5ab09;
    padding-top:10px;
}

.yellownav a.crumbs
{
    background-color:White;
    color:#444444;
}

.yellownav a.crumbs:hover
{
    background-color:White;
    color:#e5ab09;
}

.yellownav a.crumbshome
{
    background-color:White;
    color:#444444;
}

.yellownav a.crumbshome:hover
{
    color:#e5ab09;
    background-color:White;
}

.yellownav a.crumbscurrent
{
    background-color:White;
    color:#e5ab09;
}

.yellownav a.crumbscurrent:hover
{
    background-color:White;
}


/* Normal style changes */

#enclosure h1
{
	color:#e5ab09;
}

#enclosure h2,h3,h4,h5,h6
{
    color:#e5ab09;
}

#contentdiv h1
{
	color:#e5ab09;
}

#contentdiv h2,h3,h4,h5,h6
{
    color:#e5ab09;
}

#content ul
{
	color:#e5ab09;
}

#content ol
{
	color:#e5ab09;
}

#contentdiv a:link,
#contentdiv a:visited
{
   color:#e5ab09;
}

#contentdiv a:hover,
#contentdiv a:active
{
    color:#444444;
}