@charset "utf-8";

.sexypanels{
list-style-type: none;
margin: 15px;
padding: 0;
width: 270px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
	background: #9e0b0e url(../images/sexypanelright.gif) no-repeat right top;
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	font-family: "Lucida Grande", "Trebuchet MS", Verdana;
	font-size: .95em;
	font-weight: bold;
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: #f16f01; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

