﻿.GlobalNav
{
	padding-top:5px !important;
	padding-bottom:5px !important;	
	width:100%;
}

.GlobalNav td 
{
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
	
.GlobalNavLink
{
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:3px 2px 3px 10px;
	background-color: #0099CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-image:url(/Image/corner-tab.gif);
	background-repeat:no-repeat;
	background-position:top right;	
	width:93%;
}

.GlobalNavLink:hover 
{
	color:#FFFFFF;
	background-color: #FF9900;
}

.GlobalNavLinkActive
{
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:3px 2px 3px 10px;
	background-color:#FF8800;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-image:url(/Image/corner-tab.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:93%;
}