﻿/*@font-face {
  font-family:"Gent-IE";
  src:url(/css/GenBkBasI.eot)
}

@font-face {
	font-family:"Gent";
	src:url(/css/GenBkBasI.ttf)
}
*/
.jquerycssmenu {text-align:center}

.jquerycssmenu ul{
	margin:0;
	padding-top:30px;
	list-style-type:none
}

/*Top level list items*/
.jquerycssmenu ul li{
	position:relative;
	display:inline;
	float:left;
	font-size:16pt; 
	/*font-family:Gent, Gent-IE, Georgia, Serif;
	letter-spacing:0.05em*/
}


/*Top level menu link items style*/
.jquerycssmenu ul li a {
	display:block;
	padding:0 36px;
	margin-right:2px; /*spacing between tabs*/
	color:#ffba01;
	text-decoration:none
}

.jquerycssmenu ul li a:hover {color:#fff}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {
	width:240px;
	height:180px;
	position:absolute;
	left:0;
	display:block;
	visibility:hidden;
	text-align:left;
	padding-top:18px;
	background:url(/images/bg-services.gif) no-repeat 0 16px

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
	clear:both;
	display:list-item;  /* including this puts a space between each li in IE8 */ 
	font-size:14px;
	top:20px; 
	/*font-family:Gent, Gent-IE, Georgia, Serif;\
	filter:alpha(opacity=70);
	opacity:0.7*/
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top:0
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a {
	width:220px; /*width of sub menus*/
	color:#fff;
	padding:4px 0 4px 10px;
	margin:0 0 0 5px;
	border-bottom:1px solid #9cf;
	text-decoration:none
	/*border-top-width:0;
	background-color:#6ca9f2*/
}

/*li.services a:hover {width:240px; height:180px; background:url(/images/bg-services.gif) no-repeat top center}*/


.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	background:#a3a3a3;
	color:#a0e3ff
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position:absolute;
	top:7px;
	right:5px
}

.rightarrowclass{
	position:absolute;
	top:5px;
	right:5px
}
