@CHARSET "UTF-8";
<style type="text/css">
input {

border: 1px solid;

}

#scroll {
	background: #6e6e6e;
	color: white;
	height: 12px;
	padding: 5px;
}

ul#menu {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu li {
    background-color: #FF831C;
    border-left: 5px solid #54BAE2;
    display: block;
    width: 300px;
    height: 30px;
    margin: 2px 0;
    text-align: center;
}

ul#menu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 30px;
    padding-left: 15px;
    text-decoration: none;
    width: 285px; /* 150px - 15px (padding) */
    height: 30px;
}

ul#menu li.active, ul#menu li:hover {
    background-color: #54BAE2;
    border-left: 5px solid #FF831C;
}


</style>