.accordinbox{width:100%; padding:0px; background:none;
-webkit-border-radius:6px 6px 6px 6px;
-moz-border-radius:6px 6px 6px 6px;}
*{margin:0px; padding:0px;}
ul{list-style:none;}
#navcenter li{margin-bottom:10px;}
#navcenter {float: left; width:100%; margin-bottom:0px;}

#navcenter li a {
	display: block; 
	padding: 10px 35px 10px; 
	/*background:#d4d4d0 url(../images/down_arrow.png) no-repeat 97% 14px;*/
	border:1px solid #b7b7b7;
	border-radius:5px; 
	text-decoration: none; 
	color: #515151;
	text-shadow: 0.1em 0.1em #fff; 
	font-size:14px;
	background: url('../images/down_arrow.png') 97% 14px no-repeat;
    background: url('../images/down_arrow.png') 97% 14px no-repeat, 
                -moz-linear-gradient(top, #dfdfdb 0%, #cecfc9 100%);
    background: url('../images/down_arrow.png') 97% 14px no-repeat, 
                -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdb), color-stop(100%,#cecfc9));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdb', endColorstr='#cecfc9',GradientType=0 );
}
	
	
	
	
	
#navcenter li a:hover{
	background: url('../images/down_arrow.png') 97% 14px no-repeat;
    background: url('../images/down_arrow.png') 97% 14px no-repeat, 
                -moz-linear-gradient(top, #c5e1fa 0%, #9dc8f1 100%);
    background: url('../images/down_arrow.png') 97% 14px no-repeat, 
                -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5e1fa), color-stop(100%,#9dc8f1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e1fa', endColorstr='#9dc8f1',GradientType=0 );
color: #03417c;
border:1px solid #6fa0ce;
}
#navcenter li a.active{
	background: url('../images/up_arrow.png') 97% 14px no-repeat;
    background: url('../images/up_arrow.png') 97% 14px no-repeat, 
                -moz-linear-gradient(top, #c5e1fa 0%, #9dc8f1 100%);
    background: url('../images/up_arrow.png') 97% 14px no-repeat, 
                -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5e1fa), color-stop(100%,#9dc8f1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e1fa', endColorstr='#9dc8f1',GradientType=0 );
color: #03417c;
border:1px solid #6fa0ce;
}
#navcenter li ul {display: none; background: #fff; border:1px solid #cfcfca; border-radius:5px; margin-top:6px;}
#navcenter li ul li{font-size:13px; padding: 10px 23px;}
#navcenter li ul li a {padding: 10px 25px; background: #ececec; border-bottom: 1px dotted #ccc;}

.buynow_btn{width:90px; height:29px!important; background:url(../images/buynoebtn_bg.jpg) repeat-x!important; border-radius:4px;
text-align:center; line-height:29px!important; color:#FFF!important; font-family:oswald; padding:0px!important; 
text-shadow:none!important; border:none!important; margin-top:20px!important}

#navcenter li p{margin:0 0 15px 0;}
.day{color:#00386c;}

@media screen and (max-width:768px) {
	#navcenter {float: left; width:95%; margin-bottom:0px;}
	
	}
 