.cmsItemLI {padding:0px}

@media(min-width:768px) {


#nav li {
	color: #fff;
	display: table-cell;
	font-family: 'Quicksand', sans-serif;
	/*width: 1%;*/
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 15px;
	/*border-top: 1px solid #fff;*/
	text-transform: uppercase;
}

#menu a:hover, #menu a:visited:hover {  /* override as neccesary for mouse over effects */
 color: #D37333; 
 background-color: #282828;
}


.menuactive, .menuliactive {  /* override as neccesary for mouse over effects */
 color: #D37333; 
 background-color: #282828;
 /*border-bottom: 2px;
 border-bottom-style: solid;
 border-bottom-color: #D37333;
padding:0px;
margin:0px;*/

}


#nav li a{
color: #ccc;

}

#nav li a:hover{
color: #D37333;
background-color: none;
}

.menulilink a:hover, sfhover{
background-color: none;
}

}

@media(max-width:768px) {

.mainPrice .value, .productPrice .value, .ccySymbol {
    font-weight: bolder;
    font-size: 9px;
}

#nav li {
	color: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 15px;
	border-top: 1px solid #fff;
	text-transform: uppercase;
}

#menu a:hover, #menu a:visited:hover {  /* override as neccesary for mouse over effects */
 color: #adc648; 
 background-color: #1a1a1a;
}

#nav li a{
color: #fff;

}

#nav li a:hover{
color: #adc648;
background-color: none;
}

.menulilink a:hover, sfhover{
background-color: none;
}

}