@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 120px; /* width of menu */
}

.sexypanels li{
	border-bottom: 1px solid white; /* white border beneath each menu item */
	list-style-type: none;
}

.sexypanels li a{
	background:#F7CE7C url(media/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	border-bottom: 0px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	list-style-type: none;
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
	background-color: white; /*color of menu onMouseover*/
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana;
	color:#3E5B7F;
	border-bottom: 0px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	margin: 0;
}


</style>

[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]
