.container {
width:720px;
}

.header {
background-image:url(/images/Header-2.1.jpg);
background-repeat:no-repeat;
width:720px;
}

.content {
padding:10px;
height:350px;
overflow:auto;
border:1px dashed #455532;
width:698px;
font-size: 12px;
font-family: sans-serif;
}

.footer {
height:28px;
background-image:url(/images/Footer-2.0.jpg);
}

.drillingservice {
padding: 10px;
width: 664px;
}

.services {
border-top:1px dashed #000000;
padding: 10px;
width: 664px;
}

body {background-color: #ffffff;
font-size: 12px }
p {font-family: sans-serif}
h1 {font-family: sans-serif}
h2 {font-family: sans-serif}
h3 {font-family: sans-serif}
h4 {font-family: sans-serif}
h5 {font-family: sans-serif}
li {font-family: sans-serif}
address {font-family: sans-serif; 
font-size: 12px}


/* start menu styling */
/* style the outer div to give it width */
.menu {
width:720px; 
height:24px;
font-size:0.85em;
padding-bottom:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:120px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:120px;
position:relative;
}
/* style the links for the top level width must be padding + border smaller than normal width ie.-11px */
.menu a, .menu a:visited {
display:block;
font-size:12px;
font-family:sans-serif;
text-decoration:none; 
color:#ffffff; 
width:109px; 
height:23px; 
border:1px solid #202d3d; 
border-width:1px 1px 0 0; 
background-image:url(/images/basebar.gif);
background-color:#202d3d;
padding-left:10px; 
line-height:23px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:120px;
w\idth:109px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000000; 
background-image:url(/images/hoverbar.gif);
background-color:#c4cbd0;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:24px;
left:0; 
width:120px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:23px;
t\op:24px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:120px; 
top:0;
width:120px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-120px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
table {position:absolute; top:0; left:0;}

/* style the second level links 1st drop down */
.menu ul ul a, .menu ul ul a:visited {
background:#5e7dae; 
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:99px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:99px;
w\idth:99px;
}
/* style the second level links hover */
.menu ul ul a:hover {
background:#C4CBD0;
color:#000000;
}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
/* end menu styling */