#menuBar, #mainMenu, .subMenu
{
	width:1000px; /** 2px for border **/	
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	
}

#menuBar
{
	font:normal normal bold 9pt tahoma;	
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
	border-top:solid 1px #f6973b;
	border-bottom:solid 1px #f6973b;			
}

#menuBar li
{
	display:inline;
	list-style-type:none;
	height:100%;
	
		
}

#menuBar a
{
	float:left;	
	display:block;
	padding: .2em 1em;
	/*padding: 2px 2px;*/
	text-decoration:none;
	color:White;
	font:normal normal bold 9pt tahoma;	

}

#mainMenu
{
	background-image:url(/images/001/menu_bg.jpg);
	background-repeat:repeat-x;	
	height:30px;		
}

#mainMenu a, #mainMenu a:visited
{	
	padding-top:5px;		
	/*background-color:Transparent;	*/	
	vertical-align:middle;
	height:95%;	
	background-image:url(/images/002/footer_menu.jpg);			
	background-repeat:repeat-x;	
	
}


#mainMenu a:hover
{		
	/*background-image:url(/images/001/menu_bg_on.jpg);			
	background-repeat:repeat-x;	*/
}

.subMenu
{
	background-color:#bd4918;
	height:23px;
	font-size:8.5pt;	
	padding:0 0 0 0;
	margin:0 0 0 0;
	/*display:none;*/
}

.subMenu a:hover,.subMenu ul a:hover,.subMenu li a:hover
{
	color:#990000;
}

/************** login ***********************/
#loginPanel, #loginPanel h2 , #loginPanel h3,#loginPanel h5,#loginPanel input,#loginPanel p,#loginPanel table
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#loginPanel, #logoutPanel
{
	font:normal normal bold 8pt arial;
	color:#bd4918;
	background-color:#101010;	
	filter: Alpha(opacity=75);	
	opacity:0.75;	
	float:left;		
	display:none;	
}

#loginPanel th input
,#logoutPanel div input
{	
	width:60px;
	font-size:8pt;
	background-color:black;
	border:solid 1px #bd4918;
	font:normal normal bold 8pt arial;
	color:#bd4918;
}

#loginPanel h2, #logoutPanel h2
{
	font:normal normal bold 9pt arial;
	color:White;
}


#loginPanel
{
	position:absolute;
	left:45%;
	top:100px;		
}

#loginPanel img
{
	border:none;
	margin:0 auto 0 105px;		
}


#loginPanel table
{	
	margin:0 0 0 5px;
	padding:0 0 0 0;		
}

#loginPanel td
{		
	width:110px;
	vertical-align:bottom;	
}

#loginPanel td.forgetPsd
{
	width:220px;
}

#loginPanel th
{
	width:130px;	
	vertical-align:bottom;		
}

#loginPanel h2
{	
	text-align:right;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;		
}

#loginPanel h3, #loginPanel input
{
	font:normal normal bold 9pt arial;
	filter:alpha(opacity=100);	
	color:#bd4918;
}

#loginPanel input
{	
	width:100px;	
	height:19px;
	border:solid 1px #bd4918;	
}

#loginPanel th input
{	
	float:left;
	height:20px;
	margin:0 0 0 2px;
}	

#loginPanel p
{	
	font:normal normal normal 8pt arial;
	clear:both;	
}

#loginPanel a,#loginPanel a:visited,#logoutPanel a, #logoutPanel a:visited
{
	color:White;
	text-decoration:none;
}

#loginPanel a:hover
{
	text-decoration:underline;
	color:#FFFF99;
}

/*------- logout ---------*/

#logoutPanel
{
	position:absolute;
	left:60%;/*420px;*/
	top:105px;
	width:250px;
	height:65px;
	font:normal normal normal 9pt arial;		
}

#logoutPanel table
{	
	margin:5px 0 5px 0px;		
	float:left;
	
}
#logoutPanel div
{
	width:70px;
	float:right;
	text-align:right;
	margin:5px 5px 0px 0px;
}

#logoutPanel td,#logoutPanel th
{
	font:normal normal normal 9pt arial;
	text-align:left;
}

#logoutPanel th
{
	text-align:left;
	width:100px;	
	color:White;	
}

#logoutPanel td
{
	text-align:right;
	width:50px;
	font-weight:bold;
	color:#bd4918;
}

#logoutPanel div input
{
	height:30px;
	width:70px;
	font-size:10pt;
	margin:0px 0px 0 0;
	clear:both;
}
#logoutPanel img
{
	border:none;	
	margin:0px 0px 0px 0px;
}