﻿/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
   Style Theme:03 - Aurora
  -----------------------------------
*/
/* main nav bar */
#p7TBM
	{
	font-family: "Arial", sans-serif;
	}

/* main navigation */
#p7TBMroot
	{
		background-color: transparent;
		border: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding: 0 12px;
	}
	
#p7TBMrootbox 
	{
	}
	
#p7TBMroot img
	{
		border: 0;	
	}
	
#p7TBMroot ul
	{
		margin-top: 5px;
		padding: 0 12px;
		height: 20px;
	}
	
#p7TBMroot li
	{
		list-style-type: none;
		display: inline;

	}
	
#p7TBMroot li a
	{
		float: center;
	}

#p7TBMroot .p7TBMtext li a
	{
		color: #000000;
		padding: 0 12px;
		text-decoration: none;
	}

#p7TBMroot .p7TBMtext .p7TBMdown:hover
	{
		color: #325EA1!important;
		background-color: transparent!important;
	}
	
#p7TBMroot .p7TBMtext .p7TBMdown
	{
		
		color: #325EA1!important;
		background-color: transparent!important;
	}
/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
#p7TBMroot .p7TBMtext li a:active 
	{
		color: #FEFAE7;
		background-color: #C1BA97;
	} 
	
#p7TBMroot .p7TBMtext li a:focus 
	{
		color: #FEFAE7;
		background-color: #C1BA97;
	 } 
	
#p7TBMroot .p7TBMtext .p7TBMon 
	{
		
		background: transparent;
    } 
    
.p7ie6Fix:active 
	{
		color: #FEFAE7;
		background-color: #325EA1;
	} 
	
/* SubNavigation
---------------------------------------------------------------------------- */	
#p7TBMsubwrap
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: oblique;
		font-weight: bold;
		position: relative;
		background: transparent;
	}
	
.p7TBMsub
	{
		position: absolute;
		width: 1000px;
		background-repeat: repeat-x;
		background-image: url(img/iebfix.gif);
		visibility: hidden;
	}
	
.p7TBMsubbox
	{
	 	width: 1000px;
	 	padding: 0 0 0 0;
	 	height: auto;	
	}
	
/*SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul 
	{
		margin: 0 0 0 0px;
		padding: 7px 5px 0 5px;		
		background: transparent;
		background-image: url(img/iebfix.gif);
		background-repeat: repeat-x;
		border: 0;
	}
	
.p7TBMsub li 
	{
		list-style-type: none;
		display: inline;
	}

.p7TBMsub li a
	 {
		background: transparent;
		color: #325EA1;
		display: block;
		float: left;
		padding: 3px 8px 0px 8px;
	}
	
.p7TBMsub li a:focus 
	{
		font-color: #325EA1;
		font-style: inherit;
		font-weight: bold;
		background-color: transparent; 
		background-repeat: no-repeat;	
	}
	
.p7TBMsub li a:active 
	{
		font-color: #325EA1;
		font-style: inherit;
		font-weight: bold;
		background-color: transparent; 
		background-repeat: no-repeat;
	}
	
.p7TBMsub li a:hover 
	{
		font-color: #00123B;
		font-style: inherit;
		font-weight: bold;
		background-color: transparent; 
		background-repeat: no-repeat;
	}
	
.p7ie6Fix:active 
	{
		font-color: #325EA1;
		font-style: inherit;
		font-weight: bold;
		background-color: transparent; 
		background-repeat: no-repeat;
	}
	
#p7TBM br 
	{
		clear: both;
		height: 0;
		line-height: 0.0;
		font-size: 1px;
	}

/* current marker style */
.p7TBMsub .p7TBMmark:focus
	{
		background-image: none;
		color: #00123B !important;
		cursor: default;
	}
	
.p7TBMsub .p7TBMmark:active 
	{
		background-image: none;
		color: #00123B !important;
		cursor: default;
	}
	
.p7TBMsub .p7TBMmark:hover
	{
		background-image: none;
		color: #00123B !important;
		cursor: default;
	}
	
.p7TBMsub .p7TBMmark
	{
		background-image: none;
		color: #00123B !important;
		cursor: default;
	}
/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active,

	{
		color: #00123B;		
	}

