BODY,P,TABLE,TD,INPUT,TEXTAREA,SELECT,LI,UL,OL {
   font-family: Verdana, arial, sans-serif;
   font-size: 11px;

}

BODY{
   margin:0px;
   text-align:center;
}


.mainContainer{
   background-color:#ffffff;
   text-align:left;
   margin-left:auto; 
   margin-right:auto;
}
/*
.mainContainer TR TD,.mainContainer TR TD TABLE TR TD,.mainContainer TR TD TABLE TR TD TABLE TR TD{
  text-align:left;
}
*/

.vistotter {
  margin-right: 30px;
}

	#leftcol_fp {
		padding : 30px 10px 30px 30px;


	}
	#centercol_fp {
		padding : 30px 20px 30px 20px;


	}
	#rightcol_fp {

		padding : 30px 0px 30px 10px;


	}

	A {
		color: #ED9B4F;
		text-decoration: none;
	}
	A:hover {
		text-decoration: none;
	}
H1 {
   font-family: Verdana, arial, sans-serif;
;
   font-size: 16px;
}
H2 {
   font-family: Verdana, arial, sans-serif;
   font-size: 15px;
}
H3 {
   font-family: Verdana, arial, sans-serif;
   font-size: 14px;
}
H4 {
   font-family: Verdana, arial, sans-serif;
   font-size: 13px;
}
H5 {
   font-family: Verdana, arial, sans-serif;
   font-size: 12px;
}
	BODY {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	#maincontainer {
		background-color: #ffffff;
	}
	#topcorner {
		position: relative;
		float : left;
	}
	#bottomcorner {
		position: relative;
		float : right;
		background-color: #ffffff;
	}
	#logo {
		position: relative;
		float : left;
	}
	#menubar {
		height : 25px;
		background-color: #ffffff;
		position: absolute;
		padding: 0px 0px 0px 0px;
		top: 81px;
		width: 930px;
		z-index:9999;                            
	}
	#menubar #topmenu {
		padding: 0px 0px 0px 20px;
		float: left;
		z-index:9999;  
	}
	#menubar #searchbox {
		padding: 3px 30px 0px 0px;
		float: right;
	}
	#footer {
		margin: 0px 0px 0px 30px;
		font-size: 10px;
		line-height: 25px;
		color : #333333;
	}
	#footer A {
		color : #333333;
	}
	#footer A:hover {
		text-decoration : none;
	}
	#minimenu {
		padding : 0px 30px 10px 0px;
	}
	#minimenu a {
		font-size: 9px;
		color : #333333;
		text-decoration : none;
	}
	#minimenu a:hover {
		text-decoration : underline;
	}

	#leftcol {
		padding : 30px 15px 30px 30px;
                                text-align:left;
	}
	#centercol {
		padding : 30px 15px 30px 15px;
                                text-align:left;
	}
	#rightcol {
		padding : 30px 30px 30px 15px;
                                text-align:left;
	}

/* Topnav CSS */
		body {
			background-color : #023456;
		}



		#menubar ul { /* all lists */
			padding:0px;
			margin: 0px;
			list-style: none;
		}
		#menubar li { /* all list items */
			float: left;
			position: relative;
			/*width: 10em; */
			height: 25px;
			padding:0 0 0 0px;
			line-height: 25px;
/*                                                 width:600px; */
		}

		#menubar li ul { /* second-level lists */
			display: none;
			position: absolute;
			color : #e0e0e0;
			top: 25px;
			left: 0;
		}

		#menubar li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
			top: auto;
			left: auto;
		}
		#menubar ul li ul, #menubar ul li ul li {  /* second-level lists */
			width: 16em;
			height: auto;
			padding : 0px 0px 0px 0px;
		}
		#menubar li:hover ul, #menubar li.over ul { /* lists nested under hovered list items */
			display: block;
		}

		#content {
			clear: left;
		}

		#menubar li ul {
			background-color: #ffffff;
			filter:alpha(opacity=80);	/* IE */
			-moz-opacity:0.8;			/* Mozilla >1.6 */
			opacity: 0.8;				/* Safari & Mozilla 1.7b+ */ 
			border-top: 1px solid black;
		}
		#menubar li ul li {
			border-left : 1px solid black;
			border-right : 1px solid black;
			border-bottom : 1px solid black;
		}
		#menubar li ul li a {
			display : block;
			font-size: 10px;
			font-weight: bold;
			line-height: 19px;
			color : #3e3e3e;
			text-decoration : none;
			background-image : url(menudims2NO.gif);
			background-repeat : no-repeat;
			background-position : px;
		}
		#menubar li ul li a:hover, #menubar li ul li a.subsubACT {
			background-color: #c8c8c8;
			background-image : url(menudims2RO.gif);
		}
		#menubar li ul li a span {
			margin-left: 23px;
		}
		#menubar {
			height : 25px;
			background-color: #FFFFFF;
		}
/* Menulevel 1*/
		ul li a {
			display : block;
			font-size: 10px;
			font-weight: bold;
			line-height: 25px;
			color : #333333;
			text-decoration : none;
		}

		ul li a:hover, ul li a.subACT {
			color : #FFFFFF;
			background-image : url(http://www.ebookgate.com/topnavbg.gif);
		}
		ul li a span {
			margin: 0px 10px 0px 10px;
    
		}
/* Left nav menu */

		#nav2 {
			padding: 0;
			margin: 0;
			list-style: none;
		}
		#nav2 li {
			width : 180px;
		}
		#nav2 li a {
			display : block;
			font-size: 10px;
			font-weight: normal;
			line-height: 20px;
			color : #333333;
			text-decoration : none;
			background-image : url(menudims3NO.gif);
			background-repeat : no-repeat;
		}
		#nav2 li a:hover, #nav2 li a.subACT {
			background-image : url(menudims3RO.gif);
		}
		#nav2 li a span {
			margin-left: 23px;
		}

	#searchbox #searchcell {
		width : 128px;
		background-image : url(search_bg.gif);
		background-repeat : no-repeat;
		background-position:  center left;
	}
	#searchbox form {
		margin : 0px 0px 0px 0px;
		padding : 0px 0px 0px 0px;
	}
	#searchbox .searchbox-sword {
		color : #000000;
		background-color : transparent;
		border : 0px;
		font : normal normal normal 10px Verdana, arial, sans-serif;
		height : 15px;
		width : 122px;
		padding : 2px 3px 0px 3px;
		margin: 0px 2px 0px 0px;
	}
	#searchbox .searchbox-button {
		font : normal normal normal 10px/17px Verdana, arial, sans-serif;
		font-weight: bold;
		border : 0px;
		background-color : #FFFFFF;
		background-image : url(searchbut_bg.gif);
		background-repeat : no-repeat;
		background-position:  center left;
		color : #FFFFFF;
		height : 17px;
		width : 50px;
		cursor: pointer;
		cursor: hand;
		margin: 0px 0px 0px 0px;
	}
	* html #searchbox .searchbox-button {
		margin: 0px 0px 0px 2px; /* IE Hack */
	}
	.treemenudiv { display : block; white-space : nowrap; }
	A.treemenutext_no, A.treemenutext_act { font-family : verdana, geneva, arial, helvetica, sans-serif; font-size : 13px; color : #000000; text-decoration : none; }
	A.treemenutext_no:hover, A.treemenutext_act:hover { text-decoration : underline; }
	A.treemenutext_act, A.treemenutext_act:hover { font-weight : bold; }
	.imgs,.iconimgs { border-top : 0px; border-right : 0px; border-bottom : 0px; border-left : 0px; height : 18px; width : 18px; }
	.iconimgs { /* DISPLAY: none; */ }


	.roundcont,.roundcont A {
		/*color: #333333;*/
		/*font-family : Verdana;*/
		/*font-size : 10px;*/
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
	}
	.roundcont .inner {
		border-left : 1px solid #023456;
		border-right : 1px solid #023456;
		margin: 0px;
		padding: 0px 5px 10px 5px;
		display: block !important;
	}
	.roundcont p {
		margin: 0px;
		margin-bottom: 4px;
		line-height: 12px;
	}


	.roundcont .roundtop {
		background: url(gtr.gif) no-repeat top right;
	}
	.roundcont .roundbottom {
		background: url(gbr.gif) no-repeat top right;
		text-align : right;
		padding-top: 2px;
		padding-bottom: 3px;
	}
	.roundcont img.corner {
		width: 15px;
		height: 16px;
		border: none;
		display: block !important;
	}
	.roundcont .more {
		margin : 0px 20px px 0px;
	}


                .roundcont .more A{color:#FFFFFF;}




	.teaser {
		padding:0 0 0 15px;
		margin:10px;
		background:url("menu_bgl.gif") top left no-repeat;
	}
	.teaser h3 {
		background:url("menu_bgr.gif") top right no-repeat;
		margin:0;
		padding:8px 0 0.5em 0;
	}
	.teaser .teasercontent {
		margin:0 0 0 -15px;
		padding:0 11px 0.5em;
		background:#fff;
		background:url("menu_bgl.gif") bottom left no-repeat;
	}

	.menubox {
		background:url("menubox_top.gif") top right no-repeat;
		border: 0px solid red;
	}
	.menubox .menuboxheader	{
		background:url("menubox_corner2.gif") bottom left no-repeat;
		padding-left: 16px;
		height : 20px;
		border: 0px solid green;
	}
	.menubox .menuboxheader	img {
		margin-top:1px;
	}
	.menubox .menuboxcontent {
		background:url("menubox_left.gif") bottom left no-repeat;
		border: 0px solid blue;
		padding-left: 1px;
	}

/* Indexed Search */

        .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
        .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
        .tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
        .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
        .tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
        }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info P {
        }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:5px; margin-bottom:5px; }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
        }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; }

/* Forside News teaser */


  .newstable{
    background-repeat : no-repeat;
    width: 270px;
    height: 113px;

  }

  .newstableHeader {
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, arial, sans-serif;
    height: 15px;
    padding-left: 10px;
    padding-top: 3px;

  }
  .newstableBody {
    line-height: 12px;
    padding: 10px;
    padding-top: 5px;

    valign: top;
  }

 .newstableBody TABLE {
  color: #ED9B4F;
  margin-bottom: 5px;
  }
 .newstableBody TABLE A{
  color: #023456;
  text-decoration : underline;
  }

/* DET SIGER */


  .statementable{
    background-image : url(../../fileadmin/templates/detsiger_noquotes.gif) ;
    background-repeat : no-repeat;
    width: 270px;
    height: 194px;

  }

  .statementHeader {
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, arial, sans-serif;
    height: 15px;
    padding-left: 15px;
    padding-top: 3px;
  }
  .statementBody {
    font-size: 11px;
    line-height: 11px;
    padding: 15px;
    padding-top: 10px;
    valign: top;
  }
  /* Vertical Navigation Menu */ 

.vertnav1 a:link {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_blue_right.gif) 5px 50% no-repeat;
}
.vertnav1 a:visited {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_blue_right.gif) 5px 50% no-repeat;
}
.vertnav1 a:active {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_blue_right.gif) 5px 50% no-repeat;
}
.vertnav1 a:hover {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down.gif) 5px 50% no-repeat;
}

.vertnav1-act a:link {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
.vertnav1-act a:visited {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
.vertnav1-act a:active {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
.vertnav1-act a:hover {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down.gif) 5px 50% no-repeat;
}

.vertnav2 a:link {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/button_square_blue_line.gif) 20px 50% no-repeat;
}
.vertnav2 a:visited {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/button_square_blue_line.gif) 20px 50% no-repeat;
}
.vertnav2 a:active {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/button_square_blue_line.gif) 20px 50% no-repeat;
}
.vertnav2 a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_square_green_line.gif) 20px 50% no-repeat;
}

.vertnav2-act a:link {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_square_green_line.gif) 20px 50% no-repeat;
}
.vertnav2-act a:visited {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_square_green_line.gif) 20px 50% no-repeat;
}
.vertnav2-act a:active {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_square_green_line.gif) 20px 50% no-repeat;
}
.vertnav2-act a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_square_green_line.gif) 20px 50% no-repeat;
}

.vertnav3 a:link {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_blue_right_solid.gif) 35px 50% no-repeat;
}
.vertnav3 a:visited {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_blue_right_solid.gif) 35px 50% no-repeat;
}
.vertnav3 a:active {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_blue_right_solid.gif) 35px 50% no-repeat;
}
.vertnav3 a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}

.vertnav3-act a:link {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}
.vertnav3-act a:visited {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}
.vertnav3-act a:active {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}
.vertnav3-act a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}

.vertnav4 a:link {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("../images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.vertnav4 a:visited {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("../images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.vertnav4 a:active {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("../images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.vertnav4 a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("../images/button_square_green_solid.gif") 50px 50% no-repeat;
}

.vertnav4-act a:link {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("../images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.vertnav4-act a:visited {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("../images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.vertnav4-act a:active {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("../images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.vertnav4-act a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("../images/button_square_green_solid.gif") 50px 50% no-repeat;
}