@charset "utf-8";

/* CSS Document */

#navbar {

	min-width:950px;

    height: 32px;

	background-repeat:repeat-x;



}

#headnav {

    margin: 0px;

    padding: 0px;

    text-align: left;

    width: 100%;

	text-align:center;

}

.clear {

	clear: both;

	min-height:50%;

	height:auto;

	max-height:100%;

}

.clear2  {

	height: 10px;

}



/*  =============   NAVCONTAINER   ==============  */

#navcontainer {

    position: relative;

    top: 0px;

    width: 940px;   

    margin: 0px auto;

	padding-top:5px; 



}



#navcontainer ul {



    margin:0;

    padding: 0;

    list-style-type: none;

    text-align: center;

    font: bold 14px/28px Arial, Helvetica, sans-serif;

	



}



#navcontainer li {



    display:inline;

    margin:0;

    padding:0;



}



#navcontainer a {



    float: left;

    display: block;

    width: 128px;

    height: 28px;

    margin-right: 1px;



}



#navcontainer a:link, #navcontainer a:visited {



    float: left;

    background: url(/wp-content/themes/maxxal/images/navbar_button.gif) no-repeat left top;

    background-position:0% 0px;

    color:#000000;

    text-decoration: none;

	font-size:14px;



}







#navcontainer a:hover {



    float: left;

    background: url(/wp-content/themes/maxxal/images/navbar_button.gif) no-repeat left top;

    background-position:0% 0px;

    color:#666666;

    text-decoration: none;

    line-height: 28px;



}







#navcontainer li a#currentTab {



    float: left;

    background: url(/wp-content/themes/maxxal/images/navbar_button.gif) no-repeat left top;

    background-position:0% 0px;

    color: #000000;

    text-decoration: none;

    line-height: 28px;

}



/*  =============   NAVCONTAINER   ==============  */
