@charset "utf-8";
/* CSS Document */

.horizontalcssmenu ul{
	list-style-type: none;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 202;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-image: url(../images/BG_header_buttons.gif);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 117px;
	height: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-image: url(../images/BG_header_buttons.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
	

.horizontalcssmenu ul li a:hover{
	background-image: url(../images/BG_header_buttons_hover.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li {
	float: left;
	height: 1%;
}
* html .horizontalcssmenu ul li a {
	height: 1%;
}
.style1 {
	font-size: x-small;
	vertical-align: text-top;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.style1 a {
	font-size: x-small;
	vertical-align: text-top;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-decoration: none;
}
/* End */

