﻿
.GunneboNav
{
	position: absolute;
	top: 0;
	left:3px;
	line-height: 34px;
	border-right:#173d6f 1px solid;
	background:  url('/_layouts/1033/Gunnebo/Images/Navigation/Navigation-bar2.gif') repeat top left;
}

.GunneboNavItem, .GunneboNavFirstItem
{
	background-image: url('/_layouts/1033/Gunnebo/Images/Navigation/Navigation-bar2.gif');
	background-repeat:repeat;
	background-position:top left;
	border-right:#93b7d1 1px solid;
	border-left:#173d6f 1px solid;
	line-height:34px;
	/*text-align:center;*/
}

.GunneboNavFirstItem
{	
	border-left:none;
}

table.GunneboNavFirstItem tbody
{
	background-repeat: no-repeat; 
	background-image: url(/_layouts/1033/Gunnebo/IMAGES/Navigation/Navigation-left.gif);
	background-position: left;
}

table.GunneboNavFirstItem.GunneboNavSelected tbody
{
	background-image: url(/_layouts/1033/Gunnebo/IMAGES/Navigation/Navigation-left-active.png);
}

table.GunneboNavFirstItem.GunneboNavHover tbody
{ 
	background-image: url(/_layouts/1033/Gunnebo/IMAGES/Navigation/Navigation-left-hover.png);
}

table.GunneboNavFirstItem.GunneboNavHover.GunneboNavSelected tbody
{
	background-image: url(/_layouts/1033/Gunnebo/IMAGES/Navigation/Navigation-left-active.png);
}

.GunneboNavItem a, .GunneboNavItem a:visited, .GunneboNavItem a:hover, .GunneboNavFirstItem a, .GunneboNavFirstItem a:visited,.GunneboNavFirstItem a:hover
{
	display:block;
	background:none;
	font-family:Tahoma;
	font-size: 11px !important;
	font-weight:bold;
	color:white;
	margin-left:7px;
	margin-right:7px; 
}

.GunneboNavItem a:hover, .GunneboNavFirstItem a:hover
{
	text-decoration:none;
	cursor: hand;
}

.GunneboNavHover
{
	background: url('/_layouts/1033/Gunnebo/Images/Navigation/on-hover.gif') repeat-x top left;
	cursor: hand;
	line-height: 34px;
	text-decoration:none;
	color:white;
}

.GunneboNavSelected
{
	background:#5e8fbb url('/_layouts/1033/Gunnebo/Images/Navigation/active.gif') ;
	background-repeat:no-repeat;
	background-position:center bottom; 
	color:white;
	line-height:34px;
}


.GunneboNavFlyOuts
{
	border-bottom: 1px #001749 solid;
	border-left: 1px #001749 solid;
	border-right: 1px #001749 solid;
	border-top:none/*1px #e5e5e5 solid*/;
	background-color:#5e8fbb;
	background-image: url('/_layouts/1033/Gunnebo/Images/Navigation/drop-down.gif');
	background-repeat:repeat-x;
	background-position:top left;
	color:white;
}


.GunneboNavFlyOutsItem
{	
	font-family: tahoma; 
	font-size: 8pt; 
	background:none;
	border:none;
	color:white;
	
}

.GunneboNavFlyOutsItem a, .GunneboNavFlyOutsItem a:visited
{
    display:block;
    margin:4px 5px 4px 5px;
    color:white;
    font:normal  11px Tahoma;
}

.GunneboNavFlyOutsItem a:hover
{
	color: #dee9f3;
	text-decoration:underline;
}

.GunneboNavFlyOutsHover
{
	color: #dee9f3;
	text-decoration:underline;
}



