.netvision {
}

body {
margin: 0px;
background-image: url(images/bg.GIF);
background-repeat:repeat-x;
background-color: #021920;
}

.text {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}

.textsidetab {
	font-family: tahoma;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.textorrange {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.textsub {

	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4566B5;
	text-decoration: none;
}
.textblue {

	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0868D8;
	text-decoration: none;
}

.table {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.123link {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#000000;
 text-decoration:none; 
}
 
.textsubgreen {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F1285D;
	text-decoration: none;
	text-transform: uppercase;
}

.b1 {
	font-family: tahoma;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
.b1:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #006EBF;
	text-decoration: none;
}
.textsmall {

	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text3 {

	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text3:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.greylinks {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #127FC2;
	text-decoration: none;
}


.greylinks:hover  {
	font-family: verdana;
	font-size: 11px;
	color: #C2E540;
	text-decoration: none;
	font-weight: bold;
}

.inner {

	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #127FC2;
	text-decoration: none;
}
.inner:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.innertab {


	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

.prev_next {
	font-family:tahoma;
	font-size:12px;
	text-decoration: none;
	background-color: #999999;


}

.prev_next:hover {
font-family:tahoma;
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
}

.foter	 {

	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.foter:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #F1285D;
	text-decoration: none;
}
.fotertexthead {

	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.border {
border: 1px solid #ABCCE7;

}
.border_top {
border-top: 1px solid #ABCCE7;

}
.prev {
	font-family: verdana;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}

.leftbg {
background-image:url(images/left.GIF);
background-repeat:repeat-y;
}

.rightbg {
background-image:url(images/right.GIF);
background-repeat:repeat-y;
}

.menuleft{
background-image:url(images/menuleft.gif);
background-repeat:no-repeat;
}

.menuright {
background-image:url(images/menuright.gif);
background-repeat:no-repeat;
}

.menumiddle{
background-image:url(images/menu_midle.gif);
background-repeat:repeat-x;
}


/*----menu start------*/


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-image:url(tabbg.GIF);
background-repeat:repeat-x;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 70px; Width of top level menu link items*/
padding: 12px 8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: black;
text-decoration:none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-image:url(tabbg.GIF);
background-repeat:repeat-x;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
font-size:10px;
text-decoration: none;
padding: 8px 5px;
border: 1px #88d6ff solid;
}

.suckertreemenu ul li a:hover{
background-image:url(tabbgover.GIF);
background-repeat:repeat-x;
color: white;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/*----menu end------*/


.clientlinks {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#5F5F5F;
font-weight:bold;
text-decoration:none;
}

.clientlinks:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#5F5F5F;
font-weight:bold;
text-decoration:underline;
}

.box{
border:#CCCCCC solid 1px;
}
