/* Start of CMSMS style sheet 'EBF Navigations ' */
/********************
MENU Horizontale
*********************/


/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */

}

#menu_horiz {
	float: left;
	width: 650px;
	height: 50px;

}

#menu_horiz ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_horiz ul li {
	display: inline;
}

#menu_horiz ul li a, #menu_horiz ul li h3  {
	float: left;
	display: block;
	padding: 0 25px;
	height: 35px;
	padding-top: 18px;
	text-align: center;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #3c779a;	
	font-weight: bold;
	outline: none;
	margin: 0;
}

#menu_horiz li a:hover, #menu_horiz li.currentpage h3, #menu_horiz li.menuactive a{
	color: #ffffff;
	background: url(uploads/images/images/templatemo_menu_hover.jpg) repeat-x;
}



/*******************TEST CODE FOR VERTICAL Sub-NAV**************/



	/*"""""""" (MAIN) Container""""""""*/	

	#avmenu
	{	
		width:220px;
		background-color:transparent;
		border-width:1px 2px 1px 2px;
		border-style:solid;
		border-color:#ffffff;
                padding: 5px;
                text-decoration:none;
                margin-right: 5px;
                margin-left: 5px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#avmenu a	
	{	
		/*padding:5px 5px 5px 8px;*/
		/*background-color:#f2f1ee;*/
		color:#3C779A;
		font-family:verdana;
		font-weight: bold;
		font-size:12px;
		text-decoration:none;
		/*border-width:1px 0px 1px 0px;*/
		/*border-style:solid;*/
		/*border-color:#DFD8D1;*/
	}

#avmenu a:hover	
	{	color : #F89832;
                text-decoration:none;
/*list-style-image: url(uploads/images/images/arrow_orange.gif)*/;
}


#avmenu ul  {
text-decoration:none;
/*list-style-image: url(uploads/images/images/arrow_brown.gif) ;*/
list-style-type: none;

}

#avmenu li  {
margin: 10px 0 10px 0;
margin-left: -15px;
text-decoration:none;
}

.menuactive ul  li {

/*background-color:#ffffff;*/
/*list-style-image: url(uploads/images/images/arrow_orange.gif);*/
/*list-style-type: none;*/
/*list-style-type:circle;*/
padding-top: 1px;
padding-bottom: 0.1em;
margin: 0px;


}

.menuparent .menuactive ul li . currentpage h3 {
/*background-color:#ffffff;*/

}

.menuparent ul  {

/*background-color:#ffffff;*/
border-bottom: 0.1em solid #fff;
border-top: 0.1em solid #fff;

}

.menuparent span {
padding-top: 5px;


}


ul .currentpage h3 {

color: #F89832;
/*list-style-image: url(uploads/images/images/arrow_orange.gif);*/
font-size:12px;
font-family:verdana;
margin: 0px;


}

/* End of 'EBF Navigations ' */

