
a{
	text-decoration:none;
}
a:visited {
	color: blue;
}

#top_bar
{
    position: fixed;
	z-index: 10;
	top:0px;
	left:0px;
	width:100%;
	height:38px;

	background-image: url(top_bar_slice.png);

	font-family: Sans-Serif;
	color:white;
	font-weight: bold;

	padding-top:0px;
	margin-top:0px;
}

#top_bar_text
{
    padding-top: 5px;
	text-align: center;
	padding-left: 655px;
}

BODY{
	font-family:arial;
	margin:0px;
	background-color:#444444;
	font-size:10pt;
}

h1{
	font-size:16pt;
	font-weight:normal;
	color:#444444;
}


#mainTable {
	background-color:white;
	border-right:solid 1px black;
	border-left:solid 1px black;
	width:768px;
	height:100%;
}

#mainTable td.top{
	height:150px;
}

#mainTable td.top table.top{
	vertical-align:top;
	text-align:center;
	font-size:8pt;
}

#mainTable td.top table.top{
	width:100%;
}

#mainTable td.center{
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	
	background-image:url('http://images.thenetworkoperationscompany.com/TheNetworkOperationsComapny/banner/netopmono.jpg');background-position:  ;	
	height:250px;
	z-index:0;
	
}




#Home{
	text-align:right;
	padding-right:5px;
}

/**************** menu coding *****************/
 @import "tanfa.css"; /***** General formatting only ****/
/**************** menu coding *****************/
#menu {
/*width: 100%;*/
/*background: #eee;*/
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 2px 3px;
}

#menu a {
color: #000;
background: #efefef;
border-width: 1px;
border-style: solid;
text-decoration: none;
}

#menu a.main{
	background-color:white;
	border-style:none;
}

#menu h2 {
color: #fff;
background: white;
border-style:none;
text-transform: uppercase;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 2;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

