/* CSS Document */

.top_menubg_01{
	background-image: url(../addimages/menu_bar_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 8px;
}



.top_menubg_02{
	background-image: url(../addimages/menu_bar_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
}



.top_menubg_03{
	background-image: url(../addimages/menu_bar_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 9px;
}


.menu_top{
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}


.menu_top:hover{
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}


.topmenu_bar{
	font-family: Verdana;
	font-size: 10px;
	color: #959595;
	text-decoration: none;
}


.body_bar_01{
	background-image: url(../addimages/body_bar_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 965px;
 }


.body_bar_02{
	background-image: url(../addimages/body_bar_02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 1px;
	width: 965px;
}


.footer_bg_01{
	background-image: url(../addimages/footer_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 68px;
	width: 27px;
}



.footer_bg_02{
	background-image: url(../addimages/footer_bg_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 68px;
}



.footer_bg_03{
	background-image: url(../addimages/footer_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 68px;
	width: 23px;
}


.style_broder{
	border: 1px solid #f2f2f2;
	background-color: #fcfcfc;
}



.leftside_text{
	font-family: verdana;
	font-size: 11px;
	color: #555454;
	text-decoration: none;
	padding: 4px;
}


.input_text{
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #e2e2e2;
	width: 190px;
	height: 20px;
}


.input_text1{
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #e2e2e2;
	width: 190px;
	height: 22px;
}



.style_broder_2{
	border: 1px solid #e6e6e6;
	
}


.right_sidetext{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}


.dot_hr{
	background-image: url(../addimages/dot_linehr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
}



.right_sidetext_2{
	font-family: "trebuchet MS";
	font-size: 18px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}



.right_sidetext_3{
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #5a5a5b;
	text-decoration: none;
}


.middle_text{
	font-family: verdana;
	font-size: 11px;
	line-height: 1.8em;
	color: #525253;
	text-decoration: none;
}



.middle_text_2{
	font-family: verdana;
	font-size: 11px;
	line-height: 1.8em;
	color: #0268bc;
	text-decoration: none;
	font-weight: bold;
}



.bar_bg{
	background-image: url(../addimages/strip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}


.dot_vr{
	background-image: url(../addimages/dots_vr.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1px;
}




.arrow_icon2{
	background-image: url(../addimages/arrow_icon2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	width: 10px;
}



.footer_text{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.border_bg_left{
	background-color: #f9f9f9;
	border: 1px solid #bebebe;
}

.right_sidetext1{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	padding-left:5px;
}
.right_welcome{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	padding-left:5px;
}

/* */
/* menu styles */
#jsddm
{	margin: 0;
	padding: 0;
	background-color:#666666;}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		font-weight:bold;
		}

	#jsddm li a
	{	display: block;
		text-align:center;
		padding: 6px 8px;
		text-decoration: none;
		border-right: 1px solid white;
		width:auto;
		color:#666666;
		white-space: nowrap;
		z-index:auto;}

	#jsddm li a:hover
	{	background:}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width:100px;
				background: #FFFFFF;
				border:1px solid #44B4F4;
				color: #24313C;
				}
			
			#jsddm li ul li a:hover
			{	background: #44B4F4}
