
/* css3 beveled tab nav */



/* menu-cont changed to tabs-menu */

#strong 
{ 
background-color: #ffce00 !important;
color: #002f6d; !important;
background: #002f6d;
}

#tabs-menu {
}

#tabs-menu #corner-tabs
{
  overflow: auto;
  width: 100%;
  list-style: none;
  margin-top: 0px; 
  padding-top: 0px;
  z-index:1000;
}

#corner-tabs li
{
	width:inherit;
	margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    float: left;
}

#corner-tabs a
{
  
    background: #002f6d;
	/*     background: #09f ad1c1c; d45916  c88f22   d28117 ad451c ad371c   */
    
    /*text-shadow: 0 1px 0 rgba(0,0,0,.5);*/
    color: #ffce00;
    float: left;
    font: bold 12px/34px 'Lucida sans', Arial, Helvetica;
    height: 38px;
    padding: 0 10px;
    text-decoration: none;
}


/*#corner-tabs a:hover
{
/*     background: #aad345; c93434  cc7305 e98600 */	
   
/*	color: #f6f6bb;     
} */

#corner-tabs a:focus
{
    outline: 0;
}



/* remove tabs content

#corner-tabs #tabs-content
{
    width: 100%;
	background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fff, #ddd); 
    background-image:    -moz-linear-gradient(top, #fff, #ddd); 
    background-image:     -ms-linear-gradient(top, #fff, #ddd); 
    background-image:      -o-linear-gradient(top, #fff, #ddd); 
    background-image:         linear-gradient(top, #fff, #ddd);
    -moz-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -moz-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
    -webkit-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
    box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
}

h2, h3, p
{
    font:"Myriad Pro";
	font-size: 1.2em;
	font-weight:600;
	color:#669;
	margin: 0 0;
	padding: 10px 0px 0px 0px;
	float:left;
/*	text-align: center;

}
*/


/* responsive rules */

@media all and (max-width : 980px) {

#tabs-menu {
	top:300px;
}

#tabs-menu #corner-tabs {
  z-index:1000;

}

#corner-tabs > li {
   float: none;
   display: block;
   margin-top: 100px;
    }
	
/*
    #navlist ul.navsubs {
        position: relative;
        top: 0;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 25px;
    }
	
	
	
    #navlist li:hover ul.navsubs {
        display:none;
		padding: 0px 0px 0px 25px;
    }
    #navlist li #sub1:target + ul.navsubs,
    #navlist li #sub2:target + ul.navsubs,
    #navlist li #sub3:target + ul.navsubs,
    #navlist li #sub4:target + ul.navsubs,
    #navlist li #sub5:target + ul.navsubs,
    #navlist li #sub6:target + ul.navsubs {
        display: block;
		margin: 0 0;
    }
*/

#corner-tabs li {
	display: block;
  	width: 99%;
	font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
    height: 28px;
	line-height: 33px;
    padding: 0px 25px;
	margin: 0 0; 
    }

#corner-tabs li a {
	display: block;
	overflow: auto;
  	width: 99%; 
	font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
	line-height: 13px;
    padding: 10px 25px;
	margin: 0 0; 
    }
		
}