/* global_nav.css */


#nav-bar {
    width: 780px
}


/*           NEW           */

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav a {
    display: block;
    font-weight:bold;
}

#nav ul li{
	list-style-type: none;
	padding: 4px 8px 1px 8px;
	position: relative;
	border: 1px solid #C0C0C0;
        border-top: 0px solid;
	text-align:left;
	background-color:#EBEEEE;
	white-space:none;
	width: 200px;
	color: #0054BD;
}

#nav li li a:hover, #nav li li a.sfhover, #nav li li:hover, #nav li li.sfhover {
    color: #FFFFFF;
    background: #392F7C; 
    text-decoration: none;
}


#nav li ul li:hover, #nav li ul li.sfhover{
    color: #FFFFFF;
    background: #392F7C; 
}


#nav li {
    float: left;
    font-weight: bold;
}

#nav ul li.first {
    margin-top: 0px;
    border-top: 1px #C0C0C0 solid;
}

#nav li.industry {
    width: 142px;
}

#nav .industry a , #nav .industry li,  #nav .type a , #nav .type li, #nav .device a , #nav .device li, #nav .whatsnew li, #nav .all li, 
#nav .solutionfinder-sales a , #nav .device-sales a , #nav .industry-sales a , #nav .type-sales a
{
    width: 210px;
}

#nav .all-sales a {    width: 91px;    }
#nav .news-sales a {    width: 123px;    }
#nav .whatsnew a {    width: 102px;    }
#nav .all a {    width: 95px;    }

#nav li.solutionfinder {
    width: 116px;
}
#nav li.type {
    width: 121px;
}
#nav li.device {
    width: 192px;
}
#nav li.whatsnew  {
    width: 102px;
}
#nav li.all  {
    width: 95px;
}


#nav li.solutionfinder-sales{
    width: 110px;
}
#nav li.device-sales {
    width: 188px;
}
#nav li.industry-sales {
    width: 138px;
}
#nav li.type-sales {
    width: 118px;
}
#nav li.all-sales {
    width: 91px;
}
#nav li.news-sales {
    width: 123px;
}






#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul.sub li a {
    width: 100%;
}

#nav li:hover, #nav li.hover {
    position: static;
}


/* Support for the "iehover-fix.js" */

* html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */



