﻿body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}

.container {
	width: 100%;
    max-width: 920px;
    margin: 0px auto 0px auto;
	background: #90292C;
}
.toggleMenu {
    display:  none;
	background: #90292C;
    padding: 5px 5px;
    color: #000;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
}

.nav {
    list-style: none;
     *zoom: 1;
     background:#90292c;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
    width: 10em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
	text-decoration: none;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #cd5a2d;
}
.nav > li > .parent {
    background-image: url('nav/downArrow.png');
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	color: #fff;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #cd5a2d;
    position: relative;
    z-index:100;
    border-top: 1px solid #d99031;
	color: #fff;
	text-decoration: none;
}
.nav li li li a {
    background: #d99031;
    z-index:200;
    border-top: 1px solid #cd5a2d;
	color: #fff;
	text-decoration: none;
}

.headerImage {
		display: block;
		background-image : url('nav/head_background.png');
        background-repeat: no-repeat;		
		height : 80px;
		max-width: 920px;
		margin: 0px auto 0px auto;	
}

.althead {
		display: none;	
}

	.tablefull {
		width: 70%;
		border: 0px;
		border-spacing: 0px;
		border-collapse: collapse;	
	}
	

		
	/*  Define the background color for all the ODD background rows  */
	.tablefull tr:nth-child(odd){ 
		background: #fff;
	}
	/*  Define the background color for all the EVEN background rows  */
	.tablefull tr:nth-child(even){
		background: #e6e6e6;
	}	

@media only screen and (max-width: 920px) {

	.headerImage {
		display: none;
}
	.althead {
		display: inline;
		font-size: 20px;	
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color : #ffffff;
		width: 10em;
}

	.tablefull {
		width: 96%;
		border: 0px;
		border-spacing: 0px;
		border-collapse: collapse;			
	}
	
	.tablefull > td, th {
		padding: 2px;
	}

    .active {
        display: block;
	}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url('nav/downArrow.png');
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}