/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*body, TBODY {	

	behavior:url(fileadmin/templates/ADxMenu.htc);

	}
*/




/********************************************/
/********Horizontal Menu Styles************/
/*********************************************/
/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */

/*		------	Basic style	------		*/

#menu {
	display: block;
	color:#FFFFFF;
}

.activeMenu {
	color:#89B51F;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	z-index: 6000;
	
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 6000;
	background-image: url(images/button_arrow_blue_right_solid.gif);
	background-repeat: no-repeat;
	background-position: 3px; 

}

/*#menu li a{
	background-image: url(images/button_arrow_blue_right_solid.gif);
	background-repeat: no-repeat;
	background-position: 3px; 	
}

#menu li a:hover{
	background-image: url(images/button_arrow_green_right_solid.gif);
	background-repeat: no-repeat;
	background-position: 3px; 
}

#menu li a:active{
	background-image: url(images/button_arrow_green_right_solid.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}*/


#menu a {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;

}

/* display them on hover */
#menu li:hover>ul {
	display: block;
	

}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	
}

/* Clear-fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#menu {
	font-size: 13px;
	color: #D30E17;
	background-color: #FFFFFF;
	/*height: 30px;*/
}

#menu li {
	background-color: transparent;
}

#menu li li {
	background: none;
	width: 200px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	color: #D30E17;

}

#menu li:hover>a, li:active>a {
	color: #89B51F;
	background-color: #FFFFFF;

}

#menu li li a {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	background: none;
	padding: 6px;
	border-bottom: 1px solid #FFB200;
	border-left: 1px solid #FFB200;
	border-right: 1px solid #FFB200;

}

#menu li li:hover>a, li:active>a {
	color: #89B51F;
	background-color: #FFFFFF;
}

li:active>a {
	color: #D30E17;
	background-color: #FFFFFF;
	
}

#menu li ul {
	color: #D30E17;
	/*margin-left: 10px;*/
	background-color: #FFFFFF;
	width: 200px;

}

#menu li li li:first-child {
	border-top: 1px solid #FFB200;
}

#menu li li.submenu>a:after {
	content: "";
}


/* Vertical Navigation Menu */ 

.vertnav1 a:link {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_blue_right.gif") 5px 50% no-repeat;
}
.vertnav1 a:visited {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_blue_right.gif") 5px 50% no-repeat;
}
.vertnav1 a:active {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_blue_right.gif") no-repeat 5px 50%;
}
.vertnav1 a:hover {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}

.vertnav1-act a:link {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}
.vertnav1-act a:visited {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}
.vertnav1-act a:active {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}
.vertnav1-act a:hover {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}

.vertnav2 a:link {
display:block;
border-bottom:1px dotted #6A9BCD;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_blue_line.gif") 20px 50% no-repeat;
}
.vertnav2 a:visited {
display:block;
border-bottom:1px dotted #6A9BCD;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_blue_line.gif") 20px 50% no-repeat;
}
.vertnav2 a:active {
display:block;
border-bottom:1px dotted #6A9BCD;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_blue_line.gif") 20px 50% no-repeat;
}
.vertnav2 a:hover {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}

.vertnav2-act a:link {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}
.vertnav2-act a:visited {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}
.vertnav2-act a:active {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}
.vertnav2-act a:hover {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}

.vertnav3 a:link {
display:block;
border-bottom:1px dotted #6A9BCD;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_blue_right_solid.gif") 35px 50% no-repeat;
}
.vertnav3 a:visited {
display:block;
border-bottom:1px dotted #6A9BCD;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_blue_right_solid.gif") 35px 50% no-repeat;
}
.vertnav3 a:active {
display:block;
border-bottom:1px dotted #6A9BCD;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_blue_right_solid.gif") 35px 50% no-repeat;
}
.vertnav3 a:hover {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}

.vertnav3-act a:link {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}
.vertnav3-act a:visited {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}
.vertnav3-act a:active {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}
.vertnav3-act a:hover {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}

.vertnav4 a:link {
display:block;
border-bottom:1px dotted #6A9BCD;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.vertnav4 a:visited {
display:block;
border-bottom:1px dotted #6A9BCD;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.vertnav4 a:active {
display:block;
border-bottom:1px dotted #6A9BCD;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:12px;
color:#6A9BCD; /* flat blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.vertnav4 a:hover {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}

.vertnav4-act a:link {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.vertnav4-act a:visited {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.vertnav4-act a:active {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.vertnav4-act a:hover {
display:block;
border-bottom:1px dotted #0033FF; /* bright blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:12px;
color:#0033FF; /* bright blue*/ 
text-decoration:none;
width:180px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}

