.navbar {
padding-top:0px;
color:#666666;
}

.navbarfooter {
background-image:url('../images/pageheader.png');
height:20px;
width:100%;
background-repeat:repeat-x;
}

.tabs {
font-weight: bold;
height:21px;
}

.tabs ul{
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
padding: 3px 0;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0;
}

.tabs li{
display: inline;
}

.tabConv a{
text-decoration: none;
background-image:url('../images/tab_conv_off.png');
background-repeat:no-repeat;
text-decoration: none;
padding: 3px 8px;
margin-right: 3px;
color:#ffffff;
}
.tabConv a.selected{
background-image:url('../images/tab_conv_selected.png');
background-repeat:no-repeat;
color:#ffffff;
}
.tabConv a:link{
background-image:url('../images/tab_conv_selected.png');
background-repeat:no-repeat;
color:#ffffff;
}
.tabConv a:hover{
background-image:url('../images/tab_conv_selected.png');
background-repeat:no-repeat;
color:#333333;
}
.tabConv a:active{
background-image:url('../images/tab_conv_selected.png');
background-repeat:no-repeat;
color:#333333;
}


.tabOrg a{
background-image:url('../images/tab_org_off.png');
background-repeat:no-repeat;
text-decoration: none;
padding: 3px 12px;
margin-right: 2px;
color:#ffffff;

}
.tabOrg a.selected{
background-image:url('../images/tab_org_selected.png');
background-repeat:no-repeat;
color:#ffffff;
}
.tabOrg a:link{
background-image:url('../images/tab_org_selected.png');
background-repeat:no-repeat;
color:#ffffff;
}
.tabOrg a:hover{
background-image:url('../images/tab_org_selected.png');
background-repeat:no-repeat;
color:#333333;
}
.tabOrg a:active{
background-image:url('../images/tab_org_selected.png');
background-repeat:no-repeat;
color:#333333;
}

.tabTech a{
text-decoration: none;
background-image:url('../images/tab_tech_off.png');
background-repeat:no-repeat;
text-decoration: none;
padding: 3px 5px;
margin-right: 3px;
color:#ffffff;
}
.tabTech a.selected{
background-image:url('../images/tab_tech_selected.png');
background-repeat:no-repeat;
color:#ffffff;
}
.tabTech a:link{
background-image:url('../images/tab_tech_selected.png');
background-repeat:no-repeat;
color:#ffffff;
}
.tabTech a:hover{
background-image:url('../images/tab_tech_selected.png');
background-repeat:no-repeat;
color:#333333;
}
.tabTech a:active{
background-image:url('../images/tab_tech_selected.png');
background-repeat:no-repeat;
color:#333333;
}

#prev
{
padding-top:5px;
position:absolute;
text-align:right;
font-family:arial;
left:800px;
top:5px;
color:#fff;
z-index:100;
}

#prev ul{
height:25px;
font-weight: bold;
width: 30px;
}

* html #prev ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#prev ul li{
display: inline;
width:100%;
color:#cccccc;
font-size: 1em;
}

#prev ul li a{
padding: 2px 10px 5px 10px;
text-decoration: none;
}

#prev ul li a:hover{
color:#ffffff;
}

#prev a:focus {
color:#000000;
}	
	
	
#next
{
padding-top:5px;
position:absolute;
text-align:right;
font-family:arial;
left:840px;
top:5px;
color:#fff;
z-index:100;
}

#next ul{
padding-left: 10px;
height:25px;
font-weight: bold;
width: 50px;
}

* html #next ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#next ul li{
display: inline;
width:100%;
color:#cccccc;
font-size: 1em;
}

#next ul li a{
padding: 2px 10px 5px 10px;
text-decoration: none;
}

#next ul li a:hover{
background-color:transparent;
/*background-image:url('../images/menu-background-hover.png');*/
background-repeat:repeat-x;
color:#ffffff;
}

#next a:focus {
color:#000000;
}	
	
#quefuncts
{

margin-left: 5px;
text-align:right;
font-family:arial;
color:#fff;
z-index:100;
width:50px;
font-weight:bold;
}

#quefuncts ul{
margin: 0;
padding-left: 0px;
height:20px;
width: 30px;
/*background-image:url('../images/menu-background.png');*/
background-repeat:repeat-x;


}

* html #quefuncts ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#quefuncts ul li{
width:100%;
font-size: 1em;
display:inline;
background-color:#f5f5f5;
color:#666666;
border:1px solid #cccccc;
padding-bottom:5px;
padding-top:5px;
}

#quefuncts ul li a{
padding: 2px 10px 5px 10px;
text-decoration: none;
color:#666666;
}

#quefuncts ul li a:hover{
color:#a3d99f;
}

#quefuncts a:focus {
}