/* CSS Document */

#nav, #nav ul{
	list-style:none;
	padding:0px;
	margin:0px;
	line-height:1;
	background-color:#0066FF;
}

#nav li{
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	width:8em;
	background-color:#003c84;
	font-weight:bolder;
}

/* Section Product */
#nav .product li{
	width:12em;
}

#nav .product ul {
	margin: -19px 0 0 12em;
}

#nav .product .industrialboards li{
	width:18em;
}

#nav .product .displays li{
	width:18em;
}

#nav .product .dvsp li{
	width:18em;
}


#nav .product .peripherals li{
	width:18em;
}

#nav .product .iocards li{
	width:18em;
}


/* Section Support */
#nav .support li{
	width:10em;
}

#nav .support ul {
	margin:-19px 0 0 10em;
}

#nav .support .download li{
	width:12em;
}

/* Section About IBT*/
#nav .aboutibt li{
	width:12em;
}



#nav li ul, #nav li ul ul{
	position:absolute;
	list-style:none;
	top:-999em;
	left:-999em;
	border:1px solid #000000;
	border-left:none;
}

#nav li ul li{
	float:none;
	text-align:left;
	background-color:#0066FF;
	border-left:5px solid #FF0000;
	margin-bottom:-3px;
	padding-bottom:0.2em;
}

#nav a{
	display:block;
	text-decoration:none;
	color:white;
	padding:3px;
	white-space:nowrap;
}

#nav a.moreLevel{
	background-image:url(../images/rightarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#nav li ul li:hover, #nav li ul li.iehover{
	cursor:pointer;
	background-color:#336699;
}

#nav li:hover ul ul, #nav li.iehover ul ul{
	top:-999em;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul {
	left:auto;
	top:auto;
}

#nav .toplevel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#nav div{
	width:100%;
}