/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved 

http://creativecommons.org/licenses/by/2.0/
 */


/* - - - ADxMenu: BASIC styles - - - */

/* def/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved 

http://creativecommons.org/licenses/by/2.0/
 */


/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;	/*abstand vom seitenrand*/
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	top:25px; /*abstand der menüpunkte vom oberen rand*/
}

/* move all list items into one row, by floating them */
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	}

/* define new starting point for the nested UL, thus making positioning it a piece of cake */
.menu li:hover {
	position: relative;
}

/* force the submenu items into separate rows, while still keeping float:left (which resolves IE6 white-gap problem) */
.menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus.
	first make sure no horizontal scrollbars are visible on initial page load by sliding them all into top-left 

corner  */
.menu li li div {
	top: 0;
	left: 0;
}

/* ...and then place the submenu where it should be when shown */
.menu li li:hover div {
	left: 100%;
}

/* initialy hide all sub menus */
.menu div {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
.menu li:hover>div {
	display: block;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* IE7 float clear: */
.menu, .menu ul {
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu div" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
	
.menu div {
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/		/* uncomment this if you want to see the "safe" area. you can also use to adjust 

the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu {
	color: #990000;
	text-decoration: bold;
	background: 0 0 0 repeat; position:relative;
}

.menu ul {
	width: 120px;
	background: #990000;
	border:0px solid #fff;
}

.menu li li:hover>div {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
.menu ul a:hover {
	background: #fff;
}

.menu ul ul {
	background: #990000;
}

.menu li:hover>a {
	background: url(../images/navbutton2.gif) 100% 0 no-repeat;
}

.hover2 li:hover>a {
	background: #990000;
}

.menu a {
	text-decoration: bold;
	color: transparent;
	padding: 6px;
	display: block;
	background: 0 100% 0 no-repeat;
}

.menu ul a {
	background: #000000; /* remove navbutton.gif from submenus */
}

.menu a:hover {
	background: url(../images/navbutton2.gif) 100% 0 no-repeat;
	color: #990000;
}

.active {
	background: url(../images/navbutton2.gif) 100% 0 no-repeat;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
.menu {
	display: inline-block;
}
/* End Fix */

/*]]>*/ine new starting point for the nested UL, thus making positioning it a piece of cake */
.menu li:hover {
	position: relative;
}

/* force the submenu items into separate rows, while still keeping float:left (which resolves IE6 white-gap problem) */
.menu li li {
	width: 100%; /*hintergrundbreite vom untermenu */
}

/* fix the position for 2nd level submenus.
	first make sure no horizontal scrollbars are visible on initial page load by sliding them all into top-left 

corner  */
.menu li li div {
	top: 0;
	left: 0;
}

/* ...and then place the submenu where it should be when shown */
.menu li li:hover div {
	left: 100%;
}

/* initialy hide all sub menus */
.menu div {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
.menu li:hover>div {
	display: block;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* IE7 float clear: */
.menu, .menu ul {
	min-height: 10;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu div" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
	
.menu div {
	padding:10px 30px 30px 30px;
	margin: -10px 0px 0px -30px;
	/*background: #f00;*/		/* uncomment this if you want to see the "safe" area. you can also use to adjust 

the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu {
	color: #fff;
}

.menu ul {
	width: 120px; /*breite vom untermenu*/
	background: transparent;
	border:0px solid #fff;
}

.menu li li:hover>div {	/* inset 2nd+ submenus, to show off overlapping */
	top: 0px;
	left: 100%;
}
.menu ul a:hover {
	background: #000000;
}

.menu ul ul {
	background: #000000;
}

.menu li:hover>a {
	background: #000000;
}

.hover2 li:hover>a {
}

.menu a {
	text-decoration: bold; /*none*/
	color: #fff; /* AKTUELL vom 21.10.2011 schriftfarbe im menue*/
	padding: 5px; /*hintergrundhoehe der navigation*/
	display: block;
}

.menu ul a {
	background: #000000; /*hintergrundfarbe untermenu*/
}

.menu a:hover {
	color: #ffff; /*AKTUELL vom 21.10.2011 schriftfarbe bei mouseover*/
}

.active {
	
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
.menu {
	display: inline-block;
}
/* End Fix */

/*]]>*/
