﻿

/* Menu Navigation
-------------------------------------------------------*/
#NavBarContainer { margin-top:0px; margin-bottom:0px; margin-left:auto; margin-right:auto; 
		background: url('../images/NavBarBG.png') top repeat-x; width:1000px; height:60px; }

.MenuButton { /*width:100px;*/ height:39px; float:left; }
.MenuSpliter { width:4px; height:39px; float:left; background: url('../images/menubuttons/MenuSpliter.png') no-repeat; }

#MenuContainer
{
	/*width:130px;*/
	height:100%;
	float:left;
	display:block;	
	margin-left:48px;
}
A.menulink 
{
	display: block;
	/*width: 100px;*/
	height: 39px;
	line-height: 30px;
	text-align: center;
	line-height:38px;
	vertical-align: middle;
	padding-top:10px;
	padding-left:7px;
	padding-right:8px;
	border-width: 1px;
}

A.menulink:hover 
{
	vertical-align: middle;
	border-width: 1px;
	background: url('../images/menubuttons/MenuOver.png') top center no-repeat;
}
