/*- Menu CSS --------------------------- */

#menu 
{
/*	background:url(../images/menu_bg.jpg) top repeat-x; */
	height:37px; 
	width:830px; 
	clear: both;
}
#menu_inside {height:37px; width:80%; margin-left:20px; margin-right: 20px; clear: both;}

#tabsJ 
{
	float:left;
    width:100%;
/*    background:url(../images/menu_bg.jpg) top repeat-x;*/
    font-size:103%;
	font-weight:bold;
    line-height:normal;
}

#tabsJ ul 
{
	margin:0;
	padding:12px 10px 0px 10px;
	list-style:none;
}

#tabsJ li 
{
      display:inline;
      margin:0;
      padding:0;
}

#tabsJ a 
{
      float:left;
      background:url("../images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:14px;
}

#tabsJ a span 
{
      float:left;
      display:block;
      background:url("../images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#006EB4;
}
#tabsJ a span {float:none;}

#tabsJ a:hover span 
{
      color:#FFF;
}

#tabsJ a:hover 
{
      background-position:0% -42px;
}
#tabsJ a:hover span 
{
      background-position:100% -42px;
}
/*- Menu CSS Ends Here --------------------------- */


/* New CSS Starts Here */
#menu_container
{
	width:950px;
	padding:0px;
	height:58px;
}

#menu_sub_container
{
	background:url("../images/new_images/tab_back.jpg") no-repeat;
	width:950px;
	height:58px;
}

#menu_center
{
	width:950px;
	height:58px;
	vertical-align:middle;
}

.menu_right_side
{
	width:10px;
	height:35px;
	background-image:url("../images/new_images/top_menu_right.jpg") no-repeat;	
}

.menu_active
{
	background-image:url("../images/new_images/tab_on.jpg");
	height:37px;
}

.menu_inactive
{
	height:58px;
}

.active_menu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f5a15c;
	text-decoration:none;
}

.active_menu:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f5a15c;
	text-decoration:underline;
}

.inactive_menu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.inactive_menu:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

.menu_clear
{
/*	background:url(../images/menu_bg.jpg) top repeat-x; */
	width:130px; 
}