@charset "utf-8";
/* CSS Document */

/*----- Menu Panel ------*/
#headerMenuPanel{
	background:#535353;
	height:38px;
}
#headerMenuPanel a{
	display:block;
	float:left;
	height:38px;
	padding:0 14px 0;
	font:bold 11px/38px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}
#headerMenuPanel a:hover{
	background:url(images/menuhoverbg.gif) repeat-x 0 100%;
}
#headerMenuPanel a.activated{
	background:url(images/menuhoverbg.gif) repeat-x 0 100%;
}
#headerMenuPanel span{
	display:block;
	height:38px;
	background:url(images/divider.gif) no-repeat 0 0;
	padding:0 0 0 2px;
	float:left;
}
/*----- Menu Panel ------*/
#headerPanel{
	height:92px;
	padding-top:40px;
}
#headerButtomPanel{
	height:31px;
	background-color:#e5e4b8;
	font:bold 11px/29px Verdana, Arial, Helvetica, sans-serif;
	color:#535353;
}
