@CHARSET "UTF-8";
@font-face {
	font-family: 'TheMix Extra Bold';
	src: url('fonts/TheMixExtraBold.eot');
	src: url('fonts/TheMixExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/TheMixExtraBold.woff') format('woff'), url('fonts/TheMixExtraBold.ttf') format('truetype'), url('fonts/TheMixExtraBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#menu {
	float:left;
	margin-left:59px;
	height: 60px;
	line-height: 35px;

}

ul#firstmenu li {
	display:inline;
	font-family: 'TheMix Extra Bold';
	font-size:20px;
	letter-spacing: 1px;
	margin-right:25px;
}

ul#firstmenu a {
	text-decoration:none;
	font-weight:bold;
}

a.menu-label {
	color:#02bad3;
}

a.menu-label-current {
	background-color: #ffff00;
	border: 2px solid transparent;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color:#000;
	font-weight:bold;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	position:relative;
	behavior: url(App_Themes/PIE/PIE.php);

	
}

.menu-home
{
	background: url(../App_Images/style/icon_callback_home.png) no-repeat;
	background-size: 100% 100%;
	height:40px;
	width:209px;
	display: inline-block;
	vertical-align:middle;
}

.menu-home-current {
	background: url(../App_Images/style/icon_callback.png) no-repeat;
	background-size: 100%;
	height:40px;
	width:209px;
	display: inline-block;
	vertical-align:middle;
}

body div
{
behavior: url(PIE/PIE.php);
}