.jquerycssmenu{
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	background: url(../images/navibg.jpg) repeat-x 0 0;
	height: 41px;
	font: bold 12px Verdana;
	text-align: center;
	position: relative;
	}

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

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	}

/*Top level menu link items style*/
li.Top {
	padding: 0;
	background: url(../images/navi_line.jpg) no-repeat left top;
	}
li.Top a div {text-align: right;}
a .Icon1 {margin: 0 0 0 1px; background: url(../images/btn_1.jpg) no-repeat 0 0; display: block; height: 40px; width: 126px; float: left;}
a:hover .Icon1 {margin: 0 0 0 1px; background: url(../images/btn_1.jpg) no-repeat 0 -41px; display: block; height: 40px; width: 126px; float: left;}
a .Icon2 {margin: 0 0 0 1px; background: url(../images/btn_2.jpg) no-repeat 0 0; display: block; height: 40px; width: 141px; float: left;}
a:hover .Icon2 {margin: 0 0 0 1px; background: url(../images/btn_2.jpg) no-repeat 0 -41px; display: block; height: 40px; width: 141px; float: left;}
a .Icon3 {margin: 0 0 0 1px; background: url(../images/btn_3.jpg) no-repeat 0 0; display: block; height: 40px; width: 125px; float: left;}
a:hover .Icon3 {margin: 0 0 0 1px; background: url(../images/btn_3.jpg) no-repeat 0 -41px; display: block; height: 40px; width: 125px; float: left;}
a .Icon4 {margin: 0 0 0 1px; background: url(../images/btn_4.jpg) no-repeat 0 0; display: block; height: 40px; width: 133px; float: left;}
a:hover .Icon4 {margin: 0 0 0 1px; background: url(../images/btn_4.jpg) no-repeat 0 -41px; display: block; height: 40px; width: 133px; float: left;}
a .Icon5 {margin: 0 0 0 1px; background: url(../images/btn_5.jpg) no-repeat 0 0; display: block; height: 40px; width: 130px; float: left;}
a:hover .Icon5 {margin: 0 0 0 1px; background: url(../images/btn_5.jpg) no-repeat 0 -41px; display: block; height: 40px; width: 130px; float: left;}
a .Icon6 {margin: 0 0 0 1px; background: url(../images/btn_6.jpg) no-repeat 0 0; display: block; height: 40px; width: 205px; float: left;}
a:hover .Icon6 {margin: 0 0 0 1px; background: url(../images/btn_6.jpg) no-repeat 0 -41px; display: block; height: 40px; width: 205px; float: left;}

.jquerycssmenu ul li.Top a{
	margin-right: 3px; /*spacing between tabs*/
	background: url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
	line-height: 41px;
	color: #464646;
	text-decoration: none;
	text-align: left;
	display: block;
	}

.jquerycssmenu ul li.Top a:hover{
	background-image: url(tintbluedark.gif) /*tab link background during hover state*/
	}
	
/*1st sub level menu*/
.jquerycssmenu ul.Sub {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	}

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

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

/* Sub level menu links style */
.jquerycssmenu ul.Sub li a{
	margin: 0;
	padding: 7px 10px 5px 20px;
	background: #E9E9E9 url(../images/sub_drop_bg.jpg) repeat-x 0 0;
	width: 160px; /*width of sub menus*/
	font: normal 13px Verdana;
	color: #4D4D4D;
	border-top: 0;
	border-right: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	}

.jquerycssmenu ul.Sub li a:hover{ /*sub menus hover style*/
	background: #FFF4F4 url(../images/sub_drop_over_bg.jpg) repeat-x 0 0;
	color: #CC0000;
	}

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

.downarrowclass{
	margin: 15px 10px 0 0;
	}

.rightarrowclass{
	position: absolute;
	top: 15px;
	right: 10px;
	}


/* Left Menu */
.LeftMenu {
	margin: 0;
	padding: 0;
	}
.LeftMenu img {
	border: 0;
	}
.LeftMenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px; /* Width of Menu Items */
	}
	
.LeftMenu ul li{
	position: relative;
	}
	
/*Sub level menu items */
.LeftMenu ul li ul{
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	}

/* Sub level menu links style */
.LeftMenu ul li ul {
	border-top: 1px solid #BDBDBD;
	}
	
.LeftMenu ul li ul li a{
	margin: 0;
	padding: 5px 10px 5px 20px;
	background: #E9E9E9 url(../images/sub_drop_bg.jpg) no-repeat 0 0;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	font: normal 13px Verdana;
	color: #4D4D4D;
	border-top: 0;
	border-right: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	}

.LeftMenu ul li ul li a:hover{
	background: #FFF4F4 url(../images/sub_drop_over_bg.jpg) repeat-x 0 0;
	color: #CC0000;
	}

.LeftMenu .subfolderstyle{
	background: #E9E9E9 url(../images/sub_left_drop_bg.jpg) no-repeat center right;
	}
.LeftMenu .subfolderstyle:hover {
	background: #E9E9E9 url(../images/sub_left_drop_over_bg.jpg) no-repeat center right;
	}
.LeftLine {background: url(../images/btn_left_line.jpg); height: 15px; margin: 0 0 5px 0;}
	
/* Holly Hack for IE \*/
* html .LeftMenu ul li { float: left; height: 1%; }
* html .LeftMenu ul li a { height: 1%; }
/* End */