@charset "utf-8";
/* CSS Document */

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 100%; /* width of menu */}

.sexypanels li{
/*border-bottom: 1px solid;*/ /* white border beneath each menu item */
}



.sexypanels li a{

font-family:Tangerine,Courgette;
font-size:28px;
text-align:center;
text-shadow:1px 1px #000;
display: block;
color: white;
width: 100%;
padding: 6% 0%; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid #000; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color:#000;
background-image:url(../images/hover_bg.jpg);
color: white;


}

.sexypanels li a:hover, .sexypanels li.selected a{
background-color:#000;
background-image:url(../images/hover_bg.jpg);

}

<!--[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}

