/* Pagrindinis menu */
.h_menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Top level list items */
.h_menu ul li 
{
	position: relative;
	display: inline;

        z-index: 99;

	float: left;
}

	
/* Sub level menu */
.h_menu ul li ul
{
	position: absolute;
	display: block;

	left: 0px;
	top: 0px;
	z-index: 100;
	
	border-style: none solid solid solid;
	
	border-color: #AF411B;
	border-width: 1px;
				
	visibility: hidden;
}

/* Sub level menu list items */
.h_menu ul li ul li
{
	display: inline;
	float: none; 
}

/* Sub level menu links style */
.h_menu ul li ul li a
{
	display: block;
	width: 75px; /*width of sub menu levels*/
	
	padding: 2px 25px;
	background: #DFDFDF;
	
	border-style: none none none none;
	border-color: #AF411B;
	border-width: 1px;
		
	/* submenu teksto stilius */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

/* Sub level menu links style */
.subtext
{	
	border-style: solid none none none;
	border-color: #AF411B;
	border-width: 1px;
	
	background:#EEEEEE;
	padding: 4px;
		
	/* submenu teksto stilius */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	
	color: black;
	
	white-space: nowrap;
	text-decoration: none;
}

.subtext_top
{	
	border-style: none none none none;
	border-color: #AF411B;
	border-width: 1px;
	
	background:#EEEEEE;
	padding: 4px;
		
	/* submenu teksto stilius */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	
	color: black;
	
	white-space: nowrap;
	text-decoration: none;
}

/* u�vedus ant linko */
.h_menu ul li ul li a { color: #EA5318; }
.h_menu ul li ul li a:hover {background: #F7C0A6;}

	
/* IE sux */

* html .h_menu ul li { float: left; height: 1%; }
* html .h_menu ul li a { height: 1%; }

/* End */