    div.left 
    {
        border:none;
        width: 230px;
        height: 100%;
    }
    table.gmsub
    {
        border:none;
        width:100%;
        cellspacing: 0 0 0 0;
        margin:0 0 0 0;
    }    
    table.gmtable
    {
        border:none;
        width:100%;
        cellspacing: 0 0 0 0;
        margin:0 0 0 0;
    }
    table.gmsubmenu
        {
        border:none;
        width:100%;
        cellspacing: 0 0 0 0;
        margin:0 0 0 0;
    }
    td.gmheader {
        text-indent: 10px;
        font-size: 13px;
        font-weight: bold;
        font-family: tahoma;
        color: #073995;
    }
    td.section {
        padding: 0px 10px 5px;
    }
    .click-menu {
        -moz-user-select: none;
		    }
    .click-menu .box1 {
        height: 100%;
	    background-color: #999999;
        background: url("../images/arrow_off.gif") no-repeat;
        padding-left: 19px;
        cursor: default;
		font-size: 12px;
        font-weight: normal;
		cursor:hand;
    }
	
	.click-menu a.box1:hover  {
        height: 100%;
	    background-color: #F380F0;
		color: #073995;
        background: url("../images/arrow_off.gif") no-repeat;
        padding-left: 19px;
        cursor: default;
		font-size: 12px;
        font-weight: bold;
		cursor:pointer;
		text-decoration:underline;
		color:#0100ca;
    }
	 .click-menu a.box1 {
        height: 100%;
	    background-color: #F0F0F0;
        background: url("../images/arrow_off.gif") no-repeat;
        padding-left: 19px;
        cursor: default;
		font-size: 12px;
        font-weight: normal;
		text-decoration:none;
		cursor:pointer;
		color:#0100ca;
    }
    .click-menu .box1-open {
		background-color:#0505a0;
	    width: 190px;
        height: 100%;
		background: url("../images/arrow_on.gif") no-repeat;
        padding-left: 19px;
        cursor: default;
		font-size: 13px;
        font-weight: bold;
		cursor:pointer;
		text-decoration:none;

    }
    .click-menu .box1,
    .click-menu .box1-open {
     	color: #fff;
     	font-family: arial;
        font-size: 12px;
		    }
    /* mozilla fix */
    html>body .click-menu .box1,
    html>body .click-menu .box1-open {
		color:#0100ca;	
        font-family: arial;
        font-size: 12px;
        line-height: 19px;
        padding-bottom: 1px;
    }
    /* ie fix */
    * html .click-menu .box1,
    * html .click-menu .box1-open {
		color:#0100ca;	
        font-family: arial;
        font-size: 12px;
        height: 16px;
    }
    .click-menu .section {
		color:#062e78;
        font-family: arial;
        font-size: 11px;
        line-height: 16px;
        display: none;
		    }
    .click-menu .section a {
		color:#062e78;
		text-decoration: none;
        white-space: nowrap;
        display: block;
		}
    .click-menu .section a:hover {
		color:#062e78;
        text-decoration: none;
        white-space: nowrap;
		background-color:#d4f4fd;
        display: block;
       }
    .click-menu .box2 {
	    color: #2569ff;
        padding-left: 19px;
    }
    .sidebar
    {
        font-family: arial;
    }
