@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "HelveticaCondensed";
    src: url(ps_14528.ttf);
}

@font-face {
    font-family: "HelveticaNeueLTStd-Cn";
    src: url(HelveticaNeueLTStd-Cn.otf);
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0b283f;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.hNmbr {
	background-image: url(../images/repNmb.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Helvetica Condensed";
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}
.headBg {
	background-image: url(../images/headBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 250px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #FFF;
	font-family: "Helvetica Condensed";
	font-weight: bold;
	height: 34px;
}
.headBg h3 {
	font-size: 14px;
	color: #FFF;
	font-family: "Helvetica Condensed";
	font-weight: bold;
	margin-top:5px;
}

.comhed {
	background-image: url();
	margin-bottom:6px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 250px;
	text-align: left;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	color: #FFF;
	font-family: "Helvetica Condensed";
	font-weight: bold;
	height: 34px;
}


.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	text-align: justify;
}
.txt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: #D11D78;
	margin-bottom:5px;
	margin-top:1px;
}
.txtcomments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.dot {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


.hed {
	font-family: "Helvetica Condensed";
	font-weight: bold;
	font-size: 20px;
	color: #473b67;
}
.hed h2 {
	font-family: "Helvetica Condensed";
	font-weight: normal;
	font-size: 30px;
	color: #D11D78;
	margin-bottom:5px;
	margin-top:1px;
}
.hed h1 {
	font-family: "Helvetica Condensed";
	font-weight: normal;
	font-size: 30px;
	color: #D11D78;
	margin-bottom:5px;
	margin-top:1px;
}
.tpBg {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.glryBg {
	background-image: url(../images/glryBg.jpg);
	height: 170px;
	width: 495px;
}
.sep {
	color: #d21071;
}
.mnu {
	font-family: "Helvetica Condensed";
	font-size: 15px;
	color: #ffffff;
}
a.mnu:link,a.mnu:active ,a.mnu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.mnu:hover {
	color: #d21071;
	text-decoration: none;
}
.cpy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999999 !important;
}
a.cpy:link,a.mnu:active ,a.mnu:visited {
	text-decoration: underline;
	
}
a.cpy:hover {
	text-decoration: none;
	
}

.cpy h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999999 !important;
	font-weight:normal;
}
a.nmb:link,a.nmb:active ,a.nmb:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nmb:hover {
	color: #d21071;
	text-decoration: none;
}
.imgBdr {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 1px;
}
<!---------------------------------tabs Css---------------------------------------------->
#menuh{float:none;}

#menuh ul li{float:left; width:70px;}
#menuh a{height:3%;font-family: "Helvetica Condensed";
	font-size: 14px;
	color: #ffffff;
	margin-top:11px;}


#menuh
	{
	text-transform:uppercase;
	
	font-family: "Helvetica Condensed";
	width:100;
	float:left;
	
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	
	background-color: #342D4C;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over background-color: cornflowerblue;  */
	{
	color: #d21071;
	
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	height:19px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/arrow_right_white_11x11.png);
	background-position: right center;
	
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	
	margin-top:0px;
	
	}

#menuh ul ul ul
	{
	top:0;
	left:107px;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}