/**********************************************************************
 * This document and all related documents are copyright (c) 2010 
 * Northern Lights Technology. You may not reuse these documents 
 * without the express written permission of Northern Lights 
 * Technology.
 *
 * @author   Brandon Wamboldt
 * @version  3.00
 * @date     April 14, 2010
 **********************************************************************/

#menu
{
	background-image: url( '../images/layout/bg_i_menu.jpg' );
	background-position: 8px 0;
	background-repeat: no-repeat;
	height: 64px;
	width: 932px;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left:8px;
}

.menu-li
{
	background-image: url( '../images/layout/bg_c_menu-li.png' );
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	height: 64px;
	text-align:center;
	margin-right:1px;
}

.menu-last{background-image:none;}
#menu a{text-decoration:none;}

.menu-a-active
{
	background-image: url( '../images/layout/bg_c_menu-a.hover.gif' ); 
	color:#3C5985; ;
	float: left;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	height: 44px; 
	padding-top: 22px;
	width:129px;
	padding-right:1px;
}

.menu-a
{
	color:white;
	float: left;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	height: 44px; 
	padding-top: 22px;
	width:129px;
	padding-right:1px;
}

.menu-a:hover{background-image:url('../images/layout/bg_c_menu-a.hover.gif');color:#3C5985;}
.menu-first .menu-a:hover{background-image:url('../images/layout/bg_c_first.menu-a.hover.gif');}
.menu-first .menu-a-active{background-image:url('../images/layout/bg_c_first.menu-a.hover.gif');}
.menu-last .menu-a:hover{background-image:url('../images/layout/bg_c_last.menu-a.hover.gif');}	
.menu-last .menu-a-active{background-image:url('../images/layout/bg_c_last.menu-a.hover.gif');}