﻿
/* CSS code for DoctorGeri.com menu */

/* Add this to head of menu page */ <LINK REL=stylesheet HREF="http://DoctorGeri.com/css/DG_menu.css" TYPE="text/css">




<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body {background-color: #6600CC}
	
}

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

.sexypanels ul{
	text-indent: 0px;
}


.sexypanels li{
	border-bottom: 1px solid white;
	list-style-type: none;
	text-indent: 0px;
}

.sexypanels li a{
	background: #6600CC url(media/sexypanelright.gif) no-repeat right
top; /*color of menu by default*/
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	padding: 5px 0;
/* Vertical (top/bottom) padding for each menu link */	text-indent: 1px;
	text-decoration: none;
	border-bottom: 1px solid black; /*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: #B66CFF; /*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*/
}


</style>

<!--[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]-->
