.stylishmenu{
float:right;
width:65%;
padding: 0;
background: transparent;
border-top: 5px solid #D10000; /*Highlight red color theme*/		
voice-family: "\"}\"";
voice-family: inherit;
}

.stylishmenu ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.stylishmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.stylishmenu a{
float: right;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 45px 10px 105px 10px; /*Padding within each menu item*/
background-color: #eeeeee; /*Default menu color*/
/*border-bottom: 8px solid #111111;*/
}

.stylishmenu a:hover{
background-color: #D10000; /*Highlight red color theme*/
padding-top: 45px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 105px; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

.stylishmenu .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 15px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 155px; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}
