﻿/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
position: absolute;
top: 43px;
left: 230px;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: black;
color: white;
margin-right: 1px;
text-decoration: none;
font: bold 11px Arial;
}


.tabsmenuclassarea a {
display: block;
padding: 5px 7px;
background: black;
color: #e4d449;
margin-right: 1px;
text-decoration: none;
font: bold 11px Arial;
}



.tabsmenuclass a.selected{
background: black;
color: #e4d449;
}



.tabsmenuclass a:hover{
background: black;
color: #e4d449;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
background: #521722;
width: 808px;
padding: 5px;
height: 50px;
border: 1px solid #521722;
position: absolute;
top: 67px;
left: 230px;
}

.tabsmenucontent ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontent li{
float: left;
margin-right: 1em;
}


.tabsmenucontent a{
display: block;
padding: 5px 7px;
background: #521722;
color: white;
margin-right: 1px;
text-decoration: none;
font: bold 11px Arial;
}


.tabsmenucontent a.selected{
background: #521722;
color: #e4d449;
}


.tabsmenucontent a:hover{
background: #521722;
color: #e4d449;
}
