/* @override 
	http://projekty.true.pl/isic/true/menu.css
	http://isic.com.pl/true/menu.css
*/

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#dropdown a {
	text-decoration:none;
	display:block;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	overflow: hidden;
	width: 100%;
	font-size: 11px !important;
}
#dropdown a span {
	margin-top:  50px;
	display: block;
}
ul#dropdown li.glowne_1 { width: 170px; }
ul#dropdown li.glowne_2 { width: 200px; }
ul#dropdown li.glowne_3 { width: 180px; }
ul#dropdown li.glowne_4 { width: 177px; }

ul#dropdown li.glowne_1 a { background-image: url(images/menu_1_n.png); }
ul#dropdown li.glowne_2 a { background-image: url(images/menu_2_n.png); }
ul#dropdown li.glowne_3 a { background-image: url(images/menu_3_n.png); }
ul#dropdown li.glowne_4 a { background-image: url(images/menu_4_n.png); }



#subMenusContainer a {
	text-decoration:none;
	display:block;
	background: #00A8A2;
	padding: 7px 10px;
	color: #fff;
	font-size: 11px !important;
}
#subMenusContainer .level_3 a {
	text-decoration:none;
	display:block;
	background: #00897c;
	padding: 7px 10px;
	color: #fff;
}


/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#dropdown a{
	margin:0;
	float:left;	
}

/* Just sub menu links */
#subMenusContainer a, #dropdown li li a{
	text-align:left;
}

/* All menu links on hover or focus */
#dropdown li.glowne_1 a:hover, 
#dropdown li.glowne_1 a:focus, 
#dropdown li.glowne_1 a.mainMenuParentBtnFocused {
	background-image: url(images/menu_1_a.png);
}
#dropdown li.glowne_2 a:hover, 
#dropdown li.glowne_2 a:focus, 
#dropdown li.glowne_2 a.mainMenuParentBtnFocused {
	background-image: url(images/menu_2_a.png);
}
#dropdown li.glowne_3 a:hover, 
#dropdown li.glowne_3 a:focus, 
#dropdown li.glowne_3 a.mainMenuParentBtnFocused {
	background-image: url(images/menu_3_a.png);
}
#dropdown li.glowne_4 a:hover, 
#dropdown li.glowne_4 a:focus, 
#dropdown li.glowne_4 a.mainMenuParentBtnFocused {
	background-image: url(images/menu_4_a.png);
}

#subMenusContainer a:hover, #subMenusContainer a:focus,
#subMenusContainer a.subMenuParentBtnFocused{
	background: #00897c url(images/menu_level_2_tlo.png) repeat-x;
	color:#FFF;
}


/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus {
	background: #00897c url(images/menu_level_2_tlo.png) repeat-x;
	color:#FFF;
}

#subMenusContainer .level_3 a:hover, 
#subMenusContainer .level_3 a:focus, 
#dropdown .level_3 a.mainMenuParentBtnFocused, 
#subMenusContainer .level_3 a.subMenuParentBtnFocused {
	background: #00897c url(images/menu_level_3_tlo_a.png) repeat-x;
	color:#FFF;
}


/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: #00A8A2 url(images/menu_level_2_submenu.png) no-repeat right top !important;
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: #00897c url(images/menu_level_2_submenu_a.png) no-repeat right top !important;
}


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0;
	margin:0 0 0 ;
}


/* All ULs and OLs */
#dropdown { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
#dropdown ul, #dropdown ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	background: #00A8A2;
}
#dropdown ul.level_3, #dropdown ol.level_3, #subMenusContainer ul.level_3, #subMenusContainer ol.level_3 { 
	background: #00897c}
/* All submenu OLs and ULs */
#dropdown ol, #dropdown ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#dropdown li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
	margin: 0 1px;
}

#subMenusContainer li{
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #00a8a2;
}

/* main menu ul or ol elment */
#dropdown{
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	text-align: center;
	display:block;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#dropdown li li{	float:none; 	border-bottom: 1px solid #00a8a2; }

#dropdown li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#dropdown li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#dropdown li ul ul { margin: -1em 0 0 -1000em; }
#dropdown li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#dropdown li:hover ul{	margin-left: 0; }
#dropdown li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#dropdown li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#dropdown li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#dropdown li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#dropdown li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#dropdown li:hover a:focus{ margin-left: 0; }
#dropdown li li:hover a:focus + ul { margin-left: 10em; }

