﻿.ccp-wrapper 
{
    width:100%;
    height:40px;
    margin:0;
    padding:0;
    background: #606060; /* Old browsers */
	background: -moz-linear-gradient(top, #606060 0%, #525252 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#525252)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #606060 0%,#525252 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #606060 0%,#525252 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #606060 0%,#525252 100%); /* IE10+ */
	background: linear-gradient(to bottom, #606060 0%,#525252 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#525252',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #e76c3d;
}
        
#ccp-menu-wrapper 
{
    width:920px;
    height:40px;
    margin:0 auto;
}
        
#ccp-menu 
{
    display:block;
    height:40px;
    margin:0;
    padding:0;
    list-style: none outside none;
    float:left;
}
        
.ccp-menu-menuitem {
	display: block;
	float: left;
	position: relative;
	text-align: center;
	height:40px;		
	margin:0;
	padding:0;
}
        
.ccp-menu-menuitem:hover 
{
    background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 1%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 1%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 1%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 1%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 1%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
        
.ccp-menu-menuitem a {
	display:block;
	height:27px;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:13px 15px 0 15px;
	color:#fff;
	border-left:1px solid #525252;
	border-right:1px solid #707070;
}

.ccp-menu-menuitem a:hover, .ccp-menu-menuitem:hover a {	
	color:#1A1A1A;
}
        
.ccp-menu-flyouts {
	width:400px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #F2F2F2;
	border-right:1px solid #606060;
	border-bottom:1px solid #606060;
	border-left:1px solid #606060;
	float: left;
	top:-1000px;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
}
        
.ccp-menu-subnav {
	list-style: none outside none;
	margin: 0 auto;
	width: auto;
	padding:0;
	border:none;
}

.ccp-menu-subnav a {
	color:#1A1A1A;
	border:none;
	height:20px;
}

.ccp-menu-subnav a:hover {
	background:none;
	text-decoration:underline;		
}

.ccp-menu-menuitem:hover .ccp-menu-flyouts {		
	top: auto;
}
        
.ccp-title 
{
    float:left;
    height:27px;
    font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	padding:13px 15px 0 0;
	color:#fff;
}
        
.ccp-button 
{
    float:right;
    height:24px;
    padding:8px 0;
    margin-left:10px;
}
        
.ccp-button a 
{
    display:block;
    height:19px;
    background-color:#e76c3d;
    padding:5px 10px 0 10px;
    color:#fff;
    text-decoration:none;
    font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
        
.ccp-button a:hover 
{
    background-color:#f0936e;
    color:#ad441a;
}
        
#ccp-show 
{
    padding:10px;
    position:absolute;
    top:0;
    right:0;
}
