@charset "utf-8";
/* CSS Document */

#menu
{
        margin: 10px 0 0 0;
        padding: 10px 0 10px 0;
        list-style: none;
}
#menu li
{
        float: left;
        padding: 0 0 20px 36px;
        position: relative;
		width:188px !important;
}
#menu a
{
        float: left;
        height: 25px;
        color: #fff;
		font-size:13px;
        text-decoration: none;    	
		font-weight:bold;
		
}
#menu li ul li a {
	font-size:13px;
	font-weight:bold;
	color:#0079c2;
	line-height:18px !important;
	/*width:207px !important;*/
}
#menu li:hover > a
{
        color: #fff;
}
*html #menu li a:hover /* IE6 */
{
        color: #000;
}

#menu li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0 0 0 -200px;
    padding: 0;
    display: none;
    top: 42px;
    
    float:left !important;
	position:absolute !important;
    z-index:6000 !important;
    background: #fff;
	border:5px solid #0079c2;
	font-size:12px;
	width:970px;
}
#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    height:27px;
}
#menu ul li:last-child
{
    /*-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
}
#menu ul a
{
    padding:5px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #menu ul a /* IE6 */
{
        height: 10px;
        width: 138px;
}
*:first-child+html #menu ul a /* IE7 */
{
        height: 10px;
        width: 138px;
}
#menu ul a:hover
{
	color:#0079c2;
	text-decoration:underline;
}
#menu ul li:first-child a
{
    /*-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}
#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;    
    height: 0;    
}
#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}
#menu ul li:last-child a
{
    /*-moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}
/* Clear floated elements */
#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
#menu ul ul
{
  top: 0;
  left: 138px;
}
#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	border-bottom:1px solid #cccccc;
	width:216px !important; 
}
#menu ul li:last-child
{   
    /*-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/    
}
#menu ul a
{    
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	color:#0079c2;
}
*html #menu ul a /* IE6 */
{    
	height: 10px;
}
*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}
#menu ul li:first-child > a
{
   /* -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}
#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;    
    top: -8px;    
    height: 0;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    height: 0;
    border-left: 0;	
}
#menu ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent;
}
#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
/*#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}*/


/*----------------------------------seacond_tab---------------------------------*/

#menus
{
        margin: 10px 0 0 0;
        padding: 10px 0 10px 0;
        list-style: none;
}
#menus li
{
        float: left;
        padding: 0 0 20px 0;
        position: relative;
}
#menus a
{
        float: left;
        height: 25px;
        padding:0 0 0 77px;
        color: #fff;
		font-size:13px;
        text-decoration: none;
		font-weight:bold;
}
#menus li ul li a {
	font-size:12px;
	color:#00853e;
}
#menus li:hover > a
{
        color: #fff;
}
*html #menus li a:hover /* IE6 */
{
        color: #000;
}

#menus li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menus ul
{
    list-style: none;
    margin: 0 0 0 9px;
    padding: 0;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99999;
    background: #fff;
	border:5px solid #00853e;
	font-size:12px;
	width:177px;
}
#menus ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}
#menus ul li:last-child
{
    /*-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
}
#menus ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #menus ul a /* IE6 */
{
        height: 10px;
        width: 138px;
}
*:first-child+html #menus ul a /* IE7 */
{
        height: 10px;
        width: 180px !important;
		/*border-bottom:1px solid #CCCCCC !important;*/
}
#menus ul a:hover
{
	color:#00853e;
	text-decoration:underline;
    }
#menus ul li:first-child a
{
}
#menus ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;    
    height: 0;    
}
#menus ul li:first-child a:hover:after
{
	color:#fff;
}
#menus ul li:last-child a
{
	color:#00853e;
}
/* Clear floated elements */
#menus:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
#menus ul ul
{
  top: 0;
  left: 138px;
}
#menus ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	border-bottom:1px solid #cccccc;
}
#menus ul li:last-child
{   
  /*  -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    */
}
#menus ul a
{    
    padding: 10px;
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
*html #menus ul a /* IE6 */
{    
	height: 10px;
}
*:first-child+html #menus ul a /* IE7 */
{    
	height: 10px;
}
#menus ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	font-size:12px;
}
#menus ul li:first-child > a:after
{
    content: '';
    position: absolute;    
    top: -8px;    
    height: 0;
}

#menus ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    height: 0;
    border-left: 0;	
}
#menus ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent;
}
#menus ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menus:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*----------------------------------third_tab---------------------------------*/

#menut
{
        margin: 10px 0 0 0;
        padding: 10px 0 10px 0;
        list-style: none;
}
#menut li
{
        float: left;
        padding:0 0 20px 87px;
        position: relative;
		width:155px;
		
}
#menut a
{
        float: left;
        height: 25px;
        padding: 0 5px;
        color: #fff;
		font-size:13px;
        text-decoration: none;
		font-weight:bold;
}
#menut li ul li a {
	font-size:14px;
}
#menut li:hover > a
{
        color: #fafafa;
}
*html #menut li a:hover /* IE6 */
{
        color: #fafafa;
}

#menut li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menut ul
{
    list-style: none;
    margin: 0 0 0 14px;
    padding: 0;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99999;
    background: #fff;
    font-size:12px;
	width:177px;
	border:5px solid #8a1e04;
}
#menut ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}
#menut ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menut ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #menut ul a /* IE6 */
{
        height: 10px;
        width: 138px;
}
*:first-child+html #menut ul a /* IE7 */
{
        height: 10px;
        width: 138px;
}
#menut ul a:hover
{
    background: #dea300;
    }
#menut ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menut ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;    
    height: 0;    
}
#menut ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}
#menut ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menut:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
#menut ul ul
{
  top: 0;
  left: 138px;
}
#menut ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}
#menut ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
#menut ul a
{    
    padding: 10px;
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
*html #menut ul a /* IE6 */
{    
	height: 10px;
}
*:first-child+html #menut ul a /* IE7 */
{    
	height: 10px;
}
#menut ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menut ul li:first-child > a:after
{
    content: '';
    position: absolute;    
    top: -8px;    
    height: 0;
}

#menut ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    height: 0;
    border-left: 0;	
}
#menut ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent;
}
#menut ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
/*#menut:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*/
/*----------------------------------four_tab---------------------------------*/

#menuf
{
        margin: 10px 0 0 0;
        list-style: none;
		width:138px;
}
#menuf li
{
        float: left;
        padding: 0 0 0 27px;
        position: relative;
		width:188px;
		margin:0 0 0 20px;
}
#menuf a
{
        float: left;
        height: 25px;
        padding: 0 39px;
        color: #fff;
		font-size:13px;
        text-decoration: none;
		font-weight:bold;
}
#menuf li ul li a {
	font-size:13px;
	color:#ea7f1e;
}
#menuf li:hover > a
{
        color: #fafafa;
}

#menuf li
{
        float: left;
        padding:0 0 28px 26px;
        position: relative;
		width:188px;
		margin:0 0 0 27px;
}

*html #menuf li a:hover /* IE6 */
{
        color: #fafafa;
			text-decoration:underline;

}

#menuf li:hover > ul
{
        display: block;
		
}

/* Sub-menu */

#menuf ul
{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99999;
    background: #fff;
	font-size:12px;
	width:177px;
	border:5px solid #ea7f1e;
}
#menuf ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
	
}
#menuf ul li:last-child
{
    /*-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
}
#menuf ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #menuf ul a /* IE6 */
{
        height: 10px;
        width: 138px;
}
*:first-child+html #menuf ul a /* IE7 */
{
        height: 10px;
        width: 138px;
}
#menuf ul a:hover
{
    /*background: #d2591b;*/
	color:#ea7f1e;
	text-decoration:underline;

  
}
#menuf ul li:first-child a
{
   /* -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
	color:#ea7f1e;
}
#menuf ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;    
    height: 0;    
	color:#006600;
}
#menuf ul li:first-child a:hover:after
{
	color:#ea7f1e;
	text-decoration:underline;
}
#menuf ul li:last-child a
{
/*    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}
/* Clear floated elements */
#menuf:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
#menuf ul ul
{
  top: 0;
  left: 138px;
}
#menuf ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block; 
		border-bottom:1px solid #cccccc;
		width:177px;
}
#menuf ul li:last-child
{   
/*    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    */
}
#menuf ul a
{    
    padding: 10px;
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
*html #menuf ul a /* IE6 */
{    
	height: 10px;
}
*:first-child+html #menuf ul a /* IE7 */
{    
	height: 10px;
}
#menuf ul li:first-child > a
{
/*    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}
#menuf ul li:first-child > a:after
{
    content: '';
    position: absolute;    
    top: -8px;    
    height: 0;
}

#menuf ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    height: 0;
    border-left: 0;	
}
#menuf ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent;
	color:red;
}
#menuf ul li:last-child > a
{
/*    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}

/* Clear floated elements */
#menuf:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*----------------------------------five_tab---------------------------------*/

#menufive
{
        margin: 10px 0 0 0;
        padding: 2px 0 2px 0;
        list-style: none;
		width:138px;
}
#menufive li
{
        float: left;
        padding: 0 0 28px 55px;
        position: relative;
		width:150px;
		margin:0px;
}
#menufive a
{
        float: left;
        height: 25px;
        padding:0 0px 0 50px;
        color: #fff;
		font-size:13px;
        text-decoration: none;
		font-weight:bold;
		
}
#menufive li ul li a {
	font-size:13px;
	font-weight:bold;
	color:#00788a;
}
#menufive li:hover > a
{
        color: #fafafa;
}
*html #menufive li a:hover /* IE6 */
{
        color: #00788a;
}

#menufive li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menufive ul
{
    list-style: none;
    margin: 8px 0 0 0px;
    padding: 0;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99999;
    background: #fff;
	font-size:12px;
	width:177px;
	border:5px solid #00788a;
	
}
#menufive ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}
#menufive ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menufive ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #menufive ul a /* IE6 */
{
        height: 10px;
        width: 138px;
}
*:first-child+html #menufive ul a /* IE7 */
{
        height: 10px;
        width: 138px;
}
#menufive ul a:hover
{
    /*background: -moz-linear-gradient(#dc913a,  #dc913a);
    background: -webkit-gradient(linear, left top, left bottom, from(#dc913a), to(#dc913a));
    background: -webkit-linear-gradient(#dc913a,  #dc913a);
    background: -o-linear-gradient(#dc913a,  #dc913a);
    background: -ms-linear-gradient(#dc913a,  #dc913a);
    background: linear-gradient(#dc913a,  #dc913a);*/
	color:#00788a;
	text-decoration:underline;
}
#menufive ul li:first-child a
{
    /*-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}
#menufive ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;    
    height: 0;    
}
#menufive ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}
#menufive ul li:last-child a
{
    /*-moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
	color:#00788a;
}
/* Clear floated elements */
#menufive:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
#menufive ul ul
{
  top: 0;
  left: 138px;
}
#menufive ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
	border-bottom:1px solid #cccccc;
	width:177px;  
}
#menufive ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
#menufive ul a
{    
    padding: 10px;
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
*html #menufive ul a /* IE6 */
{    
	height: 10px;
}
*:first-child+html #menufive ul a /* IE7 */
{    
	height: 10px;
}
#menufive ul li:first-child > a
{
    /*-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}
#menufive ul li:first-child > a:after
{
    content: '';
    position: absolute;    
    top: -8px;    
    height: 0;
}

#menufive ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    height: 0;
    border-left: 0;	
}
#menufive ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent;
}
#menufive ul li:last-child > a
{
/*    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}

/* Clear floated elements */
#menufive:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*----------------------------------start_six---------------------------------*/

#menusix
{
        margin: 10px 0 0 0;
        padding: 10px 0 10px 0;
        list-style: none;
		width:138px;
}
#menusix li
{
        float: left;
        padding: 0 0 20px 0;
        position: relative;
}
#menusix a
{
        float: left;
        height: 25px;
        padding: 0 32px;
        color: #fff;
		font-size:16px;
        text-decoration: none;
}
#menusix li ul li a {
	font-size:14px;
}
#menusix li:hover > a
{
        color: #fafafa;
}
*html #menusix li a:hover /* IE6 */
{
        color: #fafafa;
}

#menusix li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menusix ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99999;
    background: #c1d72f;
    /*background: -moz-linear-gradient(#c1d72f, #c1d72f);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #c1d72f),color-stop(1, #c1d72f));
    background: -webkit-linear-gradient(#c1d72f, #c1d72f);
    background: -o-linear-gradient(#c1d72f, #c1d72f);
    background: -ms-linear-gradient(#c1d72f, #c1d72f);
    background: linear-gradient(#c1d72f, #c1d72f);
    -moz-border-radius: 5px;
    border-radius: 5px;*/
	font-size:12px;
	width:138px;
}
#menusix ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}
#menusix ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menusix ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #menusix ul a /* IE6 */
{
        height: 10px;
        width: 138px;
}
*:first-child+html #menusix ul a /* IE7 */
{
        height: 10px;
        width: 138px;
}
#menusix ul a:hover
{
    background: #a1b420;
    /*background: -moz-linear-gradient(#a1b420,  #a1b420);
    background: -webkit-gradient(linear, left top, left bottom, from(#a1b420), to(#a1b420));
    background: -webkit-linear-gradient(#a1b420,  #a1b420);
    background: -o-linear-gradient(#a1b420,  #a1b420);
    background: -ms-linear-gradient(#a1b420,  #a1b420);
    background: linear-gradient(#a1b420,  #a1b420);*/
}
#menusix ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menusix ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;    
    height: 0;    
}
#menusix ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}
#menusix ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menusix:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
#menusix ul ul
{
  top: 0;
  left: 138px;
}
#menusix ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}
#menusix ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
#menusix ul a
{    
    padding: 10px;
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
*html #menusix ul a /* IE6 */
{    
	height: 10px;
}
*:first-child+html #menusix ul a /* IE7 */
{    
	height: 10px;
}
#menusix ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menusix ul li:first-child > a:after
{
    content: '';
    position: absolute;    
    top: -8px;    
    height: 0;
}

#menusix ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    height: 0;
    border-left: 0;	
}
#menusix ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent;
}
#menusix ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menusix:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*----------------------------------start_seven---------------------------------*/

#menuseven
{
        margin: 10px 0 0 0;
        padding: 10px 0 10px 0;
        list-style: none;
		width:138px;
}
#menuseven li
{
        float: left;
        padding: 0 0 20px 0;
        position: relative;
}
#menuseven a
{
        float: left;
        height: 25px;
        padding: 0 27px;
        color: #fff;
		font-size:16px;
        text-decoration: none;
}
#menuseven li ul li a {
	font-size:14px;
}
#menuseven li:hover > a
{
        color: #fafafa;
}
*html #menuseven li a:hover /* IE6 */
{
        color: #fafafa;
}

#menuseven li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menuseven ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99999;
    background: #008640;
    /*background: -moz-linear-gradient(#008640, #008640);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #008640),color-stop(1, #008640));
    background: -webkit-linear-gradient(#008640, #008640);
    background: -o-linear-gradient(#008640, #008640);
    background: -ms-linear-gradient(#008640, #008640);
    background: linear-gradient(#008640, #008640);
    -moz-border-radius: 5px;
    border-radius: 5px;*/
	font-size:12px;
	width:138px;
}
#menuseven ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}
#menuseven ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menuseven ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #menuseven ul a /* IE6 */
{
        height: 10px;
        width: 138px;
}
*:first-child+html #menuseven ul a /* IE7 */
{
        height: 10px;
        width: 138px;
}
#menuseven ul a:hover
{
    background: #07ad57;
    /*background: -moz-linear-gradient(#07ad57,  #07ad57);
    background: -webkit-gradient(linear, left top, left bottom, from(#07ad57), to(#07ad57));
    background: -webkit-linear-gradient(#07ad57,  #07ad57);
    background: -o-linear-gradient(#07ad57,  #07ad57);
    background: -ms-linear-gradient(#07ad57,  #07ad57);
    background: linear-gradient(#07ad57,  #07ad57);*/
}
#menuseven ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menuseven ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;    
    height: 0;    
}
#menuseven ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}
#menuseven ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menuseven:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
#menuseven ul ul
{
  top: 0;
  left: 138px;
}
#menuseven ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}
#menuseven ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
#menuseven ul a
{    
    padding: 10px;
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
*html #menuseven ul a /* IE6 */
{    
	height: 10px;
}
*:first-child+html #menuseven ul a /* IE7 */
{    
	height: 10px;
}
#menuseven ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menuseven ul li:first-child > a:after
{
    content: '';
    position: absolute;    
    top: -8px;    
    height: 0;
}

#menuseven ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    height: 0;
    border-left: 0;	
}
#menuseven ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent;
}
#menuseven ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menuseven:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


.nav_main{
	background: url(../images/new_tab_bgcol.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 63px;
    padding: 0;
    width: 970px;
	margin:5px 0 0 5px !important;
	}
	
.col_1{
	float:left;
	width:177px;
	height: auto !important;
}
	
.col_2{
	width:150px;
	height:250px;
	float: right;
	margin:0 110px 0 0;}
	
.col_4{
	width:260px;
	float:left;
	margin:0 0 0 10px;
	z-index:9999 !important;
	
	}
	
.col_5{
	width:205px;
	height:auto;
	float:left;
	}

.col_6{
	width:350px;
	height:295px;
	overflow-y:scroll;
	float: right;
	margin:0px 10px 8px 0px !important;}

.col_7{
	float:left;
	width:318px;
	height:295px;
	overflow-y: scroll;		
	}
	
.tab_menu{
	height:62px;
	float:left;
	margin:0 0 0 0px;
	width:155px;
	}
	
#AutoNumber9
{
}
	
.subm
{
  display: block;
  width:88px;
  height:38px;
  background: url(../images/submitbtn.png) no-repeat 0 0;
  border:none;
  margin:0px 17px 0 0;
  float:right;
}
.subm:hover
{ 
  background-position: 0 -38px;
}



/*-------------------------hometab-------------------*/

#menuhome
{
        margin: 10px 0 0 0;
        padding: 10px 0 10px 0;
        list-style: none;
		width:138px;
}
#menuhome li
{
        float: left;
        padding: 0 0 0 27px;
        position: relative;
		width:188px;
		margin:0 0 0 20px;
}
#menuhome a
{
        float: left;
        height: 25px;
        padding: 0 39px;
        color: #fff;
		font-size:13px;
        text-decoration: none;
		font-weight:bold;
}
#menuhome li ul li a {
	font-size:13px;
	color:#ea7f1e;
}
#menuhome li:hover > a
{
        color: #fafafa;
}

#menuhome li
{
        float: left;
        padding: 0 0 20px 0px;
        position: relative;
		width:188px;
		margin:0 0 0 27px;
}

*html #menuhome li a:hover /* IE6 */
{
        color: #fafafa;
			text-decoration:underline;

}

#menuhome li:hover > ul
{
        display: block;
		
}

/* Sub-menu */

#menuhome ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99999;
    background: #fff;
	font-size:12px;
	width:177px;
	border:5px solid #ea7f1e;
}
#menuhome ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
	
}
#menuhome ul li:last-child
{
    /*-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
}
#menuhome ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #menuhome ul a /* IE6 */
{
        height: 10px;
        width: 138px;
}
*:first-child+html #menuhome ul a /* IE7 */
{
        height: 10px;
        width: 138px;
}
#menuhome ul a:hover
{
    /*background: #d2591b;*/
	color:#ea7f1e;
	text-decoration:underline;

  
}
#menuhome ul li:first-child a
{
   /* -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
	color:#ea7f1e;
}
#menuhome ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;    
    height: 0;    
	color:#006600;
}
#menuhome ul li:first-child a:hover:after
{
	color:#ea7f1e;
	text-decoration:underline;
}
#menuhome ul li:last-child a
{
/*    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}
/* Clear floated elements */
#menuhome:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
#menuhome ul ul
{
  top: 0;
  left: 138px;
}
#menuhome ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block; 
		border-bottom:1px solid #cccccc;
		width:177px;
}
#menuhome ul li:last-child
{   
/*    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    */
}
#menuhome ul a
{    
    padding: 10px;
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
*html #menuhome ul a /* IE6 */
{    
	height: 10px;
}
*:first-child+html #menuhome ul a /* IE7 */
{    
	height: 10px;
}
#menuhome ul li:first-child > a
{
/*    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}
#menuhome ul li:first-child > a:after
{
    content: '';
    position: absolute;    
    top: -8px;    
    height: 0;
}

#menuhome ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    height: 0;
    border-left: 0;	
}
#menuhome ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent;
	color:red;
}
#menuhome ul li:last-child > a
{
/*    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}

/* Clear floated elements */
#menuhome:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

