/* TOP MOST BAR */
.TopBarBG {
	background-image: url(../images/topbar_bg.jpg);
	background-repeat: repeat;
	border: 1px solid #000000;
}


/* LARGE IMAGE */
.LargeImgBG {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


/* BAR UNDER LARGE IMAGE */
.LargeImgBottomBarBG {
	background-image: url(../images/lrg_img_bottombar_bg.jpg);
	background-repeat: repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


/* FOOTER BAR */
.BottomBarBG {
	background-image: url(../images/lrg_img_bottombar_bg.jpg);
	background-repeat: repeat;
	border: 1px solid #000000;
}


/* MENU SYSTEM STARTS HERE */

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 

	/* Width of Menu Items */
	width: 100%;

	z-index:99;
	position:relative;
	overflow:visible;
} 


#menu ul li { 
	position: relative; 
} 


#menu li ul { 
	position: absolute; 
	/*Set 1px less than menu width */
	left: 125px; 
 	top: -2px;
	display: block; 
} 


#menu li:hover ul { 
	display: block; 
}


#menu li:hover>ul { 
	visibility:visible; 
} 


#menu ul ul { 
	visibility:hidden; 
} 


/* Fix IE. Hide from IE Mac */ 

* html #menu ul li { 
	float: left; 
	height: 1%; 
}


* html #menu ul li a { 
	height: 1%; 
} 


/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 


/* Styles for Menu Items */ 
#menu ul a { 
	background-color: #94CA87;
	font-family: Verdana; 
	font-size: 11px; 
	display: block; 
	text-decoration: none; 
	font-weight: normal;
	color: #000000;
	background-image: url(../images/buttonBG_off.jpg); 
	text-indent: 30px;

	/* IE6 Bug */ 
	padding: 5px;
} 


/* Hover Styles */ 
#menu ul a:hover { 
	color: #000000;
	font-weight: normal;
	background-image: url(../images/buttonBG_on.jpg);
}


/* MENU BACKGROUND */ 
.MenuBG {
	background-image: url(../images/menuBG.jpg);
	background-repeat: repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}


/* PAGE TITLE */ 
.PageTitle {
	background-image: url(../images/pagetitle_BG.jpg);
	background-repeat: repeat;
	height: 41px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-indent: 15px;
	text-align: left;
	font-weight: normal;
	padding-top: 6px;
}


/* CONTENT */ 
.content {
	background-color: #F5F7F6;
	padding: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 000000;
	text-align: justify;
}
.content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006DCA;
	text-decoration: none;
}
.content a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006DCA;
	text-decoration: none;
}
.content a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006DCA;
	text-decoration: underline;
}


/* CONTENT BOX BACKGROUND*/ 
.ContentBoxBG {
	background-color: F5F7F6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}


.TableCell1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EBEBEB;
}
.TableCell1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006DCA;
	text-decoration: none;
}
.TableCell1 a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006DCA;
	text-decoration: none;
}
.TableCell1 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006DCA;
	text-decoration: underline;
}



.TableCell2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.TableCell2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006DCA;
	text-decoration: none;
}
.TableCell2 a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006DCA;
	text-decoration: none;
}
.TableCell2 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006DCA;
	text-decoration: underline;
}