body {
	background-image: url(background_repeat.jpg);
	background-repeat: repeat-x;
}

#leftbar {
	position: absolute;
	top: 0;
	height: 800px;
	left: 40px;
	width: 49px;
	background-image:url(leftbar.jpg);
}
#left_spacer {
	position: absolute;
	left: 89px;
	top: 0px;
	bottom: 0px;
	width: 3px;
	height: auto;
	background-image:url(grey_space.gif);
	background-repeat: repeat-y;
}
ul{
	margin: 0 0 1.35em 0;
	padding: 0;
}

/* internal content css code -----------*/
#content {
	position: absolute;
	top: 0px;
	left: 92px;
	height:auto;
	width: 701px;
	background: #FFFFFF;
	text-align: left;
	 
} 

/* header css ---------------------------*/
#header {
	background-image: url(header.jpg);
	height: 102px;
	padding: 0 10px 0 20px;  
} 

#header p {
font-family: Arial, Helvetica, sans-serif;
display: inline;
font-size:12px;
font-weight: bold;
color: #666666;
}

.address {
float:left;
margin-top: 65px;
margin-left: 70px;
}

#header ol {
margin-top: 10px;
height: auto;
}

#header li {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color: #666666;
list-style: none;
line-height: 1.25em;
text-align: right;
padding-right: 5px;
}

/* main content css ----------------------- */
#mainContent {
	margin: 0 0 0 0;
	height: auto;
	} 

/* footer css ----------------------------- */
#footer { 
	height: 100px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-align: center;
	clear: both;
	}
#footer p {
	color: #666;
	text-transform: uppercase;
} 
#footer ul {
	margin-top: 20px;
}
#footer li {
	text-transform: uppercase;
	border-left: 1px solid gray;
	color: #6f7e9b;
	display: inline;
	padding: 2px 8px 2px 8px;
}
.foot_links { text-decoration:none; color: #6f7e9b;}
.foot_links:hover {color:#000000;}
#footer li.first {border: 0 none;}

/* end of internal content code ----------- */


#right_spacer {
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 792px;
	height: auto;
	width: 3px;
	background-image:url(grey_space.gif);
	background-repeat: repeat-y;
}

/* menu bar ------------------------------- */
#menu {
	background-image: url(menu.jpg);
	position: absolute;
	top: -1px;
	left: 795px;
	width: 169px;
	height: 800px;
}

#menu ul {
	list-style: none;
	font-family:  Helvetica, Ariel,sans-serif;
	font-weight: bold;
	color: white;
	font-size: 15px;
	line-height: 2em;
	text-transform: uppercase;
	margin: 80px 2px 0px 5px;
}

#menu .home:hover{ background-image: url(select1.jpg);}
#menu .news:hover{ background-image: url(select2.jpg);}
#menu .about:hover{ background-image: url(select3.jpg);}
#menu .solutions:hover{ background-image: url(select4.jpg);}
#menu .services:hover{ background-image: url(select5.jpg);}
#menu .contact:hover{ background-image: url(select6.jpg);}


#main {
	padding-left: 10px;
	border-bottom: thin solid white;
}

#menu .solution_sub {
	margin: 0px 0px 20px 10px;
	font-size: 14px;
	line-height: 1.75em;
	
}

.menu_item { color:#FFFFFF; text-decoration:none;}
#menu .submenu_item {color: #003366; text-decoration:none;}
#menu .submenu_item:hover{color: #FFFFFF;  text-decoration:none;}

ul ul {
   display:none;
}

li:hover ul {
   display:block;
}
