/* 
 *		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 {
	left:300px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:10px;
	background: url(../images/menu1_b.gif) 0px 57px no-repeat;
	
}

/* move all list items into one row, by floating them */
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	background: url(../images/tab-grey-normal.gif);
	width:83px;
	height:34px;
	text-align:center;
	margin-right:3px;
	margin-top:0px;
	margin-bottom:0px;
		color:#FFFFFF;

}

/* define new starting point for the nested UL, thus making positioning it a piece of cake */
.menu li:hover {
	position: relative;
		background: url(../images/tab-red-over.gif);
		color:#FFFFFF;

}

/* 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 {		/* navigation background style */
	position:relative;
	z-index:0;
	top:-2px;
	color: #333;
	/*background:url(../images/nav-bg.gif) 0 0 repeat;
	/*background: #fff;*/	 /* uncomment this if you want to use a color instead of background image */
	border: 0px solid #ccc;
	width:650px;
}

.menu ul {	/* drop down menu style */
	width: 150px;
	background: #fff;
	border:0px solid #ccc;
}

.menu li li:hover>div {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.menu ul a:hover { /* drop down hover style (IE6 included) */
	background: #eee;
	font-weight:normal;
}

.menu li:hover>a { 	/* first level hover button style (IE6 excluded) */
	color: #FFFFFF;
	/*background: url(../images/nav2.gif) 100% 0 no-repeat;
	background: #eee;*/	 /* uncomment this if you want to use a color instead of background image */
}

.hover2 li:hover>a {	/* drop down hover style (IE6 excluded) */
	color: #FFFFFF;
	/*background: #eee;*/
}

.menu a {	/* first level button style (IE6 included) */
	color:#FFFFFF;
	padding: 2px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	text-transform: uppercase;
	padding-top:9px;
}

.menu a:hover {		/* first level button hover style (IE6 included) */
	color: #FFFFFF;
	/*background: url(../images/nav2.gif) 100% 0 no-repeat;
	background: #eee;*/	 /* uncomment this if you want to use a color instead of background image */
	text-decoration: none;
	font-weight:bold;
}

.menu ul a {	/* remove inheritance from submenus (IE6 included)*/
	color: #333;
	background: #fff;
	font-weight:normal;
}

.active a {	/* first level menu active state style (IE6 included) */
	color: #000;
/*background: url(../images/tab-red-over.gif);*/
		color:#FFFFFF;
			font-weight: bold;
	text-decoration: none;
}


/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
.menu {
	display: inline-block;
}
/* End Fix */

/*]]>*/


/* 
 *		Horizontal, top-2-bottom menu2
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by/2.0/
 */


/* - - - ADxmenu2: BASIC styles - - - */

/* remove all list stylings */
.menu2, .menu2 ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	left:300px;
	height:21px;
/*	padding-top:10px;*/
	padding-bottom:2px;
	padding-left:10px;
	background: url(../images/menu2_b.gif) 0px 14px no-repeat;
	border:1px solid black;	/* use 1px to turn on as a visual spacing aid or style */


}
.hover2all{
min-height:13px;
max-height:13px;
width:131px;
position:relative;
}
.hover22top{
background: url(../images/dp-top.gif) 30px 11px no-repeat;
width:131px;
position:relative;
margin-top:10px;
}
.hover23top{
background: url(../images/dp-top.gif) 0px 11px no-repeat;
width:131px;
position:relative;
margin-top:10px;
}
.hover22bot{
width:131px;
}
.hover23bot{
	width:131px;
	height:20px;
	background: url(../images/dp-bottom.gif) 0px bottom no-repeat;
	visibility:visible;
	z-index:1000;
}

/* move all list items into one row, by floating them */
.menu2 li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	background: url(../images/tab2-grey-normal.gif);
	width:83px;
	height:21px;
	text-align:center;
	margin-right:3px;
	margin-top:0px;
	margin-bottom:0px;
}

/* define new starting point for the nested UL, thus making positioning it a piece of cake */
.menu2 li:hover {
	position: relative;
		background: url(../images/tab2-red-over.gif);
		color:#FFFFFF;
}

/* force the submenu2 items into separate rows, while still keeping float:left (which resolves IE6 white-gap problem) */
.menu2 li li {
	width: 100%;
	text-align:left;
			padding-left:0px;

}

/* fix the position for 2nd level submenu2s.
	first make sure no horizontal scrollbars are visible on initial page load by sliding them all into top-left corner  */
.menu2 li li div {
	top: 0;
	left: 0;
		padding-left:0px;


}

/* ...and then place the submenu2 where it should be when shown */
.menu2 li li:hover div {
	left: 100%;
}

/* initialy hide all sub menu2s */
.menu2 div {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
.menu2 li:hover>div {
	display: block;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu2:after, .menu2 ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* IE7 float clear: */
.menu2, .menu2 ul {
	min-height: 0;

}
/* -- float.clear.END --  */

/* sticky submenu2: it should not disappear when your mouse moves a bit outside the submenu2
	YOU SHOULD NOT STYLE the background of the ".menu2 div" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
	
.menu2 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 */
}

/* - - - ADxmenu2: DESIGN styles - - - */

.menu2 {		/* navigation background style */
	position:relative;
	z-index:2000;
	top:-2px;
	color: #333;
	/*background:url(../images/nav-bg.gif) 0 0 repeat;
	background: #fff;*/	 /* uncomment this if you want to use a color instead of background image */
	border: 0px solid #ccc;
	height:21px;
		width:650px;

}

.menu2 ul {	/* drop down menu2 style */
	width: 131px;
	background: #fff;
	border:0px solid #ccc;
	padding-left:0px;
	margin-top:10px;
}

.menu2 li li:hover>div {	/* inset 2nd+ submenu2s, to show off overlapping */
	top: 5px;
	left: 90%;
	
}

.menu2 ul a:hover { /* drop down hover style (IE6 included) */
	background: #eee;
	font-weight:normal;
	color:#000;
}

.menu2 li:hover>a { 	/* first level hover button style (IE6 excluded) */
	color: #333;
	/*background: url(../images/tab2-red-over.gif);
color:#FFFFFF;
	
	background: #eee;*/	 /* uncomment this if you want to use a color instead of background image */
}

.hover2 li:hover>a {	/* drop down hover style (IE6 excluded) */
	color:#000;
	background: #eee;
	/*background: url(../images/tab2-red-over.gif);*/
}

.menu2 a {	/* first level button style (IE6 included) */
	color:#FFFFFF;

	padding: 2px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	font-size: 9px;

}

.menu2 a:hover {		/* first level button hover style (IE6 included) */
	color:#000;
	/*background: url(../images/tab2-red-over.gif);

	background: #eee;*/	 /* uncomment this if you want to use a color instead of background image */
	text-decoration: none;
	font-weight:bold;
	
	
}

.menu2 ul a {	/* remove inheritance from submenu2s (IE6 included)*/
	color: #333;
	background: #fff;
	font-weight:normal;
	/*background: #eae9e9;
	border-right:solid 4px #656565;
	border-left:solid 4px #656565;*/
	background:url(../images/dropdown.gif) 0 0px repeat-y;
	padding-left:7px;
}
.menu2 ul a:hover {	/* remove inheritance from submenu2s (IE6 included)*/
	color: #333;
	background: #fff;
	font-weight:normal;
	background: #A60910;

}
.menu2 ul a:active {	/* remove inheritance from submenu2s (IE6 included)*/
	color: #333;
	background: #A60910;
	font-weight:normal;
}

.active a {	/* first level menu2 active state style (IE6 included) */
	/*color:#FFFFFF;
	background: url(../images/tab2-red-over.gif) ;*/
font-weight: bold;
	text-decoration: none;
}


/* Fix for IE5/Mac \*//*/
.menu2 a {
	float: left;
}
.menu2 {
	display: inline-block;
}
/* End Fix */

/*]]>*/
