.sexypanels{
margin: 0px;
padding: 0px;
width: 235px; 
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
list-style-type:none;
background: linear-gradient(to bottom, #524f4f, #2d2d2d);
/*border-radius:7px;*/
}

.sexypanels li a{
    font-family: "Times New Roman", Times, serif;
    display: block;
    color: #fff;
    width: auto;
    padding: 12px 0px;
    text-indent: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}


.sexypanels li a:hover{
color: #fff;
border-bottom: 1px solid #CCCCCC;
background: linear-gradient(to bottom, #1d85ab, #065a73);
/*border-radius:7px;*/

}

#leftmenu{
	float:left;
	width:100%;
	border:0px solid #00444c;
		
}

#statewiselist{
	float:left;
	font-family:calibri, arial, verdana;
	font-size:17px;
	color:#333333;
	clear:left;
	}

@media (min-width: 320px) and (max-width: 768px) {
    #leftmenu {
		width: 95%;
		padding: 10px;
	}
	.sexypanels {
		width: 100%;
	}
}