@charset "utf-8";
/* CSS Document */

/********** Navigation Structure **********/
#navigation {
	height: auto;
	width: 950px;
	background: #990000 url(../images/layout/nav/nav_bkg.gif) repeat-x;
}

.nav-container-outer{
color: #ffffff;
padding: 0px;
width:950px;
/*height: 69px;*/
height: auto;
}
.nav-float-left{
float: left;
}
.nav-float-right{
float: right;
}
.nav-container .nav-divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .nav-divider-vert{
float:left;
width:2px;
/*display: none;*/
}
.nav-container .nav-item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.nav-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{	
padding:26px 0px 19px 0px;
margin: 0px 0px 0px 0px;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:16px;
text-decoration:none;
font-weight: bold;
text-align:center;
width: 156px;
/*background: url(../images/layout/nav/item_bkg.gif) top center repeat-x;*/
}

#nav-container a:hover{
	background: url(../images/layout/nav/item_over.gif) top center repeat-x;
}

#nav-current{
	background:url(../images/layout/nav/item_over.gif) top center repeat-x;
}

/********** Secondary Items Container **********/
#nav-container div, #nav-container ul{	
padding:10px 4px 10px 4px;
margin:0px 0px 0px 0px;
background: url(images/item-secondary-container-bg.jpg);
background-repeat: repeat-x;
background-color: #404040;
border-bottom: 4px solid #719025;
text-align: left;
}

/********** Secondary Items **********/	
#nav-container div a, #nav-container ul a{	
padding:5px 10px 3px 6px;
background-color: #404040;
background: url(images/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:12px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
text-align: left;
width: 159px;
}

/********** Secondary Items Hover State **********/	
#nav-container div a:hover, #nav-container ul a:hover{
background-color: #404040;
background: url(images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color:#719025;
z-index: inherit;
}

/********** Secondary Item Titles **********/	
#nav-container .nav-item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color: #eeeeee;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
background: url(images/item-secondary-title-bg.jpg);
background-repeat: no-repeat;
font-weight:bold;
z-index: inherit;
}

/********** Horizontal Dividers **********/	
#nav-container .nav-divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #719025;
}

/********** Vertical Dividers **********/	
#nav-container .nav-divider-vert{
background: url(../images/layout/nav/item_sep.gif) top center repeat-x;
/*border-left-width:1px;
height:15px;*/
/*margin:4px 2px 0px 2px;*/
width: 2px;
height:69px;
/*border-color:#719025;*/
}
