/* ************************************* */
/*  Navigation                           */
/* ************************************* */
#menuBar{
	float: left;
    margin: 0px 0 0 55px;
	background: url(../images/navBar.png) no-repeat top;
	width: 843px;
	height: 39px;
}

	ul#mainNav{
			padding: 0px;
			margin: 10px 0 0 95px;
		}

		ul#mainNav li{
		 	float: left;
			display: inline;
          font-size: 1.2em;
          font-weight: bold;
          margin: 0 0 0 25px;
			}

		ul#mainNav li a{
			color: #fff;
			display: block;
          height: 22px;
          background: url(../images/navUnderline.png) no-repeat bottom center;
          text-decoration: none;
			}

		ul#mainNav li a:hover{
			color: #91ffc5;
          height: 22px;
          background: url(../images/navUnderlineHover.png) no-repeat bottom center;
		}

		ul#mainNav li.current_page_item a{
     	color: #91ffc5;
     	height: 22px;
			background: url(../images/navUnderlineHover.png) no-repeat bottom center;
		}


.topButtons{
    position: absolute;
    left: 70%;
    width: 300px;
}

.topButtons ul{
   display: inline;
}

.topButtons li{
   float: left;
}

	.clientLogin a{
    		display:block;
          float: left;
        	background: url(../images/clientLogin.png) no-repeat top center;
    		height: 16px;
    		width: 95px;
          margin: 0 20px 0 0;
          text-indent: -9999px;
    }

    .clientLogin a:hover{
    	    	display:block;
        	background: url(../images/clientLogin.png) no-repeat bottom center;
    		height: 16px;
    		width: 95px;
          text-indent: -9999px;
    }

	.rssTop a{
    		display:block;
          float: left;
        	background: url(../images/rssTop.jpg) no-repeat top center;
    		height: 32px;
    		width: 32px;
          text-indent: -9999px;
    }    

    .rssTop a:hover{
    	    	display:block;
        	background: url(../images/rssTop.jpg) no-repeat bottom center;
    		height: 32px;
    		width: 32px;
          text-indent: -9999px;
    }
