@charset "UTF-8";
/* CSS Document */

.jquerycssmenu{
height:79px;
font-size:12px;
z-index:2000;
position:absolute;
background:url(../images/bk_menu.jpg) repeat-x;
border-right: 1px thin #C0C7D6;



}

.jquerycssmenu a{
	height:85px;
	display:block;
	padding:0px 5px;
	color:#17548E;
	text-decoration:none;
}

.jquerycssmenu a:hover{
	color:#17548E;
	background:url(../images/bk-menu-hover.jpg) repeat-x;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.jquerycssmenu ul li{
	width:120px;
	position: relative;
	display: inline;
	cursor:pointer;
	float: left;
	border-right: 1px thin #333;
	
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	height:30px;
	color: #17548E;
	font-weight:bold;
	cursor:pointer;
	text-decoration: none;
	border-right: 1px solid #C0C7D6;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 25px;
	padding-left: 8px;
}

.jquerycssmenu ul li a:hover{

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{

position: absolute;
left: 0;
display: block;
visibility: hidden;
top: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
margin:0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 150px; /*width of sub menus*/
background: #F5F5F5;
color: #114B87;
padding: 7px 0px 0px 6px;
margin: 0;
text-align:left;
border:1px dotted  #231F20;
border-top-width: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#114B87;
color:#E2E2E2;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
}

.rightarrowclass{
}
