/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
padding-left: 50px;
}

.tabsmenuclass a{
font-family: "Tahoma";
font-weight: bold;
font-size: 15px;
display: block;
padding: 5px 7px;
background: black;
color: #7FF000;
margin-right: 1px;
text-decoration: none;
cursor: pointer;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: black;
color: red;
}

.verseny a{
font-family: "Tahoma";
font-weight: bold;
font-size: 15px;
display: block;
margin-left: 180px;
background: black;
color: #FF0000;
text-decoration: none;
cursor: pointer;
}

.verseny a:hover, .tabsmenuclass a.selected{
background: black;
color: red;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
font-family: "Book Antiqua";
clear: left;
background: black;
color: #7FF000;
width: 90%;
height: 24px;
padding: 5px;
margin-bottom: 10px;
/*border: 1px solid silver;*/
}

.tabsmenucontentclass a{
color: #7FF000;
text-decoration: none;
cursor: pointer;
}

.tabsmenucontentclass a:hover, .tabsmenucontentclass a:selected{
color: #7FF000;
text-decoration: none;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}