/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 6px 14px;
background: #80cc22;
color: #ffffff;
margin-right: 1px;
text-decoration: none;
font: bold 12px Tahoma;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #26b1da;
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
background: #f4f4f4;
width: 90%;
height: 24px;
padding: 5px;
border-top: 3px #000 solid; border-left: 1px #e0e0e0 solid; border-right: 1px #e0e0e0 solid; border-bottom: 1px #e0e0e0 solid;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}
.PPSubLink { font: Tahoma 11px #000000; font-weight:bold; padding-left:9px;}
a.PPSubLink:link {color: #676767; text-decoration: none; font-weight:bold;}
a.PPSubLink:visited {color: #676767; text-decoration: none; font-weight:bold;}
a.PPSubLink:hover {color: #18a5ce; text-decoration: underline; font-weight:bold;}
a.PPSubLink:active { color: #676767; text-decoration: none; font-weight:bold;}