﻿img
{
    border: none;
}


/* --- 

a
{
    color: #e97605;
}
a.hover
{
    text-decoration: none;
}
a.hover:hover
{
    text-decoration: underline;
}


.check input
{
    margin-left: 1px;
    margin-right: 5px;
    padding: 0;
    width: 14px;
}


.cols:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cols
{
    display: inline-block;
}

---  */


/* Hides from IE-mac \*/
* html .cols
{
    height: 1%;
}
.cols
{
    display: block;
}
/* End hide from IE-mac */

.cols .col1, .cols .col-l
{
    float: left;
}
.cols .col2
{
    float: left;
}
.cols .col3, .cols .col-r
{
    float: right;
}




.menu
{
    padding-left: 0px;
    padding-right: 00px;
    /* width: 160px; */
}
.menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* width: 160px; */
}
.menu .hide ul
{
    display: none;
	

}
.menu .show ul
{
    display: block;
	
}
.menu li
{
    margin: 0;
    padding: 0;
    display: block; 

    font-size: 7.5pt; /* original 8pt */
    line-height: 18px;
    /* width: 160px; */
	/* use this for spacing betweem buttons */
    margin-bottom: 5px;
	
    /* text-transform: uppercase; */
}


.menu li ul
{
     margin-left: 8px; /* added to section, orig 15px but no good for firefox */ 
    margin-top: 3px;
    margin-bottom: 10px;
}
.menu li li
{
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 15px;
    text-transform: none;
}
.menu li a
{
    /* display: block; */
    display: inline;
    text-decoration: none;
    /* width: 160px; */
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff; /* white */
	
}
.menu li li a
{
    color: #000000; /* black */
}
.menu li a .L
{
    display: block;
    padding-left: 9px;
}
.menu li a .R
{
    display: block;
}
.menu li a .L
{
    /* background-image: url(images/menu_left.gif); */

	background-image: url(images/but_charts.gif);
	
    background-position: left top;
    background-repeat: no-repeat;
}
.menu li li a .L
{
    background-image: none;
}
.menu li a.current .L, .menu li.show a .L
{
   /* background-image: url(images/menu_selected_left.gif); */
	 background-image: url(images/but_charts.gif);
}
.menu li li a.current .L, .menu li.show li a .L
{
    background-image: none;
}

/* .menu li a .R
{
    background-image: url(images/menu_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
} 
*/

 
.menu li li a .R
{
    background-image: none;
}

/* .menu li a.current .R, .menu li.show a .R
{
    background-image: url(images/menu_selected_right.gif);
	
} */

.menu li li a.current .R, .menu li.show li a .R
{
    background-image: none;
}
.menu li li a:hover, .menu li li a.current
{
    background-color: #ffffff; /* white */
}

/* added for rollover effect in firefox - fix this later if using static states or drop-dwon code on every page */
.menu a:hover .L .R
{
    color: #FF0000;
    background-color: #ffffff; /* white */
	text-decoration: underline;
}
/* PADDING-LEFT: 6px;  to make background start before first letter */


.body .col1 .cms
{
    margin-left: 11px;
    margin-right: 10px;
    width: 160px;
}


