﻿.menu, .menu ul {
    position: relative;
    top: 1px;
    left: -1px;    
    width: 100%; 
    margin: 0;
	padding: 0;
	font: 16px Verdana, sans-serif;
	list-style-type: none;
	background: url('./images/menubar.png'); 
}

.menu li {
		display: inline-block;
		text-align: center; 
		font: bold 0.80em 'Segoe UI', 'Trebuchet MS', Helvetica, Verdana,sans-serif; 
		letter-spacing:0.10em;
		margin: -1px -1px 0px 0px;
		padding: 1px 5px 2px 5px; 
		text-decoration: none; 
		color: #000; 
		border-right: 2px solid white;
		position: relative;
		background: url('./images/tabdown.png') middle;
		float: left;
		
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	background: url('./images/tabh.png') bottom;
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	width: 490px;
	filter: alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	opacity:1 !important;	
}

.contact {
	display: inline-block !important;
	float: right !important;
	position: relative ;
	top: 0px;
}
	
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: -202px;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
}

/* -- 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;
}
.menu, .menu ul {	/* IE7 float clear: */
	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 UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
	
.menu ul {
    background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 5px 4px !important;
	margin: 31px 0 0 0 !important;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
}

/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu ul li {
	color: #eee;
	background: url('./images/blank.png');
	font: bold 0.655em 'Segoe UI', 'Trebuchet MS', Helvetica, Verdana,sans-serif !important; 
	letter-spacing:0.1em !important;
	margin:  -5px -3px 0 -4px !important;
	display: inline-block;
	width: 140px !important;
}

.menu ul {
}

.menu a {
	text-decoration: none;
	color: #335;
	padding: .4em 1em;
	display: inline-block;
	position: relative;
}

.menu .hold_highlight2 a {
	color: #FFF;
}

/*.menu ul li:hover {
	background: url('./images/blank-hover.png');
}*/

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
	width: 130px;
	display: inline;
}

.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	margin: -4px 0 0 0 
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
}

.contact ul {
	padding: 10px 0px 30px 30px !important;
}
	
.hover_no_shadow li:hover {
	background: url('./images/blankhover.png');
}

.test2 li{

}

.test2 li:hover {
	background: url('./images/blankhover.png');

}
a:hover {
	color:#FD8200;
}

.hold {
	visibility: visible !important;	/* display submenu them on hover */
	width: 490px !important;
	margin: 30px !important;
	filter: alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	
}

.hold:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	opacity:1 !important;
}

.hold li:hover {
	background: url('./images/blankhover.png') bottom;
}

.hold_highlight {
	background: url('./images/blankhover.png') bottom;
}

.hold_highlight2{
	background: url('./images/tabdown.png') bottom !important;
}

.tab_selected {
	background: url('./images/tabdownnoshadow.png') !important;
}
