


#pageWrap {
	
}

#pageBody {
	
}

div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		black url(images/design/navBG.png) repeat-x 0 0 scroll;
	border-right:solid 1px #FFFFFF;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(images/design/navHover.png) repeat-x 0 0 scroll;
}


.clear	{ clear: both; }


.hoverBtn1 
{
    width: 			188px;
	position: 		relative;
	float:			left;
background:		black url(images/design/navBG.png) repeat-x 0 0 scroll;
	
	
}
    .hoverBtn1 a {
	position: 		relative;
	z-index: 		2;
    display: 		block;
	width: 			188px;
	height: 		30px;
	line-height: 	30px;
	text-align: 	left;
	font-size:		11px;
	text-decoration:	none;
	color:			#000;
	background:		transparent none ;
	padding-left:0px;
}
.hoverBtn1 div 
{
    width: 			188px;
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(images/design/navHover.png);
	
}


.more
{
    text-align:right;
    width:300px;
    font-weight:bold;
    font-size:small;
    }
a.more
{
    text-decoration:none;
    color:
}