/*--------------------------------FONTS---------------------------------------------------*/
@font-face {
font-family: aeroviasbrasil;
src: url('aeroviasbrasil.ttf');
}

@font-face {
font-family: aeroviasbrasilb;
src: url('aeroviasbrasil.eot');
}

@font-face {
font-family: aeroviasbrasilc;
src: url('aeroviasbrasil.woff');
}

@font-face {
font-family: CaptureIt;
src: url('CaptureIt.ttf');
}

@font-face {
font-family: CaptureItb;
src: url('CaptureIt.eot');
}

@font-face {
font-family: CaptureItc;
src: url('CaptureIt.woff');
}

@font-face {
font-family: StencilCargoArmy;
src: url('StencilCargoArmy.ttf');
}

@font-face {
font-family: StencilCargoArmyb;
src: url('StencilCargoArmy.eot');
}

@font-face {
font-family: StencilCargoArmyc;
src: url('StencilCargoArmy.woff');
}

/*--------------------------------END FONTS---------------------------------------------------*/

/* T R B L */













/*--------------------------------NAVBAR---------------------------------------------------*/

	table.tablenav {
	}

        td.tdnavbar {
        border-left-width: 0px;
        border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #ffffff;
		border-right-width: 0px;
        border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #ffffff;
		padding: 0px;
		height: 18px;
		width: 700px;
		text-align: center;
		font-size: 11px;
		color: #ffffff;
		vertical-align: top;
		background-color: #696969;
		}

            a.anav1 {
            text-decoration: none;
            font-style: normal;
            text-align: center;
	    	font-size: 11px;
	    	font-weight: bold;
	    	color: #ffffff;
	    	vertical-align: top;
	    	}


	    	a.anav1:hover {
            text-decoration: none;
            font-style: italic;
            text-align: center;
            font-size: 11px;
            font-weight: bold;
            color: #134671;
            vertical-align: top;
            }

/*--------------------------------DROPDOWN MENU START | bassdrum.ca---------------------------------------------------*/

ul#nav{ /* all lists */
list-style: none;
margin:0;
padding:0;
}

ul#nav li  { /* all list items */
float: left;
width: 14%;
height: 17px;
border-right: 1px solid white;
background-color: #666;
position: relative;
text-align: center; 
}

ul#nav li.btnright  {
float: left;
width: 100px;
height: 17px;
border-right: 0px solid white;
background-color: #666;
position: relative;
text-align: center;
}

ul#nav li ul { /* second-level lists */
display: none;
position: absolute;
border-top: 1px solid #FFF;
top: 10px;
left:-40px;
margin-left:40px;
padding:0;
margin-top: 7px;
list-style:none;
z-index: 1;
}

ul#nav li ul li {
height: 100%;
width: 99px;
padding: 2px;
border:0;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
font-weight: normal;
text-align: left;
}

ul#nav li a {
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
vertical-align: top;
}

ul#nav li a:hover {
color: #134671;
font-style: italic;
}

ul#nav li li a {
display: block;
padding: 2px;
font-weight: normal;
}

ul#nav li li a:hover {
background: #CCC;
color: #000;
font-style: normal;
height:100%;
}

ul#nav li:hover ul, ul#nav li.over ul {
display: block;
}

div#main_menu a {
color: #FFF;
text-decoration: none;
}

/*--------------------------------DROPDOWN MENU END | bassdrum.ca---------------------------------------------------*/