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