﻿.policy-options-navigation
{
}

    .policy-options-navigation .policy-options-section
    {
        width: 100%;
        float: left;
				border-top:5px solid #990000;
		border-bottom:5px solid #990000;
		
		padding:0px 0px;
		
    }
        .policy-options-navigation .policy-options-section .main-policy-box
        {
            float: left;
            width: 162px;
            padding: 10px;
            cursor: pointer;
			background-color:#e1e1e1;
			-webkit-box-shadow: inset 1px 1px 5px 1px #d5d5d5;
        
        box-shadow: inset 1px 1px 5px 1px #d5d5d5;
		font-family: 'museo700';
		font-weight:normal;
		text-align:center;
		font-size:14px;
		height:58px;
		text-transform:uppercase;
		border:3px solid #fff;
		
        }
		 .policy-options-navigation .policy-options-section .main-policy-box:hover{
		 background-color:#848484;
		 color:#fff;
		 -webkit-box-shadow: none;
         box-shadow: none;
		 }
		 .policy-options-navigation .policy-options-section .main-policy-box:nth-child(1){border-left:0px;}
		 .policy-options-navigation .policy-options-section .main-policy-box:nth-child(5){border-right:0px;}
		 .policy-options-navigation .policy-options-section .main-policy-box:nth-child(6){border-left:0px;}
		 .policy-options-navigation .policy-options-section .main-policy-box:nth-child(10){border-right:0px;}
		  .policy-options-navigation .policy-options-section .main-policy-box a{color:#222; text-decoration:none; font-weight:700; font-weight:normal;}
		 .policy-options-navigation .policy-options-section .main-policy-box:hover a{color:#fff; text-decoration:none;}

    .policy-options-navigation .policy-options-menu
    {
        float: left;
		display:table;
        width: 100%;
		border-top:5px solid #990000;
		border-bottom:5px solid #990000;

    }
        .policy-options-navigation .policy-options-menu .policy-options-selected
        {
            display:table-cell;
            width: 200px;
            padding: 15px;
            vertical-align: middle;
			position:relative;
			color:#fff;
			font-family: 'museo700';
			font-size:16px;
			text-transform:uppercase;
			background: #909090; /* Old browsers */
background: -moz-linear-gradient(top, #909090 0%, #787878 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909090), color-stop(100%,#787878)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #909090 0%,#787878 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #909090 0%,#787878 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #909090 0%,#787878 100%); /* IE10+ */
background: linear-gradient(to bottom, #909090 0%,#787878 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#787878',GradientType=0 ); /* IE6-9 */
        }

        .policy-options-navigation .policy-options-menu .policy-options-subsections
        {
            display:table-cell;
            width: 710px;
        }

            .policy-options-navigation .policy-options-menu .policy-options-subsections .policy-options
            {
                float: left;
                width: 105px;
                margin:15px 10px 15px 15px;
				border-left:1px solid #848484;
			
				padding-left:10px;
				font-family: 'ubuntubold';
				
				color:#666;
				font-size:15px;
            }
			.policy-options-navigation .policy-options-menu .policy-options-subsections .policy-options:nth-child(1){border-left:0px;}
			.policy-options-navigation .policy-options-menu .policy-options-subsections .policy-options a{color:#666; text-decoration:none;}
	
			.policy-options-navigation .policy-options-menu .policy-options-subsections .policy-options a:hover{color:#990000; text-decoration:none;}

.policy-options-reset
{
margin-left:5px;
}
.policy-options-reset a{
 color:#003366;
 text-decoration:none;
 font-size:12px;
 font-family: 'ubunturegular';
}