/* Start of CMSMS style sheet 'Aquaskiers Home' */
body{
	background: url('uploads/images/gradientBG.gif');
	behavior: url('uploads/csshover.htc');
	font-family:Helvetica;
	font-size:10pt;
}

#wrapper{
	width:850px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}

#title_left{
	float:left;
	position:relative;
	width:170px;
	height:130px;
	margin-left:0px;
}

#title_right{
	float:left;
	position:relative;
	width:630px;
	height:120px;
	top:10px;
}

#menu{
	float:left;
	position:relative;
	width:800px;
	height:31px;
	margin-left:0px;
	vertical-align:top;
	z-index:2;
}

#left{
	position:relative;
	float:left;
	margin-left:10px;
	width:207px;
	z-index:0;
}

#content{
	position:relative;
	background:#fff;
	float:left;
	width:610px;
	padding:3px;
	z-index:0;
	margin-left:5px;
}

#footer{
	padding-top:10px;
	position:float;
	clear:both;
}

table {
	vertical-align:top;
}

img {
	border:0;
}

a {
	text-decoration:none;
}

{***************************************************************************}
{************************* MENU LIST CONFIGURATION  *************************}
{***************************************************************************}

ul#nav {
	position:relative;
	list-style: none outside;
	padding: 0px;
	margin: 0px;
	z-index:3;
}

ul#nav li a {
	font-weight: bold;
	padding: 0px;
	background:#00f;
	color:white;
	opacity:0.5;
}

ul#nav li a:hover{
	background:#ddd;
	opacity:1;
	color:#00f;
	}
	
ul#nav li {
	float: left;
	position: relative;
	width:160px;
	text-align: center;
	margin-right:0px;
	border:1px solid #ccc;
}

li ul { 
	list-style: none outside;
	display: none;
	position:absolute;
	top: 18px;
	left: 0;
	font-weight: normal;
	padding: 0px;
	margin-left:-1px;
	*margin-left:-80px;
	style:none;
}

ul#nav li ul.sub li{
	border-width:0x;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}

li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}


{***************************************************************************}
{************************* MENU LIST CONFIGURATION  *************************}
{***************************************************************************}

#sidemenuwrapper{
	width:100%;
	background:#58d;
}

table#smtable{
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	border:0px;
	width:100%;
	border-collapse:collapse;
}

table#smtable td{
	margin:0px;
	padding:0px;
	border:0px solid #000;
}

ul#side-nav{
	border-style:solid;
	position:relative;
	list-style:none outside;
	padding: 0px;
	margin: 0px;
	z-index:3;
	width:60%;
	border:0px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	whitespace:no-wrap;
}

ul#side-nav li a {
	display: block;
	font-weight: bold;
	padding: 0px;
	background:#58d;
	color:white;
}

ul#side-nav li a:hover{
	background:#69e;
	color:#FEB62C;
}

ul#side-nav li {
	position: relative;
	width:100%;
	text-align: center;
	border:0px solid #ccc;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#6af;
}

ul#side-nav li.current a{
	background:#119;
}

ul#side-nav li.current a:hover{
	background:#ccc;
}

/* End of 'Aquaskiers Home' */

