
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	border:solid 1px  #999999;
}

#nav a {
	display: block;
	}

#nav li { /* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
}


#nav li ul a{ /* second-level lists */
	padding:10px;
	 /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li ul { /* second-level lists */
	position: absolute;
	background:#ffffff;
	width: 10em;
	left: -999em;
	 /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
margin:0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
.Last a
{
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	text-align:left;
	}
.Last a:hover
{
	background-color:#E282B2;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	}

.MenuLInk a
{
	background:url(../images/dot_line.gif) repeat-x bottom;
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	text-align:left;
	}
.MenuLInk a:hover
{
	background:url(../images/dot_line.gif) repeat-x bottom;
	background-color:#E282B2;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
	}
.MenuLInkTwo a
{
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	text-align:left;
	background-image:none;
	}
.MenuLInkTwo a:hover
{
	background-color:#E282B2;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
	background-image:none;
	}
.DotedLine
{
	background-image:url(../images/dot_line.gif);
	background-repeat:repeat-x;
	}
.AboutPadding
{
	width:140px;
	}
.SubPrOne
{
	width:150px;
	}
.WireWidth
{
	width:190px;
	}
.Office
{
	width:110px;
	}

/*------------------------------------------*/
.TrBg
{
	background-color:#DEDEDE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	
	
	
	
}


/*------------------------------------------*/