.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #454C62;
	text-align: justify;
}
.content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #626B84;
	text-decoration: none;
    border-bottom: 1px dotted #626B84;
}
.content a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #626B84;
	text-decoration: none;
    border-bottom: 1px dotted #626B84;
}
.content a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #626B84;
    border-bottom: 1px dotted #626B84;
}


/* 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;
	left: 137px;
	top: 0px;
	display: block;
	width: 141px;
	height: 56px;
} 


#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: #EEEEEE;
	font-family: Verdana; 
	font-size: 11px; 
	display: block; 
	text-decoration: none; 
	font-weight: normal;
	color: #000000; 

	/* IE6 Bug */ 
	padding: 5px; 
	border-bottom: 2px solid #FFFFFF; 
} 


/* Hover Styles */ 

#menu ul a:hover { 
	color: #FFFFFF;
	background-color: #5E86B3;
	border-bottom: 2px solid #FFFFFF;
	font-weight: normal;
	background-image: none;
} 


/* Sub Menu Styles */ 

#menu li ul a { 
	text-decoration: none; 
	color: #000000; 
	background-color: #EEEEEE; 

	/* IE6 Bug */ 
	padding: 5px; 
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	font-weight: normal;
	background-image: none;
} 


/* Sub Menu Hover Styles */ 

#menu li ul a:hover { 
	color: #FFFFFF;
	background-color: #5E86B3;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	font-weight: normal;
	background-image: none;
}


.MenuBG {
	background-color: #EEEEEE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.ContentBG {
	background-color: #F0F2F7;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.BottomBar {
	background-color: #6285AF;
	border: 1px solid #000000;
}
.LogoBG {
	background-color: #5F85B4;
	background-position: center center;
	border: 1px solid #000000;
	text-align: center;

}
.LrgImageBG {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/lrgimg2.jpg);
	background-position: center;
}
