/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this scriptt and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropline_5.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.

Modified Charlene Glatkowski 2009

=================================================================== */
/* define defaults for IE */
a {color:#000;}
a:visited {color:#111;}
a:hover {color:#222;}
#content {
	width:100%;
	margin:0px auto;
	overflow: auto;
}

#tlevel {padding:0; text-align:left; margin:0; width:100%; background:url(images/pro_line_black_0.gif); height:21px; }
#tlevel ul {
	display:table;
	padding:0;
	list-style-type:none;
	height:21px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#tlevel ul li {display:table-cell; width:auto; margin:0; height:21px; }
#tlevel ul li a {
	font-family: arial, verdana, sans-serif;
	float:left;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	line-height:21px;
	display:block;
	height:21px;
	padding:0 20px;
	white-space:nowrap;
	color:#fff;
	margin-left:-1px;
	font-weight: bold;
}
#tlevel ul li a.down {background:url(images/up_arrow.gif) no-repeat right center;}
#tlevel ul li a:hover {
	color:#e9f0e1;
	text-decoration: underline;
}
#tlevel ul li a.down:hover {
	color:#e9f0e1;
	background-image: url(images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

/*
#tlevel ul li.clicked a:hover , 
#tlevel ul li.footer a{
	color:#FFFFFF;
	background-color: #434e8f;
	background-image: url(images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
*/

#tlevel ul li.clicked{
	color:#FFFFFF;
	background-color: #434e8f;
}

#tlevel ul li.clicked a.down{
	background-image: url(images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#submenus ul.none {display:none;}

#submenus ul.yes {display:table;}

#submenus {
	clear:left;
	text-align:left;
	width:100%;
	position:absolute;
	background-color: #434e8f;
	height:21px;
}
#submenus ul {
	padding:0;
	list-style-type:none;
	height:21px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#submenus ul li {display:table-cell; width:auto; margin:0;}
#submenus ul li a {
	font-family:verdana, arial, sans-serif;
	float:left;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	line-height:16px;
	display:block;
	height:21px;
	padding:0 14px 0 10px;
	white-space:nowrap;
	background: url(images/diamond.gif) no-repeat right center;
}
#submenus ul li a.last {
	background: #434e8f;
}
#submenus ul li a:hover {
	color:#e9f0e1;
	text-decoration:underline;
}

