@charset "utf-8";
/* CSS Document */

/*^'^ Navigation Structure ^'^*/
/* Take outline off for Mozilla!!!!!*/
a:focus {
outline:none;
}
.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:10px;
display:block;
}
.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:left;
}
.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{	

color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
text-decoration:none;
font-weight: bold;

background-repeat: no-repeat;
background-position: top;
width:136px;
padding-left:20px;
}





#nav-container a:hover{
color: #FFFFFF;
background: url(images/main_menu_hover.png);
background-repeat: no-repeat;
background-position: center;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:10px 0px 5px 0px;
margin:0px 0px 0px 0px;
background-repeat: repeat-x;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
font-size:11px;
font-weight:bold;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
padding-left: 40px;
width: 105px;
}
.item-primary {
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background: url(images/main_menu_normal.png);
height:16px;
width:250px;
display:block;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
background-repeat: no-repeat;
color:#fc480b;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:8px;

background-repeat: no-repeat;
font-weight:bold;
}

#nav-container .item-sub-top{
	font-size:9px;
	display:block;
	height:24px;
	width:120px;
	padding-top:8px;
	background: url(images/normal_menu_top.png);
}
#nav-container .item-sub-middle{
	font-size:9px;
	height:24px;
	width:120px;
	padding-top:9px;
	background: url(images/normal_menu_middle.png);
}
#nav-container .item-sub-bottom{
	font-size:9px;
	height:24px;
	width:120px;
	padding-top:10px;
	background: url(images/normal_menu_bottom.png);
}

#nav-container .item-sub-top:hover{
	background: url(images/hover_menu_top.png);
}
#nav-container .item-sub-middle:hover{
	background: url(images/hover_menu_middle.png);
}
#nav-container .item-sub-bottom:hover{
	background: url(images/hover_menu_bottom.png);
}
