/* global left hand menu settings */
.outermenu{
	background-color: #0083c4;
}

.innermenu{
	background-image: url("/img/navstrip.gif");
	text-align: right;
}

/* left hand menu settings - main headings */
.menu{
	padding-left: 8px;
	border-color: #001d6c;
	background-color: #001d6c;
}

.menu:link {
    color: #ffffff;
    font-family: Tahoma;
	font-size: 8pt;
    text-decoration: none;
}

.menu:visited {
    color: #ffffff;
    font-family: Tahoma;
	font-size: 8pt;
    text-decoration: none;
}

.menu:hover {
    color: #cccccc;
    font-family: Tahoma;
	font-size: 8pt;
    text-decoration: none;
}

/* left hand menu settings - sub headings */
.submenu:link {
    color: #ffffff;
    font-family: Tahoma;
	font-size: 8pt;
    text-decoration: none;
}

.submenu:visited {
    color: #ffffff;
    font-family: Tahoma;
	font-size: 8pt;
    text-decoration: none;
}

.submenu:hover {
    color: #cccccc;
    font-family: Tahoma;
	font-size: 8pt;
    text-decoration: none;
}