/* ================================================================ 
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/vertical_slide.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.
=================================================================== */


a#sublink {
	display: block;
	padding: 0;
	padding: 0 2px;
	margin: 0;
	text-align: center;
	background-color: #FFFFCC;
	background-color: #003366;
	border: 0;
	width: 145px;
	font-size: 12px;
	font-weight: bold;
	opacity: .90;
	filter:alpha(opacity=90);
	-moz-opacity: .90;
	margin-left: 80px;
	color: #FFFFCC;
	border-bottom: 1px solid #88A7D5;
}

a#sublink:hover {
	color: #660000;
	color: #88A7D5;
}

ul.left_nav table {
	border-collapse:collapse; padding:0; margin:0; font-size:1em;
	cborder: 1px solid green;
}

ul.left_nav li {
	ctext-indent:0.5em;
}

ul.left_nav li.drop {
	cmargin-bottom:-2px;
}

ul.left_nav li a, ul.left_nav li a:visited {
	display: block;
	color: #88A7D5;
	font-size: 12px;
	text-decoration: none;
	background-color: #003366;
	width: 100%;
	height: 20px;
	width: 160px;
	font-weight: bold;
	padding:0;
	padding-left: 3px;
	margin: 0;
	margin-bottom: 2px;
	line-height: 20px;
	border-bottom: 3px outset #660000;
	background: #003366 url(../images/web/blank.gif) no-repeat;
	text-align: center;
}

ul.left_nav li ul {
	display:none;
}

ul.left_nav li:hover a, ul.left_nav li a:hover {
	color: #660000;
	background: #88A7D5 url(../images/web/active_link_hover.gif) no-repeat;
}

ul.left_nav li:hover ul, ul.left_nav li a:hover ul {
	display:block; 
	height: 10px; 
	width: 100%; 
	cbackground:#def; 
	margin: 0;
	margin-top: -10px;
	color: #003366; 
	font-weight:normal;
	font-weight: 10px;
	text-align: left;
}

ul.left_nav li:hover ul li a, ul.left_nav li a:hover ul li a {
	background-color: #CCD8EC; 
	color: #003366; 
	font-weight:normal;
	font-weight: 10px;
	text-align: left;
	background-image: none;
}

ul.left_nav li:hover ul li:hover a, ul.left_nav li a:hover ul li a:hover {
}

li#dropdown {
	border: 0;
}