
.topmenul1, .topmenul2 {
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
	text-align:left;
}

.topmenul1 a .topmenul1 a:visited {
	border:none;
}

.topmenul1 li {
	/*background-color: black;*/
	padding:0px 0px 0px 0px;
	float:left;				/* First level menu's needs to float left */
	position:relative;			/* Relative positiong because lower level menu's needs to be absolute */
	height:36px;
	background:none;
}
.topmenul2 li {
	height:auto;
}

/* First level colors for link tags */
.topmenul1 a .topmenul1 a:visited {
	padding:0px; 		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	 
	/*border:1px solid #E79518; 		/* Same as BG color so total width is always the same */
}

.topmenul1 a:hover {
	/*color:#FFFFFF;*/
	/*background-color:black;		/* On hover for a alements, */
/*	border:1px solid black;*/
}


/* Start second level and lower menu's */
.topmenul1 .topmenul2 {
	display:none;				
	position:absolute;			/* We position absolute (relative to l1) */
	width:250px;				/* Default width for sub-menu's */
	/*border:1px solid #4466AA;*/
	/*border-left:1px solid #4466AA;
	border-right:1px solid #4466AA;	*/		/* Border around the sub-menu's */
	z-index:100;				/* We set a z-index these menu's will show up above other menu items, works in non IE */
	left:0px;				/* Left to 0 and for IE we move one extra pixel down */	
/*	top:15px !important; */
	top:36px;
}

.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 {
	left:120px;				/* Move away from second level menu for second level and lower */
	top:-1px !important; 			/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
}

/*  IE ONLY !! */
*html .topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 
{
   left:120px;	
}

.topmenul1 .topmenul2 li {
	border-bottom:1px solid #FFFFFF;	/* little color seperator */
	background:none;
	background-color:#dcdcdc;
	color: #666666;
	text-decoration:none;
	width:100%;
	padding:5px 0px 5px 3px;
	padding-left:15px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	/*border-right:1px solid #003768;*/
	

}
#yacbddm a:visited {
	color: #666666;
	text-decoration:none;
}
#yacbddm a:hover {
	color:#ECAC00;
}

#yacbddm topmenul1-active a {
	color:#ECAC00;
}
.topmenul1 .topmenul2 a  {
	border:none;				/* no border, remove the style from level1 a tags */
	display:block;				/* Display block, so teh whole menu will lite up (if bg used)*/
	padding:5px 0px 5px 0px;
	color: #666666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	width:100%;
}

.topmenul1 .topmenul2 a {			/* Needed for IE aswell */
	/*background-color: #dcdcdc;*/
	color:#666666;
	border:none;				/* no border, remove the style from level1 a tags */
	text-decoration:none;
}
.topmenul1-ifsub {
	background-image:url(../_img/menuicon.png);
	background-position:right;
	background-repeat:no-repeat;
}
.topmenul2 a:hover {			/* Needed for IE aswell */
	/*background-color:white;*/
	color:#FFFFFF;
	text-decoration:none;
	border:none;				/* no border, remove the style from level1 a tags */
}
#yacbddm .topmenul2 a:hover, #yacbddm .t3menul2  a:hover{
	color: white;
}
.topmenul2 li a:hover {		
	color:#FFFFFF;
}

/* Little arrows for the menus */
.topmenul2-ifsub {
	/*background-image:url(../images/arrow.gif);*/
	background-position:right;
	background-repeat:no-repeat;
}/*
.topmenul2 a {
	padding:5px 5px 5px 5px;
}*/

/* fb button */
.connect_widget{
    color: #FF9900;
}
.like_button_dark{
    color: #FF9900;
}
.connect_widget_text a {
    color: #FF9900;
}
.connect_widget .like_button_dark .connect_widget_text a {
    color: #FF9900;
}