﻿
.jquerycssmenu {padding-top:5px; text-align:center}

.jquerycssmenu ul {margin:0; list-style-type:none}

/*Top level list items*/
.jquerycssmenu ul li {
	position:relative;
	display:inline;
	float:right;
	font-size:1.8em
}


/*Top level menu link items style*/
.jquerycssmenu ul li a {
	display:block;
	padding:0 30px;
	margin-right:2px; /*spacing between tabs*/
	color:#ffba01;
	text-decoration:none
}

.jquerycssmenu ul li a:hover, .jquerycssmenu ul li.menuon a {color:#fff}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {
	width:240px;
	height:210px;
	position:absolute;
	left:0;
	display:block;
	visibility:hidden;
	text-align:left;
	padding-top:14px;
	background:url(/images/bg-services.gif) no-repeat 0 2px

}

/*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:8px; 
	/*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:6px 6px 6px 10px;
	margin:0 2px;
	border-bottom:1px solid #01aff1;
	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:#333
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position:absolute;
	top:7px;
	right:5px
}

.rightarrowclass{
	position:absolute;
	top:5px;
	right:5px
}

