﻿ul.hjt-megamenu-menubar
{
	white-space:nowrap;
	list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	height:33px;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	z-index:999;
	position:relative;
	display:none;
}

.hjt-megamenu-menubar-item
{
	font-size:16px;
	font-weight:bold;  
	display:list-item;
	float:left;    
	list-style-position: outside;
    margin:0 3px;
    padding:0 15px;
	background-repeat:repeat-x;   
	background-position:right top ;
	background-repeat:no-repeat;
	height:33px;
	z-index:999;
}

.hjt-megamenu-menubar-item-normal
{
	 z-index:999;
}

.hjt-megamenu-menubar-item-normal a
{
	z-index:999;
	display:block;
}

.hjt-megamenu-menubar-item-hover	/* 1st lvl tab */
{
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}

.hjt-megamenu-menubar-item-hover-current,
ul.menumega > li#current, ul.menumega > li.active	/* 1st lvl tab active */
{
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}

.hjt-megamenu-menubar-item-hover a,
.hjt-megamenu-menubar-item-hover-current a {
}

.hjt-megamenu-manubar-droparrow
{
	 
	background-image:url(../images/hjt-megamenu-dropdown_arrow.png);
	background-position:center center;  
	background-repeat:no-repeat;  
	margin: 0 0 0 15px; 
}

.hjt-megamenu-menubar-item a
{
	margin:0 0 0 0; 
	height:100%;
	text-decoration:none; 
	display:block;
    vertical-align:text-bottom;     
    padding:5px 0 8px 0;
}

.hjt-megamenu-menubar-item a:link,		/* 1st lvl top menu text - passive */
.hjt-megamenu-menubar-item a:visited
{
	font-family:'Cuprum', arial, sans-serif;
	text-transform:uppercase;
}

.hjt-megamenu-menubar-item a:hover		/* 1st lvl top menu text - hover */
{
	font-family:'Cuprum', arial, sans-serif;
	text-transform:uppercase;
}

.hjt-megamenu-dropdown-panel-content a:link,		/* 3rd lvl top menu text - passive */
.hjt-megamenu-dropdown-panel-content a:visited {
	color:#fff !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
	font-size:11px;
}

.hjt-megamenu-dropdown-panel-content a:hover {		/* 3rd lvl top menu text - hover */
}

.hjt-megamenu-dropdown-panel
{
	margin:-15px 0 0 -15px;
	position:absolute; 
	display:none;  
	z-index:1000; 
	padding:0;
}

.hjt-megamenu-dropdown-panel table
{
	margin:0;
}

.hjt-megamenu-dropdown-panel-list	/* menu module text */
{
	margin:5px 0; 
	padding:0 0 0 10px;
	font-weight:normal;
	list-style:none;
}

.hjt-megamenu-dropdown-panel-list div {
	width:130px;		/* drop down column width */
	white-space:normal;
	height:110%;
	font-size:11px;
}

.hjt-megamenu-dropdown-panel-list li
{
	/* white-space:nowrap; */
	white-space:normal;
	background:url(../images/hjt-megamenu-list-bullet.png) right no-repeat;
	margin-right:20px;
	width:130px;
}

.hjt-megamenu-contextcolumn
{
	width:160px;	/* drop down column width */
}


.hjt-megamenu-dropdown-panel-list-title
{
	/* 2nd level text */
}

.hjt-megamenu-dropdown-panel-list-title span
{
	/* 2nd level text */
	font-family:'Cuprum', arial, sans-serif;
	font-size:16px; 	
	font-weight:normal;
	display:block;
	padding:10px 0 0 10px;
	text-transform:none;
}

.hjt-megamenu-dropdown-panel-list-title span:hover,
.hjt-megamenu-dropdown-panel-list a span:hover {
	/* 2nd level hover text */
}

.hjt-megamenu-dropdown-panel-content
{
	font-size:12px; 
	vertical-align:top;
}

.hjt-megamenu-dropdown-panel-content:last {
	background-image:none;
}

.hjt-megamenu-dropdown-panel-bottom		/* bottom edge of the drop-down */
{
	height:20px;
}
.hjt-megamenu-dropdown-panel-left	/* left edge of the drop-down */
{
	width:20px;
}

.hjt-megamenu-dropdown-panel-right	/* right edge of the drop-down */
{
	width:20px;
}

.hjt-megamenu-dropdown-panel-bottomleft
{
	width:20px; 
	height:20px;
	-moz-border-radius:0 0 0 10px;
	-webkit-border-radius:0 0 0 10px;
	border-radius:0 0 0 10px;
}

.hjt-megamenu-dropdown-panel-bottomright
{
	width:20px; 
	height:20px; 
	-moz-border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
	border-radius:0 0 10px 0;
}