.menu
{
	border:0px;
	margin-right:auto;
	margin-left:auto;
    font-family: Times, Serif;
	font-size:11pt;
	font-weight:bold;
	color: white;
}

/***Rounded Border Background***/

.header_tl, .header_t, .header_tr, .header_l, .header_r, .header_bl, .header_b, .header_br, .header 
{
    width: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: relative;
}

.header_t 
{
    /*
        change this div to layout the whole box (width, height, float, margin, ...)
        example lines:
        width: 60%;
        margin: 7px 35px 0px 1px
        to change distance to content/text scroll to class ".header" and change the padding
    */
    background-color: #070557;
    background-image: url("../images/borders/footer_panel_border.png");
    background-repeat: repeat-x;
    background-position: top;
}
.header_tl 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.header_tr 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.header_bl 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.header_br 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.header 
{
    height:27px;
    padding: 0px 6px 5px 6px;
    width:800px;
    z-index:90;
    margin-left:auto;
    margin-right:auto;
}

.header_l 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_border.png");
    background-repeat: repeat-y;
    background-position: left;
}

.header_r 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_border.png");
    background-repeat: repeat-y;
    background-position: right;
}

.header_b 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}