#nav {
	cursor: pointer;
	width: 100%;
}
	
#nav a {
	cursor: pointer;
	font-family: Times New Roman, serif;
   font-variant: small-caps;
	font-size: 18px;
   text-decoration: none;
   display: block;
   line-height:35px;
} 
   
#nav a:hover {
   color: #666666;
}
   
#nav ul li a:hover {
   color: #666666;
}

#nav, #nav ul {
	max-width: 780px;
	padding: 2px;
	margin: 0px;
	list-style: none;
	text-align: center;
	font-family: Times New Roman, serif;
   font-variant: small-caps;
	font-size: 18px;
}

#nav li {
   text-decoration: none;
   color: #000000;
   text-align: center;
	position: relative;
	float: left;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
}

#nav li ul {
   background-color: transparent;
   padding-top: 7px;
   padding-left: 7px;
}

#nav li li{
	border: 0px;
   height: 20px;
   padding-top: 0px;
	top: -1px;
   margin-top: -1px;
   left: -3px;
}

#nav li.iehover li.iehover, #nav li:hover li:hover { background-color: #ffffff; }

#nav li.iehover a, #nav li:hover a { color: #666666; }
#nav li.iehover ul li a, #nav li:hover ul li a {
   color: #000000;
   padding-left: 5px;
   font-weight: 400;
}

#nav li ul {
	position: absolute;
	border: 0px solid #999;
	top: -1000px;
}

#nav li ul li {
	background: #FFFFFF;
	width: 200px;
	text-align: left;
	padding-left: 5px;
}

#nav li:hover ul,
#nav li.iehover ul {
  left: 0px;
  top: 13px;
}

#nav li.iehover ul {
   top: 14px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul {
  top: -1000px;
}
#nav li li:hover ul, #nav li li li:hover ul  {
  left:5em;
  top:0;
}




#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul {
  top: -1000px;
}

#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,
#nav li li li.iehover ul {

  left:199px;
  top:-1px;
}
#nav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

.TopList {
   bottom: 0px;
   background-color: white;
   bottom: -4px;
   height: 34px;
}
.TopLink {
   margin-top: -4px;
}
.LeftBar {
   width: 1px;
   font-size: 1px;
   background-color: red;
   display: block;
   position: absolute;
   top: 27px;
   height: 5px;
   line-height: 7px;
}
.RightBar {
   width: 1px;
   font-size: 1px;
   background-color: red;
   display: block;
   position: absolute;
   top: 31px;
   height: 5px;
   line-height: 6px;
}
.InvisBar {
   width: 1px;
   font-size: 1px;
   background-color: white;
   display: block;
   position: absolute;
   height: 5px;
   line-height: 6px;
}
.SubNav {
   color: #666666;
   text-decoration: none;
   padding-left: 10px;
}