@font-face {
 font-family: Futura_bold;
 src: url("Futura_Oblique.eot") /* EOT file for IE */
}
@font-face {
 font-family: Futura_bold;
 src: url("Futura_Oblique.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: FuturaExtended;
 src: url("FuturaExtended.eot") /* EOT file for IE */
}
@font-face {
 font-family: FuturaExtended;
 src: url("FuturaExtended.ttf") /* TTF file for CSS3 browsers */
}
#custommenu {
    position:relative;
    z-index:1000;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 13px;
    width: 970px;
	top:1px;
}
div.menu {
    float: left;
	background:url(../images/spare.png) top right no-repeat; 
}
div.menu.act {
    background-color:#90b809;
	color:#424242; 
}
div.menu3.act {
    background-color:#90b809;
	color:#424242;
	border-radius:10px 0px 0px 0px; 
-moz-border-radius:10px 0px 0px 0px;  
-webkit-border-radius:10px 0px 0px 0px; 
}
div.menu.active {
    background-color:#90b809;
	color:#424242;
}
div.menu3.active{
	background-color:#90b809 !important;	
border-radius:10px 0px 0px 0px; 
-moz-border-radius:10px 0px 0px 0px;  
-webkit-border-radius:10px 0px 0px 0px;   }
div.menu.active a{
	color:#424242;
}
div.menu a{
	color:#fff;
	font-size:14px;
	font-family: Futura_bold;
	height:55px;
	line-height:55px;
	padding:0 10px;
}
div.popup {
    position:absolute;
	overflow:hidden
    z-index:3000;
    border-top:2px solid #90b809;
    display: none;
    background-color:#fff;
    text-align:left;
	border-radius:0px 0px 10px 10px; 
-moz-border-radius: 0px 0px 10px 10px; 
-webkit-border-radius: 0px 0px 10px 10px; 
box-shadow: 0px 0px 12px #aaa;
-moz-box-shadow:  0px 0px 12px #aaa;
-webkit-box-shadow:  0px 0px 12px #aaa;

}
div.menu, div.popup {
    padding: 0px;
}
div.menu a, div.popup a {
    text-decoration: none;
    display:block;
	font-family: FuturaExtended;
	text-transform:uppercase;
}
div.popup a.actParent {
    color: #4D4D4D;
}
div.popup a.act {
    color: #A52A2A;
}
div.column {
    float:left;
	position:relative;
	top:10px;
    width:175px; /* column width */
    padding:5px;
	background:url(../images/bg_pop.png) top right repeat-y;
	padding:10px 10px 
}
div.block1 {
	padding:0 0px 0 10px;
}
div.column a{
	color:#424242;
	text-transform:none;
	margin:5px 0;
}
div.column a:hover{
	 text-decoration:underline; color:#90B809;
}
div.itemSubMenu {
    margin-left:20px;
}
.clearBoth {
    clear:both;
}
