/* Left Menu CSS 
----------------------------------------------- */
.top-imgM {
	background-image: url(../_gfx/bg_leftmenu_TM.gif);
	background-repeat: repeat-x;
	height: 17px;
	margin-top: 10px;
	/*border: 1px solid #000000;*/
}

.top-imgL {
	float: left;
	height: 17px;
	width: 5px;
	background-image: url(../_gfx/bg_leftmenu_TL.gif);
	background-repeat: no-repeat;
}
.top-imgR {
	float: right;
	width: 5px;
	height: 17px;
	background-image: url(../_gfx/bg_leftmenu_TR.gif);
	background-repeat: no-repeat;
}
.bottom-imgM {
	background-image: url(../_gfx/bg_leftmenu_BM.gif);
	background-repeat: repeat-x;
	height: 13px;
}

.bottom-imgL {
	float: left;
	height: 13px;
	width: 5px;
	background-image: url(../_gfx/bg_leftmenu_BL.gif);
	background-repeat: no-repeat;
}
.bottom-imgR {
	float: right;
	width: 5px;
	height: 13px;
	background-image: url(../_gfx/bg_leftmenu_BR.gif);
	background-repeat: no-repeat;
}
.LeftMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.LeftMenu li a{
	background-color: #f1f1f1;
	font: bold 11px Tahoma, Verdana, Arial, Serif;
	color: #1f2d6a;
	display: block;
	padding-left: 9px;
	text-decoration: none;
	border-bottom: solid 1px #e1e1e1;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
}
* html .LeftMenu li a {
    width: 100%;
}

/* Institutes CSS 
----------------------------------------------- */
.InstTitle {
	font: normal 0.95em Arial, Verdana, Serif;
	letter-spacing: 4px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 7px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../_gfx/title_button_bg.gif);
	background-repeat: repeat-x;
}
/*.InstTitle div {
    font: normal 0.95em Arial, Verdana, Serif;
    padding-top: 5px;
    padding-left:10px;
	letter-spacing: 1px;
}*/
.LeftMenu li.Inst1 {
	font: bold 0.85em Tahoma, Verdana, Arial, Serif;
	color: #1f2d6a;
	display: block;
	padding: 2px 0px 5px 10px;
	background-image: url(../_gfx/title_button_green.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.LeftMenu li.Institle {
	font: normal 0.9em Arial, Verdana, Serif;
	display: block;
	background-image: url(../_gfx/title_button_green.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.LeftMenu li.Inst1 a:hover, .LeftMenu li.Inst1 #active {
    color: #fff;
    background-color: #0d6b3c;
    text-decoration: none;
}
.LeftMenu li.Inst2 a{
	font: normal 0.9em Tahoma, Verdana, Arial, Serif;
	color: #1f2d6a;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: solid 1px #e1e1e1;
	background-color: #FFFFFF;
	background-image: url(../_gfx/paging_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 8px center;

}

.LeftMenu li.Inst2 a:hover {
    color: #fff;
    background-color: #537531;
    text-decoration: none;
}
.LeftMenu li.activemn a{
	font: bold 0.85em Tahoma, Verdana, Arial, Serif;
	/*color: #B1170B;*/
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(../_gfx/pin.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.LeftMenu li.Inst3 {
	background-color: #FFFFFF;
	font: bold 0.85em Tahoma, Verdana, Arial, Serif;
	color: #1f2d6a;
	display: block;
	padding: 9px 0px 4px 8px;
}



.LeftMenu li.Inst4 a{
    font: normal 0.85em Tahoma, Verdana, Arial, Serif;
    color: #1f2d6a;
    display: block;
    padding-left: 20px;
	padding-right: 5px;
    text-decoration: none;
    border-bottom: solid 1px #DBE4EE;
	background-color: #FFFFFF;
	background-image: url(../_gfx/paging_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 8px 0.8em;
}
.LeftMenu li.Inst4 a:hover, .LeftMenu li.Inst2 #active {
    color: #1f2d6a;
	background-color: #FFFFFF;
    text-decoration: underline;
}
.LeftMenu li.Inst5 a{
    font: normal 0.85em Tahoma, Verdana, Arial, Serif;
    color: #1f2d6a;
    display: block;
    padding-left: 30px;
	padding-right: 5px;
    text-decoration: none;
    border-bottom: solid 1px #DBE4EE;
	background-color: #FFFFFF;
	background-image: url(../_gfx/ArrowRightGrey_menu.gif);
	background-repeat: no-repeat;
	background-position: 20px 0.8em;
}
.LeftMenu li.Inst5 a:hover, .LeftMenu li.Inst2 #active {
    color: #1f2d6a;
	background-color: #FFFFFF;
    text-decoration: underline;
}