﻿#top
{
	position:relative;
	width:100%;
	height:140px;
	margin:0;
	padding:0;
	background-color:#DAE0D2;
	text-align:center;
}

#menudiv 
{
    padding-top:7px;
    margin:0 auto;
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
    background:#DAE0D2 url("../grfx/cssmeny/bg.gif")
      repeat-x bottom;
}

#menudiv ul {
    margin:0 auto;
    padding:0;
    list-style:none;
    padding:10px 10px 0;
    font-family:Georgia, Times New Roman, Serif;
    font-size:small;
}

#menudiv li {
    float:left;
    margin:0;
    background:url("../grfx/cssmeny/norm_left.png")
      no-repeat left top;
    padding:0 0 0 9px;
}

#menudiv a {
    display:block;
    background:url("../grfx/cssmeny/norm_right.png")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
}

#menudiv a:hover {
    color:#667788;
}

#menudiv .current {
    background-image:url("../grfx/cssmeny/norm_left_on.png");
}

#menudiv .current a {
    background-image:url("../grfx/cssmeny/norm_right_on.png");
    padding-bottom:5px;
    text-decoration:none;
    font-weight:bold;
}

#width
{
    margin:0 auto;
    width:1020px;
}
