	td.item {
		color: #2C2C63;
        text-indent: 5px;
        font-weight: bold;
        font-size: 11px;
        line-height: 16px;
        font-family: Arial, Verdana;
        cursor: pointer;
        width: 140px;
		text-decoration: none;
	}
	td.selected {
    	color: #2C2C63;
    	text-indent: 5px;
        font-weight: bold;
        font-size: 11px;
        line-height: 16px;
        font-family: Arial, Verdana;
        cursor: pointer;
        width: 140px;
    }
	td.subitem {
    	width: 140px;
    	text-indent: 10px;
        padding: 1px 0 0px 0px;
		border: none; 
		border-width: 1px auto 1px 1px; 
		border-color: #A0B1C4 black #A0B1C4 #A0B1C4;
		background: #B0D6F5
    }
    
    a.item_ {
        background-image: url(../images/m_off.gif);        
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: left center;
        color: #1A1A3E;
        text-indent: 5px;
        font-weight: bold;
        font-size: 11px;
        line-height: 16px;
        font-family: Arial, Verdana;
        cursor: pointer;
        width: 140px;
		text-decoration: none;
    }
    a.selected_ {
    	color: #2C2C63;
    	text-indent: 5px;
        font-weight: bold;
        font-size: 11px;
        line-height: 16px;
        font-family: Arial, Verdana;
        cursor: pointer;
        width: 140px;
    }
    
    a.subitem_ {
    	width: 140px;
    	text-indent: 10px;
        padding: 1px 0 0px 0px;
		border: none; 
		border-width: 1px auto 1px 1px; 
		border-color: #A0B1C4 black #A0B1C4 #A0B1C4;
		background: #B0D6F5
    }    
    
a:active {  color: #1A1A3E; text-decoration: none; font-family: Arial, Verdana; font-weight: bold;}
a:hover {  color: #93694A; text-decoration: none; font-family: Arial, Verdana; font-weight: bold;}
a:visited { color: #2C2C63; text-decoration: none; font-family: Arial, Verdana; font-weight: bold;}
a:link {  color: #2C2C63; text-decoration: none; font-family: Arial, Verdana; font-weight: bold;}
.tablefirst {  background-image: no-repeat}
