/* $Id: navigation.css,v 1.5 2009/11/04 19:42:41 johnalbin Exp $ */

/**
 * @file
 * Navigation Styling
 */

/*
 * Navigation bar
 */
#navigation {
	margin:0px;
	line-height:0em;
}

.menu li a:hover
	{
		color:white;
	}

.menu li
	{
	width:100%;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	}

@-moz-document url-prefix()
	{
		.menu li a{ padding:0.43em 2em;}
}

.menu li a {
	display:block;
height:17px;
list-style-type:none;
margin:auto;
padding:0.5em 2em;
white-space:nowrap;
		font-size:large;
		text-decoration: none;
		color:#2F3102;
		font-weight:lighter;
	/*background-color:#919F01;*/
	background: #919F01; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AFBF07', endColorstr='#919F01'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#AFBF07), to(#919F01)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #AFBF07,  #919F01); /* for firefox 3.6+ */
	color:#262A00;
	}

.menu {
	line-height:1.286em;
}

/*
 * Primary and Secondary menu links
 */
.menu {
	list-style: none;
	height:100%;
	width:100%;
	background-color:#262A00;
}

#secondary-menu {
}

/*
 * Menu blocks
 */
.block-menu {
}

/*
 * "Menu block" blocks. See http://drupal.org/project/menu_block
 */
.block-menu_block {
}

/*
 * SideBar Buttons
 */
 
a.vt-p{
	width: 191px;
	height: 68px;
	display: block;
	opacity: 1;
	filter:alpha(opacity=100);
}

a.vt-p:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
}