a.hoverBtn 
 {
    float:right;
	position: 		  relative;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		28px;
	text-align: 		center;
	vertical-align: middle ;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
    font-size: 14px;
    font-family: "Myriad Pro", Tahoma, Arial, Times New Roman;
    margin:0px; padding:0px; 
    top:0px;
}


.currentBtn 
{
    float:right;
	position: 		relative;
	z-index: 		1;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		28px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#FFF;
	font-family: "Myriad Pro", Tahoma, Arial, Times New Roman;
    font: Arial;
    font-size: 14px;
    margin:0px auto; padding:0px;
    background:		black url(../images/navHover.png) repeat-x 0 0 scroll;  
}


 a:hover.hoverBtn 
 {
     float:right;
	position: 		relative;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		28px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	underline;
	color:			#fff;
	font-family: "Myriad Pro", Tahoma, Arial, Times New Roman;
    font: Arial;
    font-size: 14px;
    margin:0px auto; padding:0px;
    top:0px;
}

 
.clear	{ clear: both; }
 
#menucontainer
{
    display:block;
    text-align:right;
    background: #3b7687 url(../images/navBG.png) repeat-x 0 0 scroll;
    background-position:top;
    height: 30px;
    margin:0px; padding:0px;
    border-bottom: solid 1px #ccc;
}
