.sexypanels{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
.sexypanels li{
	border-bottom: 1px solid white;
}
.sexypanels li a{
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	background-color: #FFA336;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}
.sexypanels li a:hover{
	background-color: #FF9933; /*color of menu onMouseover*/
	color: #333333;
	border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}.select {
	background-color: #FF9933; /*color of menu onMouseover*/
	color: #333333;
	border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-indent: 8px;
	display: block;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
