﻿/*main stylesheet*/

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color:#000000;
	color:#000;
}

.textCont  {
	padding:10px 20px 10px 20px;
}

.innerTitle  { padding:20px 0px 10px 20px;
	font-size:28px;
	font-weight:bold;
}

td { vertical-align:top;}

a#rest img {background: url(../images/SLF_button_rest.jpg) top center no-repeat;}
a#rest:hover img {background: url(../images/SLF_button_over.jpg) top center no-repeat;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#pmenu {padding:0; margin:5px 0 0px 0px; list-style-type: none; width:130px;}
#pmenu ul {padding:0; margin:0; list-style-type: none; width:130px;}
#pmenu li {position:relative;}
#pmenu a, #pmenu a:visited {display:block;width:130px; font-size:12px; color:#000; height:23px; line-height:22px; text-decoration:none; text-indent:5px;}
#pmenu li:hover > a {color:#fff;}
#pmenu li ul {display: none;} 
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:130px;}