﻿.topmenunorm
{	
	background-image: url('images/l1.gif' );
	height: 28px;
	text-align: left;
	text-indent: 25px;
}

.topmenu A
{
	text-decoration: none;
	color: #ffffff;
	background-image: none;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}

.topmenuselected
{
	background-image: url('images/BLUE.gif' );
	
	background-color:Transparent;
	background-repeat: no-repeat;
}

.actionbuttontext {
    position:relative;        /* don't change this */
    z-index:2;                /* don't change this */
    xtop:-20;                  /* adjust to align text vertically over the image */
    height:27px;                 /* adjust to control the bottom edge of the hover area */
    font-family:Arial;        /* from here down, adjust per your design */
    color:#fff;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    border: solid 0px blue;
 
}

.actionbuttontext:hover {
    position:relative;        /* don't change this */
    z-index:2;                /* don't change this */
    xtop:-20;                  /* adjust to align text vertically over the image */
    height:27px;                 /* adjust to control the bottom edge of the hover area */
    font-family:Arial;        /* from here down, adjust per your design */
    color:#fff;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    border: solid 0px blue;
 
}
