/* CSS Document */
body{
	background-color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
}
h1{
	font-size:14px;
	color:#09c;
	text-align:left;
	margin-bottom:0;
}
h4{
	font-size:11px;
	color:#666;
	font-style:italic;
	font-weight:400;
}
/* Text */
.bg-3{
	background-image:url(machinist/military.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:35px;
	margin:0;
	padding:0px;
}
.bg-5{
	background-image:url(machinist/automotive.jpg);
	background-repeat:no-repeat;
	width:505px;
	height:34px;
	vertical-align:top;
	padding-top:35px;
	padding-left:35px;
}
.bg-6{
	background-image:url(machinist/components.jpg);
	background-repeat:no-repeat;
	width:360px;
	height:69px;
	font-size:14px;
	font-weight:700;
	color:#990000;
	padding-left:50px;
}
.bg-6 a{
	font-size:14px;
	font-weight:700;
	color:#990000;
	text-decoration:none;
	padding-left:75px;}
.bg-6 a:hover{
	font-size:14px;
	font-weight:700;
	color:#990000;
	text-decoration:underline;}
.bg-7{
	background-image:url(machinist/engineering.jpg);
	background-repeat:no-repeat;
	width:880px;
	height:186px;
	font-weight:400;
	color:#333;
	text-align:justify;
	line-height:18px;
	padding-left:35px;
	padding-right:35px;
}
.bg-7 a{
	font-weight:400;
	color:#09c;
	text-decoration:underline;
}
.bg-7 a:hover{
	font-weight:400;
	color:#fff;
	text-decoration:underline;
}

.bg-8{
	background-image:url(machinist/machined.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:34px;
	padding-top:1px;
}
.bottom{
	font-weight:400;
	color:#666;
	text-align:center;
	padding-top:20px;
}
.bottom a{
	color:#666;
	text-decoration:none;
}
.bottom a:hover{
	color:#09c;
	text-decoration:underline;
}

#myslidemenu{
	position:relative;
	top:0px;
	left:35px;
	width:913px;
	z-index:999;
}
.jqueryslidemenu{
	font: 11px Arial;
}
.jqueryslidemenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.jqueryslidemenu ul li{
	position:relative;
	display:inline;
	float:left;
}
.jqueryslidemenu ul li a{
	display:block;
	color:#ccc;
	font-weight:700;
	padding:10px 8px;
	text-decoration:none;
}
* html .jqueryslidemenu ul li a{
	display:inline-block;
}
.jqueryslidemenu ul li a:hover{
	background:url(machinist/b.gif) repeat-x;
	color:#fff;
}
.jqueryslidemenu ul li ul{
	position:absolute;
	left:0;
	display:block;
	visibility:hidden;
	background:#333;
}
.jqueryslidemenu ul li ul li{
	display:list-item;
	float:none;
}
.jqueryslidemenu ul li ul li ul{
	top:0;
}
.jqueryslidemenu ul li ul li a{
	font:400 11px Verdana;
	color:#ccc;
	width:145px;
	padding:3px;
	margin:0;
	border-bottom:solid 1px #666;
	background:#333;
}
.jqueryslidemenu ul li ul li a:hover{
	border-bottom:solid 1px #fff;
	background:#990000;
}
.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
}