/* CSS Document */

/* css for left menu*/

#leftmenuPanel {
	width: 100%;
}
#leftmenuPanel .topBar {
	width: 100%;
	height: 15px;
	background:url(../images/leftNav_top.gif) no-repeat 0 0;
	float:left;
}
#leftmenuPanel .menuContent {
	width: 213px;
	background: #f0f0f0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom: #959595 1px dashed;
	float:left;
}
#leftmenuPanel .bottomBar {
	width: 100%;
	height: 15px;
	background:url(../images/leftNav_bottom.gif) no-repeat 0 0;
	float:left;
}
/*===================================================================================*/
/*============================== css for left Navigation=============================*/
.preload2 {
	background: url(../images/button4.gif);
}
.topmenu {
	padding:0;
	margin:0;
	list-style:none;
	height: 32px;
	/*background:#fff url(../images/button1a.gif) repeat-x;*/
	position:relative;
	float:right;
}
.topmenu li.top {
	display:block;
	float:left;
	position:relative;
	margin-left:3px;
}
.topmenu li a.top_link {
	display:block;
	float:left;
	height: 32px;
	line-height:33px;
	color:#FFF;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	padding:0 0 0 5px;
	cursor:pointer;
	background: url(../images/button4.gif) no-repeat;
}
.topmenu li a.top_link span {
	float:left;
	display:block;
	padding:0 20px 0 12px;
	height: 32px;
	background:url(../images/button4.gif) no-repeat right top;
}
.topmenu li a.top_link span.down {
	float:left;
	display:block;
	padding:0 20px 0 10px;
	height: 32px;
	background:url(../images/button4a.gif) no-repeat right top;
}
.topmenu li a.top_link:hover {
	color:#fff;
	background: url(../images/button4.gif) no-repeat;
}
.topmenu li a.top_link:hover span {
	background:url(../images/button4.gif) no-repeat right top;
}
.topmenu li a.top_link:hover span.down {
	background:url(../images/button4a.gif) no-repeat right top;
}
.topmenu li:hover > a.top_link {
	/*color:#b7eb2c;*/
	color: #cff3fd;
	background: url(../images/button4.gif) no-repeat;
}
.topmenu li:hover > a.top_link span {
	background:url(../images/button4.gif) no-repeat right top;
}
.topmenu li:hover > a.top_link span.down {
	background:url(../images/button4a.gif) no-repeat right top;
}
.topmenu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.topmenu a:hover {
	visibility:visible;
}
.topmenu li:hover {
	position:relative;
	z-index:200;
}
/* -------------------------------------------------------------- */
/* keep the 'next' level invisible by placing it off screen. */
.topmenu ul, .topmenu :hover ul ul, .topmenu :hover ul :hover ul ul, .topmenu :hover ul :hover ul :hover ul ul, .topmenu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

* html .topmenu ul, * html .topmenu :hover ul ul, * html .topmenu :hover ul :hover ul ul, * html .topmenu :hover ul :hover ul :hover ul ul, * html .topmenu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

* html .topmenu :hover ul.sub {
	left:0px;
	top:32px;
	background: #f0f0f0;
	text-align:left;
	padding:3px 0;
	border:1px solid #4e4e4e;
	white-space:nowrap;
	width:202px;
	height:auto;
}
.topmenu :hover ul.sub {
	left:0px;
	top:32px;
	background: #f0f0f0;
	text-align:left;
	padding:3px 0;
	border:1px solid #4e4e4e;
	white-space:nowrap;
	width:202px;
	height:auto;
}
.topmenu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:195px;
}
.topmenu :hover ul.sub li a {
	display:block;
	font-size:1em;
	height:20px;
/*	width:187px;*/
	line-height:20px;
/*	text-indent:5px;*/
	color:#000;
	text-decoration:none;
	border:3px solid #f0f0f0;
	border-width:0 0 0 3px;
	width:196px;
	float: left;
	padding-left: 4px;
}
.fly {
	background:#f0f0f0 url(../images/arrow.gif) 185px 7px no-repeat;
	padding-left: 4px;
	height:20px;
	border:3px solid #f0f0f0;
	border-width:0 0 0 3px;
	float: left;
	padding-top: 3px;
	display:block;
}

.noLink {
	padding-left: 4px;
	height:20px;
	border:3px solid #f0f0f0;
	border-width:0 0 0 3px;
	float: left;
	padding-top: 3px;
	display:block;
}

.fly:hover {
	color:#fff; 
	background:#000 url(../images/arrow_over.gif) 185px 7px no-repeat;
}
	
.topmenu :hover ul.sub li a.fly {
	background:#f0f0f0 url(../images/arrow.gif) 185px 7px no-repeat;
}
.topmenu :hover ul.sub li a:hover {
	background:#4e4e4e;
	display:block;
	width:196px;
	color:#fff;
}
.topmenu :hover ul.sub li a.fly:hover {
	background:#4e4e4e url(../images/arrow_over.gif) 185px 7px no-repeat;
	color:#fff;
	width:auto;
}
.topmenu :hover ul li:hover > a.fly {
	background:#4e4e4e url(../images/arrow_over.gif) 185px 7px no-repeat;
	color:#fff;
}
.topmenu :hover ul :hover ul, .topmenu :hover ul :hover ul :hover ul, .topmenu :hover ul :hover ul :hover ul :hover ul, .topmenu :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:196px;
	top:0px;
	background: #f0f0f0;
	padding:3px 0;
	border:1px solid #4e4e4e;
	white-space:nowrap;
	width:202px;
	z-index:200;
	height:auto;
}
/* --------------------------------------------------------------------- */
.topmenu :hover ul.last {
	left:-107px;
	top:32px;
	background: #f0f0f0;
	text-align:left;
	padding:3px 0;
	border:1px solid #4e4e4e;
	white-space:nowrap;
	width:230px;
	height:auto;
}
.topmenu :hover ul.last li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:153px;
}
.topmenu :hover ul.last li a {
	display:block;
	font-size:1em;
	height:20px;
	width:150px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border:3px solid #f0f0f0;
	border-width:0 0 0 3px;
}
.topmenu :hover ul.last li a.fly {
	background:#f0f0f0 url(../images/arrow.gif) 185px 7px no-repeat;
}
.topmenu :hover ul.last li a:hover {
	background:#4e4e4e;
	display:block;
	width:224px;
	color:#fff;
}
/* --------------------------------------------------------------------- */
.topmenu li a.selected {
	display:block;
	float:left;
	height: 32px;
	line-height:32px;
	color:#000;
	text-decoration:none;
	font-size:1em;
	background: url(../images/bg_menu_a.gif) no-repeat;
	font-weight:bold;
	padding:0 0 0 10px;
	cursor:pointer;
}
.topmenu li a.selected span {
	float:left;
	display:block;
	padding:0 20px 0 10px;
	height: 32px;
	background:url(../images/bg_menu_a.gif) no-repeat right top;
}
.topmenu li a.selected span.down {
	float:left;
	display:block;
	padding:0 20px 0 10px;
	height: 32px;
	background:url(../images/bg_menu_a1.gif) no-repeat right top;
}
/*========================================================================================*/
/*=============================== css for left Navigation ================================*/

.leftmenu {
	margin:0px;
	width: 100%;
	position: relative;
	height: auto;
}
.leftmenu UL {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.leftmenu UL LI {
	float: left;
	margin-right: 1px;
	position: relative
}
.leftmenu UL LI UL {
	display: none;
}
.leftmenu UL LI A, .leftmenu UL LI A:visited {
	border-top: #959595 1px dashed;
	/*border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;*/
	display: block;
	font-size: 12px;
	background: #f3f3f3;
	width: 205px;
	color: #000;
	line-height: 27px;
	height: 27px;
	text-decoration: none;
	padding-left:8px;
}
.leftmenu UL LI:hover A {
	background: #e1e0e0;
	color: #000;
}
.leftmenu UL LI A.current {
	background: #032a82;
	color: #fff;
}
.leftmenu UL LI:hover UL {
	display: block;
	left: 213px;
	width: 215px;
	position: absolute;
	top: 0px
}
.leftmenu UL LI:hover UL LI A.hide {
	background: #e1e0e0;
	color: #000;
}
.leftmenu UL LI:hover UL LI:hover A.hide {
	width: 200px;
}
.hide {
	background: #f3f3f3 url(../images/arrow.gif) 200px 7px no-repeat;
	color: #000;
	height: 24px;
	padding-left:8px;
	line-height: 24px;
	width: 205px;
	border-top: #959595 1px dashed;
}
.hide:hover {
	background: #e1e0e0 url(../images/arrow.gif) 200px 7px no-repeat;
	color: #000;
	height: 24px;
	padding-left:8px;
	line-height: 24px;
	width: 205px;
}

.leftmenu UL LI:hover UL LI UL {
	display: none;
}
.leftmenu UL LI:hover UL LI A {
	display: block;
	background: #e1e0e0;
	width: 200px;
	color: #000;
	border: none;
}
.leftmenu UL LI:hover UL LI A:hover {
	background: #032a82;
	color: #FFF
}
.leftmenu UL LI:hover UL LI:hover UL {
	display: block;
	left: 209px;
	color: #000;
	position: absolute;
	top: 0px
}
.leftmenu UL LI:hover UL LI:hover UL LI A {
	display: block;
	background: #032a82;
	width: 200px;
	color: #fff
}
.leftmenu UL LI:hover UL LI:hover UL LI A:hover {
	background: #333;
	color: #fff
}

ul.MenuBarVertical .current
{ 
  padding: 0.5em 0 0.5em 0.75em;
  width: 17em;
  color: #032a82;
  font-weight: bold;
}