/* --- menu glowne --- */

#cssdropdown, #cssdropdown
{
	margin: 0px; padding: 0px;
	position: absolute; 
	z-index: 1000;
	left: 40px; top: 0px;
	list-style: none;
}

#cssdropdown li.mainitems 
	{
	position: relative;
	float: left;
	z-index: 1010;
	background: url('../i/menu_linia.gif') right no-repeat;
	padding-right: 2px;
	}

#cssdropdown a
{
	line-height: 40px;
	display: block;
	color: #ffffff; font-size: 120%;
	font-weight: bold;
	padding-left: 18px; padding-right: 18px;
	
}

#cssdropdown a:hover
{
	background: #676878;
}

.subuls
{
	background: #ff7600;
	margin:0px; padding:0px;
	display: none;
	margin-top: 11px !important;
	margin-top: 10px;
	position: absolute; top: 30px; left: 0;
	z-index: 1020;
	border-left: 1px solid #ffffff; border-right: 1px solid #ffffff;
}

#cssdropdown .subuls li
{
	display: block;
	z-index: 1030;
}

#cssdropdown ul.subuls li a
{
	/*background: url('../i/submenu_bg.gif') right no-repeat;*/
	width: 200px;
	display: block;
	padding-top: 0px; padding-left: 16px;
	line-height: 24px;
	border-bottom: 1px solid #ffffff;
	font-size: 100%;
}
	
#cssdropdown ul.subuls li a:hover
{
	/*background: url('../i/submenu_h_bg.gif') right no-repeat;*/
	background: #676878;
}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#cssdropdown li>ul 
{
	top: 29px !important;
	left: 0px;
}

/* lists nested under hovered list items */
#cssdropdown li:hover ul, li.over ul 
{
	display: block;
}

/ *wrap rest of content of the page inside this div */
#restofcontent 
{
	clear: left;
}
/* --- end: menu glowne --- */ 
