Select CSS with jquery ul li

by Shankar

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="author" content="">
    <title>Airpot Dashboard</title>

    <!-- Common CSS -->
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="css/simple-sidebar.css" rel="stylesheet">
    <link href="css/normalize.css" rel="stylesheet">
    <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
    <link href="css/commonDashboard.css" rel="stylesheet">

    
    <style type="text/css">
        /* CSS for specific for Dashboard layout */
        .navbar-brand {
            color: #9d9d9d;
            text-decoration: none;
            font-style: italic;
        }

        /* Service Rate panel content CSS */
        .img15-container {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;

            text-align:center; /* Align center inline elements */
            font: 0/0 a;
        }

        .img15-container:before {
            content: ' ';
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

        .img15-container img {
            vertical-align: middle;
            display: inline-block;
        }


        .s-hidden {
        visibility:hidden;
        padding-right:10px;
        }
        .select {
        cursor:pointer;
        display:inline-block;
        position:relative;
        /*font:normal 11px/22px Arial, Sans-Serif;*/
        color:black;
        /*border:1px solid #ccc;*/
        /*background: transparent url("img/select_arrow_down_old.png") no-repeat center;*/
        }
        .styledSelect {
        position:absolute;
        top:0;
       ...