﻿A {
	FONT-FAMILY: "Verdana";
	TEXT-DECORATION: none;
	font-size: 8pt;
}
A:link
 
{
	COLOR: #000000; font-size: 9pt;TEXT-DECORATION: none;  font-weight: bold;  FONT-FAMILY: Arial, Verdana;
}
A:visited {
	COLOR: #000000; font-size: 9pt;TEXT-DECORATION: none; font-weight: bold; FONT-FAMILY: Arial, Verdana;
}
A:hover {
	color: #32B2F7; font-size: 9pt; font-weight: bold; FONT-FAMILY:  Arial, Verdana;
}
img
{
	border: none 0px transparent;
}



/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #990000;
padding: 0px;
height: 50px;
background: url(images/nav-bg.jpg);
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a
{
width: 120px;
padding:13px 0px 0px 0px;
margin: 0px 1px 0px 0px;
color: #ffffff;
font-family: Arial, Verdana;
font-size:11px;
text-decoration:none;
font-weight: bold;
background: url(images/off_btn.png);
background-repeat: repeat-x;
background-position: top;
}
#nav-container a.current
{
width: 100px;
color: #040404;
padding:13px 0px 0px 0px;
margin: 0px 1px 0px 0px;
font-family: Arial, Verdana;
font-size:11px;
text-decoration:none;
font-weight: bold;
background: url(images/on_btn.png);
background-repeat: repeat-x;
background-position: top;
}
#nav-container a:hover{
width: 120px;
padding:13px 0px 0px 0px;
margin: 0px 1px 0px 0px;
color: #040404;
font-family: Arial, Verdana;
font-size:11px;
text-decoration:none;
font-weight: bold;
background: url(images/on_btn.png);
background-repeat: repeat-x;
background-position: top;
}
/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:0px 0px 0px 0px;
margin:0px 0px 0px -110px;
background: transparent;
color: Black;
font-family: Arial, Verdana;
font-size:11px;
font-weight: bold;
border: solid 1px black;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:3px 0px 0px 8px;
height: 17px;
color: white;
background: transparent;
background-color: #055E8E;
font-family: Arial, Verdana;
font-size:11px;
font-weight: bold;
margin: 0px 0px 0px 0px;
text-align: left;
width: 150px;
border-bottom: solid 1px #EAEAEA;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover
{
padding:3px 0px 0px 8px;
height: 17px;
background: transparent;
background-color: #00A6FF;
font-family: Arial, Verdana;
font-size:11px;
color: White;
font-weight: bold;
margin: 0px 0px 0px 0px;
text-align: left;
width: 150px;
border-bottom: solid 1px #EAEAEA;
}