﻿.DivHeadMenu{
font: bold 12px Verdana;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.DivHeadMenu ul{

margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #1F6878; 
border-width: 1px 0;
background: #1F6878 url(http://www.pipecoating.se/images/menubg1.png) center center repeat-x;
}

.DivHeadMenu ul li{
display: inline;
}

.DivHeadMenu ul li a{
height: 15px;
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #1F6878; 
}

.DivHeadMenu ul li a:visited{
color: white;
}

.DivHeadMenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #1F6878 url(http://www.pipecoating.se/images/menubg2.png) center center repeat-x;
}
