/*
 * Pohladnice.post.sk
 * 
 * Copyright (c) 2003 SMEOnline
 * All rights reserved
 *
 * Maintained by:
 * Miroslav Hudak <miroslav.hudak@smeonline.sk>
 * 
 * 13/05/2003
 *
 */

.header_menu {
    font-family:            Tahoma;
    font-size:              11px;
    font-weight:            bold;
    
    color:                  white;
    
    text-decoration:        none;
}

.header_menu A {
    color:                  white;
    
    text-decoration:        none;
}

.header_menu A:hover {
    text-decoration:        underline;
}

.header_blackbar {
    font-family:            Tahoma;
    font-size:              11px;
    
    background-color:       black;
    color:                  white;
    
    text-decoration:        none;
    
    padding-left:           4px;
    padding-right:          3px;
}

.header_blackbar A {
    font-weight:            bold;

    color:                  white;
    
    text-decoration:        none;
}