@charset "utf-8";
/* CSS Document */

/* *********************** */
/* MENU HORIZONTAL         */
/* *********************** */

#menuHorizontal {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	height: 53px;
	float: left;
}
#menuHorizontal ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	float: left;
	height: 52px;
	width: 1000px;
}
#menuHorizontal li {
	float: left;
	text-decoration: none;
	list-style-type: none;
}
/*Top level list items*/
#menuHorizontal ul li{
	position: relative;
	display: inline;
	float: left; /*overall menu background color*/
}
/*Top level menu link items style*/
#menuHorizontal ul li a{
	display: block;
	text-decoration: none;
}
/*1st sub level menu*/
#menuHorizontal ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	z-index: 10;
	width: 176px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#menuHorizontal ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
#menuHorizontal ul li ul li ul{ 
/*left: 159px;*/ /* no need to change, as true value set by script */
top: 0;
}
/* Sub level menu links style */
#menuHorizontal ul li ul li a{
	display: block;
	width: 220px;
	text-decoration: none;
	background-color: #d3cea9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	height: 30px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	line-height: 29px;
	z-index: 10;
	font-weight: bold;
}
#menuHorizontal ul li a:hover{
	color: #FFFFFF;
	z-index: 10;
}
/*Background image for top level menu list links */
#menuHorizontal .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}
/*Background image for subsequent level menu list links */
#menuHorizontal .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

.btn01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	text-decoration: none;
	font-weight: bolder;
	height: 52px;
	width: 120px;
	line-height: 51px;
	float: left;
	text-align: center;
}
.btn02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	text-decoration: none;
	font-weight: bolder;
	height: 52px;
	float: left;
	width: 170px;
	line-height: 51px;
	text-align: center;
}
.btn03{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	text-decoration: none;
	font-weight: bolder;
	height: 52px;
	float: left;
	width: 160px;
	line-height: 51px;
	text-align: center;
}
.btn04{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	text-decoration: none;
	font-weight: bolder;
	height: 52px;
	float: left;
	width: 130px;
	line-height: 51px;
	text-align: center;
}
.btn05{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	text-decoration: none;
	font-weight: bolder;
	height: 52px;
	float: left;
	width: 120px;
	line-height: 51px;
	text-align: center;
}
.btn06{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	text-decoration: none;
	font-weight: bolder;
	height: 52px;
	float: left;
	width: 110px;
	line-height: 51px;
	text-align: center;
}
.btn07{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	text-decoration: none;
	font-weight: bolder;
	height: 52px;
	float: left;
	width: 90px;
	line-height: 51px;
	text-align: center;
}
.btn08{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	text-decoration: none;
	font-weight: bolder;
	height: 52px;
	float: left;
	width: 90px;
	line-height: 51px;
	text-align: center;
}
.btn09{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47471f;
	text-decoration: none;
	font-weight: bolder;
	height: 52px;
	float: left;
	line-height: 51px;
	text-align: center;
	width: 120px;
}
.btn01:hover{
	color: #FFFFFF;
}
.btn02:hover{
	color: #FFFFFF;
}
.btn02:hover{
	color: #FFFFFF;
}
.btn04:hover{
	color: #FFFFFF;
}
.btn05:hover{
	color: #FFFFFF;
}
.btn06:hover{
	color: #FFFFFF;
}
.btn07:hover{
	color: #FFFFFF;
}
.btn08:hover{
	color: #FFFFFF;
}
.btn09:hover{
	color: #FFFFFF;
}
