/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropline_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements. #nav font was 16px
=================================================================== */

#nav {
height:40px; position:relative; font-size: 1.2vw; font-family: 'SearsTowerRegular', Arial, sans-serif; z-index:500;background:#000;}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap; color:#ccc;
}
#nav li {
float:left; background:none;color:#ccc;
}
#nav .select {color:#ccc; }
#nav .select a {
display:block;  line-height: 18px;  padding:10px 10px 10px 10px; text-decoration:none; white-space:nowrap; color:#ccc;background:#000;
}
#nav .select a b {
display:block; padding:0 0 0 0; 
}
#nav .select li:hover a {
  cursor:pointer; color:red;
}
#nav .select li:hover a b {
display:block;  cursor:pointer;
}

@font-face {
    font-family: 'SearsTowerRegular';
    src: url('../fonts/Sears_Tower-webfont.eot');
    src: url('../fonts/Sears_Tower-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sears_Tower-webfont.woff') format('woff'),
         url('../fonts/Sears_Tower-webfont.ttf') format('truetype'),
         url('../fonts/Sears_Tower-webfont.svg#SearsTowerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@media only screen and (max-device-width: 480px) {
	body {font-size: .8em;}
	#nav {font: .8em; }
	#nav .sub {font:.8em;}
}

@media all and (min-width: 960px) {
	body {font-size: 1em;}
	#nav {font: 1em;}
	#nav .sub {font:1em;}s
}

@media all and (max-width: 959px) and (min-width: 600px) {
	body {font-size: 1em;}
	#nav {font: 1em; }
	#nav .sub {font:1em;}
}

@media all and (max-width: 599px) and (min-width: 320px) {
	body {font-size: .8em;}
	#nav {font: .8em;}
	#nav .sub {font:.8em;}	
}*/
