/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h2, h3, h4, h5, h6
{
	color: #6a6a6a;
	font-size: 10pt;
}

h1
{
	color: #6a6a6a;
	font-size: 20pt;
}

small
{
	color: #000000;
	font-size: 8pt;
}

footer
{
	color: #FFFFFF;
	font-size: 8pt;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

a
{
	color: #FF9933;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333 url('media/sexypanelright.gif') no-repeat right top; /*color of menu by default*/
display: block;
color: white;
width: auto;
/* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Lucida Grande, Trebuchet MS, Verdana; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}
.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}
.sexypanels li a:hover{
background-color: black; /*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*/
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sexypanelsPORNO{
list-style-type: none;
margin: 0;
padding: 0;
width: 560px; /* width of menu */
}

.sexypanelsPORNO li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanelsPORNO li a{
background: #333 url('media/sexypanelright.gif') no-repeat right top; /*color of menu by default*/
display: block;
color: white;
width: auto;
/* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Lucida Grande, Trebuchet MS, Verdana; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}
.sexypanelsPORNO li a:visited, .sexypanels li a:active{
color: white;
}
.sexypanelsPORNO li a:hover{
background-color: black; /*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*/
}
