
#btn_top a:link, #btn_top a:visited, #btn_top a:active
{
        FONT:                        13px Arial, Helvetica, sans-serif;
        color:                       #FFF;     
		height:                      22px;
        width:                       175px;
        text-decoration:             none;
        text-align:                  left;
        float:                       left;
        font-weight:                 bold;
        background-image:            url(../images/design/menue-button.jpg);
        background-repeat:  		 no-repeat;
        background-position:         left bottom;		
        }

#btn_top a:hover
{
        color:                       #FFF;
        background-position:		 left top; 
}

.btn_top_select
{
        FONT:                        13px Arial, Helvetica, sans-serif;
        color:                       #FFF;
        text-align:                  left;
		font-weight:                 bold;
        float:                       left;
        height:                      22px;
        width:                       175px;
        background-image:            url(../images/design/menue-button.jpg);
        background-repeat:  		 no-repeat;
        background-position:         left top; 
}


#btn_left a:link, #btn_left a:visited, #btn_left a:active
{
        FONT:                        13px Arial, Helvetica, sans-serif;
        color:                       #3366CC;     
		height:                      22px;
        width:                       175px;
        text-decoration:             none;
        text-align:                  left;
        float:                       left;
        font-weight:                 bold;
        background-image:            url(../images/design/menue-button.gif);
        background-repeat:  		 no-repeat;
        background-position:         left bottom;		
        }

#btn_left a:hover
{
        color:                       #666633;
        background-position:		 left top; 
}

.btn_left_select
{
        FONT:                        13px Arial, Helvetica, sans-serif;
        color:                       #666633;
        text-align:                  left;
        float:                       left;
        height:                      22px;
        width:                       175px;
        background-image:            url(../images/design/menue-button.gif);
        background-repeat:  		 no-repeat;
        background-position:         left top; 
}


#btn a:link, #btn a:visited, #btn a:active
{
 		margin-top:                  2px;
 		margin-left:                 2px;
        FONT:                        11px Arial, Helvetica, sans-serif;
        color:                       #000000;     
		height:                      16px;
        width:                       100px;
        text-decoration:             none;
        text-align:                  center;
		line-height:				 16px;
        font-weight:                 normal;
		border: 					 1px solid #000000;
	    background-color:       	 #FFFFFF;
		display: block;
}

#btn a:hover
{
	    background-color:       	 #EEEEEE;
}
