
/********************/
/* for menu */
/********************/
/*.jquerycssmenu{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;	
border-bottom: 0px solid black;
color:#FFFFFF;
height:51px;
z-index:1001;
position: relative;
}*/

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
height:51px;
z-index:1001;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
padding-left:1px;
color:#FFFFFF;

}



/*Top level menu link items style*/
.jquerycssmenu ul li a, .jquerycssmenu ul li a:link, .jquerycssmenu ul li a:visited{
display: block;
/* background: white url(images/tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
background:url(images/bg_new_menu.jpg) repeat-x;
padding: 4px 10px;
margin-right: 0px; /*spacing between tabs*/
border: 0px solid #778;
border-bottom-width: 0;
color: #2d2b2b;
text-decoration: none;
color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height:42px;
	background:url(images/bg_new_out.jpg) repeat-x;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;	
	z-index:1001;
}

.jquerycssmenu ul li a:hover{
background:url(../images/site/Vertical-bar2.jpg) repeat-x; /*tab link background during hover state*/
z-index:1001;
}
.jquerycssmenu ul li a.active, a.active:hover
{	background:url(../images/site/Vertical-bar3.jpg) repeat-x bottom;
margin-right:3px;
margin-left:3px;

}

	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 0px solid #FF0000;
z-index:90;	
}

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

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
z-index:90;	
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a, .jquerycssmenu ul li ul li a:link,.jquerycssmenu ul li ul li a:visited{
	width:210px; /*width of sub menus*/
	background: white;
	color: black;
	margin: 0;
	border-top-width: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background:url(../images/site/horizontal-line.jpg) bottom center no-repeat #aa2316;
	color: #FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	line-height:30px;
	height:25px;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:90;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
		background: #aa2315;
		color: #FFFFFF;
		opacity:1;
		filter:alpha(opacity=100);
		z-index:90;
}

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

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
display:none;
visibility:hidden;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}
.jquerycssmenu li ul {
margin:0px;
}

img {
padding:0px; margin:0px;
}