/* Navigation
-------------------------------------- */

#nav_wrap {
	width: 782px;
	margin: 25px 0px 30px 0px;
	}

.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 780px;
font: 10px Arial;
background: #242c54 url(../img/bluedefault.jpg) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: #354687;
padding: 9px 11px;
text-decoration: none;
}

.droplinebar ul li a:visited{
color: #354687;
}

.droplinebar ul li a:hover { /*background of main menu bar links onMouseover*/
color: white;
background: transparent url(../img/blueactive.jpg) center center repeat-x;
}

.current {
	color: #000000;
	font-weight: bold;
	}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #fffff; /*sub menu background color */
visibility: hidden;
}

#spec {
	margin-left: 300px;
	}
	
#pil_studio {
	margin-left: 410px;
	}
	
.pdf a:link, .pdf a:visited {
	padding-left: 20px;
	background:transparent url(../img/pdf.gif) no-repeat scroll -2px 5px;
	}


/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 10px Verdana;
padding: 6px;
padding-right: 8px;
margin: 0;
border-bottom: 1px dotted navy;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #242c54;
}
