/* ================================================================
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/flyout2.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.
=================================================================== */

.menu {
	z-index: 301;
	margin: 44px 0 0 0;
	font-size: 95%;
	font-weight: bold;
	display: table;
}

.menu ul {
	padding: 0; margin: 0;
	list-style: none;
	width: 205px;
}
/* position relative so that you can position the sub levels */
.menu li {
	position: relative;
	float: left;
	width: 205px; 
}

/* get rid of the table */
.menu table {
	position: absolute;
	border-collapse: collapse;
	top: 0; left: 0;
	z-index: 100;
}

/* style the links */
.menu li a {
	display:block;
	background: #FFFFFF url(/_clip/main-menu-bullet.gif) left top no-repeat;
	color: #4267AD;
	text-decoration: none;
	padding: 7px 5px 7px 40px;
	border-bottom: 1px solid #9BBCD2;
}
/* \*/ * html .menu li a {height: 1%} /**/

/* style the link hover */
.menu li a:hover, .menu li.active a {
	background: #DAE5F3 url(/_clip/main-menu-bullet-on.gif) left top no-repeat;
	text-decoration: none;
	color: #6B3580;
}

/* style the second level */
.menu li ul {
	list-style: none;
	margin: 0; padding: 0;
}
.menu li ul li a {
	padding: 7px 5px 7px 15px;
	background: #F9F4DF !important;
	font-weight: normal;
}
.menu li ul li a:hover {
	background: #DAE5F3 !important;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 0; left: 205px;
}
/* make the second level visible when hover on first level list OR link */
.menu li:hover ul, .menu li a:hover ul {
	visibility: visible;
}
.menu ul ul.static {
	visibility: visible;
	position: static;
}
.menu ul ul.static li a {
	padding: 7px 5px 7px 40px;
}

#news_regform{
	padding: 10px;
	margin: 1px 1px 8px 1px;
	background-color: #EEF1F6;
}
#news_regform div div{
	clear: left;
}
#news_regform strong{
	display:block;
	color: #0A5490;
	padding: 2px 8px 8px  0;
}
#news_regform span{
	display:block;
	width: 80px;
	height: 20px;
	float:left;
	padding-top: 2px;
}
#news_regform .field{
	display:block;
	width: 90px;
	padding: 1px;
	margin-bottom: 2px;
	float:left;
}
#news_regform .submit_row{
	display:block;
	text-align: center;
	padding-top: 5px;
	clear:left;
}

