﻿@import "../stylesheet.css";

DIV.navigation {}

DIV.navigation 
	{
		float:left;
		width:800px; margin-bottom:10px; margin-top:10px;
		background-image: url(images/middle-both_sm.gif);
		background-repeat: repeat-x;
		padding: 0px;
		overflow:hidden;
		color:#ffffff;
		font-weight:bold;
	}
	.navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.navigation ul ul 
	{
		z-index:99;
		position: absolute;
		top: 258px;
		width: 160px;
		display: none;
		padding-top:3px;
		padding-bottom:5px;
		background-color: #333333;
		background-repeat: no-repeat;
		background-position: left top;
		border: 1px solid #545454;
		text-align:left;
	}
	.navigation ul ul ul {
		position: absolute;
		display: none;
		left: 190px;
		text-align:left;
	}
	.navigation ul li {
		cursor:pointer;
		display: block;
		float: left;
		height: 30px;
		width:130px;
		text-align:center;
	}
	.navigation ul li a {
		display:block;
		color:#ffffff;
		text-decoration: none;
		padding: 4px 8px 6px 8px;	
	}
	.navigation ul ul li a {
		text-align:left;
	}
	.navigation ul li a:hover 
	{
		color:#ff0000;
	}
	
	.navigation ul ul li {
		display: block;
		clear: left;
		border: none;
		width: 155px;
		height: auto;
		padding:0px;
	}
	.navigation ul ul li a {
		padding: 2px 8px 2px 8px;	
	}
	.navigation ul ul ul li {
		display: block;
	}
	.navigation ul li:hover ul {
		display: block;
	}
	.navigation ul li:hover ul ul {
		display: none;
	}
	.navigation ul ul li:hover ul {
		display: none;
	}

div.row 
{
	width : 380px;
	float : left;
}

div.row span.label
{
	width : 125px; float : left; text-align : right; padding-top : 3px; padding-right : 5px;
}

div.row span.formw {
  width: 225px;
  float: left;
  text-align: left;
  }
  
  /* Form Stuff */
div.failurerow
{
	color : Red;
	padding-top : 5px;
	padding-bottom : 5px;
}



.grpan_s1 {
	margin: 0px;
	padding: 0px;
	background-image:url(images/sm_middle.jpg);
	background-color: #212121;
}
.grpan_s2 {
	background-image:url(images/sm_bottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
.grpan_s3 {
	background-image:url(images/sm_top.jpg);
	background-position:top;
	background-repeat: no-repeat;
	text-align:left;
	padding: 13px;
}
.grpan_s3 UL
{
	padding:0px;
	margin:0px;
}
.grpan_s3 UL
{
	list-style:none;
}
.grpan_s3 a {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration:none;
}
.grpan_s3 a:hover {
	color:Red;
}