.customnavmobile select 
{
   background: transparent;
   width: 290px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}
   
.customnavmobile 
{
	width: 290px;
	height: 34px;
	overflow: hidden;
	background: url(//www.gmanetwork.com/modular/themes/default/assets/img/icons/new_arrow.jpg) no-repeat right #ddd;
	border: 1px solid #ccc;
}
   
@media screen and (max-width: 640px) 
{
	.customnavpc{
		display:none;
	}
}
	
 @media screen and (min-width: 641px) {

	.customnavmobile{
		display:none;
	}
	
}
	
.customnavpc nav li
{
	list-style-type: none;
	float: left;
}


.customnavpc nav a 
{
	/*text-decoration:none;
	display: inline-block;
	cursor: pointer;
	font-size: 9pt;
	font-weight: 700;
	color: rgb(102, 102, 102);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(222, 222, 222);
	padding: 5px 13px;
	*//*width:200px;*//*
	*//*height:30px;*//*
	padding-top:10px;
	background:#f6f6f6;
	text-align:center;
	display: table-cell;
	vertical-align: middle;*/
}

.customnavpc-override nav a {
		height:40px; 
		width:95px;
}
	
.customnavpc nav a:hover 
{
	/*background:#e9e9e9;*/
}

.customnavpc nav a:active 
{
	/*background:#e9e9e9;*/
}