/* CSS Document */

body
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}


/* PATCH --- this negates the main ul style for the techinfo page (on that page we just need a normal list-style) */
ul.techInfo li {
	text-align:left; 
	float: none; 
	width:auto; 
	list-style:disc; 
	margin-left:12px; 
	padding:2px;
}
ul.techInfo {
	margin-left:2px; 
	padding-bottom:12px;
	padding-top:4px;
}



/*NAV BAR*******/


td#linkline
{
	background-color: #000000;
	width: 740px;
	padding: 0px;
}


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

li { /* all list items */
	float: left;
	position: relative;
	width: 0pt; /**/
	padding-left: 0px;
}

/*Don't know if this will work

ul li
{
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 0px solid #ffffff;
	border-top-style: none;
}
*/
div.topNavwords
{
	font-size: 9px;
}

div.topNavwordsCurrent
{
	/*background-color: #eee;*/
	font-size: 9px;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#content {
	clear: left;
}


#nav a {
	color: white;
	text-decoration: none;
}

#nav a:hover 
{
	text-decoration: none;
 	color:#FF0000;
	
}

#nav li li a {
	display: block;
	/*font-weight: normal;*/
	padding: 0.4em 1em;
	border-bottom: 1px solid #ffffff;
	margin-left: -1px;
	font-size: 9px;
	text-align: left;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	padding-bottom: 0.4em;
	padding-left: 1em;
	padding-top: 0.4em;
	/*border: 4px solid #ffffff;*/
	background-color: #FFCC00;
	/*border-width: 0 5px;*/
	color: #000000;
}

li {
	float: left;
	position: relative;
	width: 120px; /*8em*/
	text-align: center;
	cursor: default;
	/*background-color: #666;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-width: 1px 0;*/
}

li#first {
	border-left-width: 0em;
}

li#currentPage
{
	/*background-color: #999999;*/
	color: #FFFFFF;
}

li#last {
	/*width: 100%;*/
	height: 100%;
	/*border-right-width: 1em;*/
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	/*font-weight: normal;*/
	background:  #000000;  /*pink bottom left no-repeat , transparent*/
	padding: 0em 0 0px;
	border-right: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block; 
	float: none;
	background-color: #000000;
	border: 0;
	padding: 0px;
}

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

