﻿div.nav
{
	background-color: #f3f3f3;
	height: 36px;
	border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
}

div.nav-element{
    text-align: center;  
    float: left;
    height: 28px;        
}

div.nav a{
    text-decoration: none;
    font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    padding: 0px 10px;
    color: #707070;
    line-height: 28px;   
    border-right: 1px dotted #999;
}
            
div.nav-element:hover a{
    color: #007ab8;
}
            
div.nav-element.selected a{
    color: #FF7F02;
    font-weight: bold;
}

div.nav-element.selected:hover a{
    color: #007ab8;
}

div.departments {
    float: right;
    margin-top: 7px;
    margin-right: 20px;
}

div.departments select {
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    width: 200px;
    height: 25px;
    text-align: center;
    background: #ffffff;
    text-align: left;
    display: inline-block;
    cursor: pointer;
}

div.tools-wrapper {
    clear: both;
    width: 100%;
    display: block;
    height: 28px;
}

div.setup-tool {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

div.setup-tool a {
    line-height: 20px;
}

div.setup-tool select {
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    width: 200px;
    height: 25px;
    text-align: center;
    background: #ffffff;
    text-align: left;
    display: inline-block;
    cursor: pointer;
}

div.setup-nav {
    background-color: #f3f3f3;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0px;
}
