/*
	/faith_assembly/includes/styelsheets/primary_nav_menu.css
	 
	Copyright (c) 2006 Faith Assembly of God	
	2006/04/17	mv	Initial coding.
	2007/06/15 mv	Update site design.
*/

/* Used in Page Intro Section -- Body Nav Bar */

.leftNavContainer {
	background-color: #510000;
}

#leftNavBody {
	background-color: #510000;
	border: 0;
	margin: 0;
	padding: 0px;
	vertical-align: top;
	width: 120px;
	z-index: 10;
}

.leftNavMainMenu {
	color: #FFFFFF;
	font-size: x-small;
	list-style: none;
	text-align: right;
	margin: 0px;
}

.leftNavMainBtn {
	margin: 10px 5px 0px 0px;
}

.leftNavMainBtn a:link { 
	color: #FFF;
	font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

.leftNavMainBtn a:active { 
	color: #FFF;
	font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

.leftNavMainBtn a:visited { 
	color: #FFF;
	font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

.leftNavMainBtn a:hover {
	color: #FFc;
	font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
}

.primNavSubMenu { /* Sub menu bar (list of sub menu items). */
	position: absolute;
	background-color: #cc0000; /* burgundy */
	border-top: 5px solid #000;
	border-right: 1px solid #000;
	border-bottom: 4px solid #000;
	border-left: 1px solid #000;
	margin: 0;
	padding: 0;
	vertical-align: top;
	visibility: hidden;
	width: 400px; /* False value for IE4-5.x/Win -- The overall box size we desire.*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 398px; /* Actual value for conformant browsers. */
}
html>primNavSubMenu {
	width: 398px; /* Be nice to Opera. */
}

.primNavSubBtn {
	border: 0;
	border-bottom: 1px solid #000;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 398px;
}

a.primNavSubBtn:link, a.primNavSubBtn:visited {
	background-color: #cc0000; /* burgundy */
	border 0;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	padding: 2px 2px 2px 12px;
	text-align: left;
	text-decoration: none;
	text-indent: -10px;
	vertical-align: middle;
	height: 16px;
	width: 298px; /* False value for IE4-5.x/Win -- The overall box size we desire.*/
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 12px;
	width: 384px; /* Actual value for conformant browsers. */
}
html>a.primNavSubBtn:link, html>a.primNavSubBtn:visited {
	height: 12px;
	width: 384px; /* Be nice to Opera. */
}

a.primNavSubBtn:hover, a.primNavSubBtn:active { /* Button -- rollover state */
	background-color: #ffff00; /* yellow */
	border 0;
	color: #cc0000; /* burgundy */
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	padding: 2px 2px 2px 12px;
	text-align: left;
	text-decoration: none;
	text-indent: -10px;
	vertical-align: middle;
	height: 16px;
	width: 298px; /* False value for IE4-5.x/Win -- The overall box size we desire.*/
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 12px;
	width: 384px; /* Actual value for conformant browsers. */
}
html>a.primNavSubBtn:hover, html>a.primNavSubBtn:active {
	height: 12px;
	width: 384px; /* Be nice to Opera. */
}

.primNavCCimage {
	display: inline;
	margin: 0px 0px 3px 5px;
}

