/*
 * Description: Stylesheet for the js menu.
 *      
 * Copyright: (c) 2007, Journeytools, All rights reserved
 * 
 * Revision History:
 * 
 * Date     Who  Description
 * ======== ==== ========================================================
 * 20070803 crw  Created
 * 
*/

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 1;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #3469a5; /* The drop down's default background color */
color: white; /* The drop down's default text color */
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:gray; /* The dropdown's background when selected */
}

table.navBg {
	background-image: url(images/menu_back2.jpg);
	background-repeat: repeat-x; 
	height: 40px;
	font:normal 14px Verdana;
}
.navBg td		{padding: 0px 4px 0px 4px;text-align:center;height:28px;}
.menuHome		{background: url(images/menu_separator.jpg) no-repeat right;}
.menuMission	{background: url(images/menu_separator.jpg) no-repeat right;}
.menuContact	{background: url(images/menu_separator.jpg) no-repeat right;}
.menuResources	{background: url(images/menu_separator.jpg) no-repeat right;}
.menuLessons	{background: url(images/menu_separator.jpg) no-repeat right;}
.menuForums     {background: url(images/menu_separator.jpg) no-repeat right;}
.menuLinks      {}

a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
color: black;
}
