/* $Id: compactlinks.css 77 2008-06-17 14:01:06Z christofh $ */
.compactlinks-wrap {
	width: 190px;
	height: 18px;
	border: 1px solid #7F9DB9;
	background: white url(../images/dropdown.jpg) no-repeat right;
    position: relative;    
	margin: 35px 0 0 10px;	
	padding: 4px 0 0 0;
} 	
	.compactlinks-wrap  b {
		font-weight: normal;
		padding: 0 0 0 5px;		
	}
    ul.compactlinks { 
		width: 190px !important;
        height: 12.4em;
        overflow: auto;
        background: #fff;
        border: 1px outset #000;
		padding: 0 0 5px 0;
    }
        .compactlinks b {
            display: block;
        }
        .compactlinks ul {
            position: absolute;
            top: 22px;   
			margin: 0 0 0 -1px !important;
        }
				.compactlinks li{				
					width: 164px !important;				
					margin: 1px 0 !important;
					padding: 0 0 0 10px !important;
				}
				.compactlinks li.head {
					width: 173px !important;
					background: #abc8e4;
					color: white !important;	
					font-weight: bold !important;
					padding: 2px 0 2px 0 !important;
				}
					.compactlinks li.head a{
						color: white !important;
					} 
						.compactlinks li.head a:hover {
							color: white !important;
							cursor: default;
							text-decoration: none;
						}
        .compactlinks a {
			width: 100px !important;
            display: block;
            padding: 0.1em 5px !important;	
			background: none !important;
        }
            .compactlinks a:hover, .compactlinks a:focus {
                text-decoration: underline;
                color: #2692c9 !important;
                background-color: #009;
            }
