@charset "utf-8";

#2013header {
	position: absolute;

	left: 7px;
	top: 5px;
	width: 1020px;
	height: 123px;
	z-index: 1;
}
#apDiv1 {
	position: absolute;
	left: 7px;
	top: 5px;
	width: 431px;
	height: 123px;
	z-index: 2;
}
#apDiv2 {
	position: absolute;
	left: 439px;
	top: 5px;
	width: 588px;
	height: 42px;
	z-index: 3;
}
#apDiv3 {
	position: absolute;
	left: 439px;
	top: 48px;
	width: 588px;
	height: 80px;
	z-index: 4;
}

nav2 ul
{
        padding: 0;
        margin: 0;
        list-style: none;
}

nav2 li
{
        float: left;
}

nav2 a
{
    float: left;
    color:#FFFFFF;
    margin: 0 5px;
    padding: 3px;
    text-decoration: none;
    border: 1px solid #7a2e82 ;
    font: bold 14px Arial, Helvetica;
    background-color: #7a2e82 ;
    background-image: -moz-linear-gradient(#9c3ea6, #7a2e82);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c3ea6), to(#7a2e82));
    background-image: -webkit-linear-gradient(#9c3ea6, #7a2e82 );
    background-image: -o-linear-gradient(#9c3ea6, #7a2e82 );
    background-image: -ms-linear-gradient(#9c3ea6, #7a2e82 );
    background-image: linear-gradient(#9c3ea6, #7a2e82 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    text-shadow: 0 1px 1px rgba(0,0,0,1);
}

nav2 a:hover
{
    background-color: #7a2e82;
    background-image: -moz-linear-gradient(#7a2e82, #9c3ea6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7a2e82), to(#9c3ea6));
    background-image: -webkit-linear-gradient(#7a2e82, #9c3ea6);
    background-image: -o-linear-gradient(#7a2e82, #9c3ea6);
    background-image: -ms-linear-gradient(#7a2e82, #9c3ea6);
    background-image: linear-gradient(#7a2e82, #9c3ea6);
	color:#ffffff;
}

nav2 a:active
{
    background: #7a2e82;
    position: relative;
    top: 2px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
}

nav2 span
{
    border: 1px dashed #fefefe;
    display: inline-block;
    padding: 4px 15px;
    cursor: pointer;
    background-color: #7a2e82;
    background-image: -moz-linear-gradient(#9c3ea6, #f48069);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c3ea6), to(#7a2e82));
    background-image: -webkit-linear-gradient(#9c3ea6, #7a2e82);
    background-image: -o-linear-gradient(#9c3ea6, #7a2e82);
    background-image: -ms-linear-gradient(#9c3ea6, #7a2e82);
    background-image: linear-gradient(#9c3ea6, #7a2e82);
}

nav2 a:hover span
{
    background-color: #f48069;
    background-image: -moz-linear-gradient(#7a2e82, #9c3ea6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7a2e82), to(#9c3ea6));
    background-image: -webkit-linear-gradient(#7a2e82, #9c3ea6);
    background-image: -o-linear-gradient(#7a2e82, #9c3ea6);
    background-image: -ms-linear-gradient(#7a2e82, #9c3ea6);
    background-image: linear-gradient(#7a2e82, #9c3ea6);
}

nav ul
{
        padding: 0;
        margin: 0;
        list-style: none;
}

nav li
{
        float: left;
}



nav a
{
    float: left;
    color:#FFFFFF;
    margin: 0 5px;
    padding: 3px;
    text-decoration: none;
    border: 1px solid #6ca731 ;
    font: bold 14px Arial, Helvetica;
    background-color: #a2d262;
    background-image: -moz-linear-gradient(#a2d262, #6ca731);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a2d262), to(#6ca731 ));
    background-image: -webkit-linear-gradient(#a2d262, #6ca731 );
    background-image: -o-linear-gradient(#a2d262, #6ca731 );
    background-image: -ms-linear-gradient(#a2d262, #6ca731 );
    background-image: linear-gradient(#a2d262, #6ca731 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    text-shadow: 0 1px 1px rgba(0,0,0,1);
}

nav a:hover
{
	color:#FFFFFF;
    background-color: #a2d262;
    background-image: -moz-linear-gradient(#6ca731 , #6ca731);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6ca731 ), to(#a2d262));
    background-image: -webkit-linear-gradient(#6ca731 , #a2d262);
    background-image: -o-linear-gradient(#6ca731 , #a2d262);
    background-image: -ms-linear-gradient(#6ca731 , #a2d262);
    background-image: linear-gradient(#6ca731 , #a2d262);
}

nav a:active
{
    background: #a2d262;
    position: relative;
    top: 2px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
}

nav span
{
    border: 1px dashed #fefefe;
    display: inline-block;
    padding: 4px 15px;
    cursor: pointer;
    background-color: #9DCF5A;
    background-image: -moz-linear-gradient(#8FC943, #73A530);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82BA36), to(#8FC943));
    background-image: -webkit-linear-gradient(#82BA36, #8FC943);
    background-image: -o-linear-gradient(#82BA36, #8FC943);
    background-image: -ms-linear-gradient(#82BA36, #8FC943);
    background-image: linear-gradient(#82BA36, #8FC943);
}

nav a:hover span
{
    background-color: #9DCF5A;
	color:#FFFFFF;
        background-image: -moz-linear-gradient(#62972D, #9DCF5A);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62972D), to(#9DCF5A));
    background-image: -webkit-linear-gradient(#62972D, #9DCF5A);
    background-image: -o-linear-gradient(#62972D, #9DCF5A);
    background-image: -ms-linear-gradient(#62972D, #9DCF5A);
    background-image: linear-gradient(#62972D, #9DCF5A);
}
