﻿#lefttd{
	background:navy url('../images/bg.gif') repeat;
	border-left:2px solid #003466;
}


#leftcolumn{
}
/* ================================================================ 
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/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	height:132px; 
	width:180px; 
	position:relative;
}

#menu ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	text-align:left; 
	padding:1px 1px 0 0px; 
	/*background:#fd9800;*/
	background:#aaa url('../images/navbak1.jpg') repeat;
	/*border-right:1px solid #ddd;*/ 
	border-left:1px solid #ddd; 
}

#menu li {
	margin:0; 
	padding:0; 
	list-style:none;
}

#menu li {
	display:inline-block; 
	display:inline;
}

#menu ul ul {
	position:absolute; 
	left:-9999px;
}

#menu ul#toplevel {
	position:absolute; 
	left:0; 
	top:0;
}

/* for lists with no flyout */
#menu a {
	display:block; 
	/*font:normal 11px verdana,arial,sans-serif;*/
	font-family: verdana, arial, sans-serif;
	font-weight:bold;  
	font-size:11px; 
	color:#000066; 
	line-height:22px; 
	text-decoration:none;
	padding:0 20px 0 6px;
} 

#menu ul li:hover > ul {
	left:100%; 
	margin-top:-23px; 
	margin-left:-1px;
}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {
	left:100%;

}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {
	left:-9999px;
}

#menu li a:hover {
	background:#aaa url('../images/navhover1.jpg') repeat;  
	color:#0000ff;
} 

#menu li:hover > a {
	background:#aaa url('../images/navhover1.jpg') repeat;  
	color:#0000ff;
}

#menu li a.fly {
	/*background: url('../images/arrow.gif') no-repeat right top;*/
}

#menu li a.fly:hover {
	/*background: url('../images/arrow.gif') no-repeat right top;*/
	background:#aaa url('../images/navhover1.jpg') repeat;  
	color:#0000ff;

}
 
#menu li:hover > a.fly {
	background:#aaa url('../images/navhover1.jpg') repeat;  
	color:#0000ff;
	/*background: url('../images/arrow.gif') no-repeat right top;*/

}

#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}

