ul#nav
{	
	position: relative;
	display: block; /* have to use this to keep the ul from wrapping unexplainably */
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Trebuchet MS, Sans-Serif;
	font-size: 12px;
	height:30px;
/*
	width: 530px;  have to use this to keep the ul from wrapping unexplainably 
	max-width:530px;
*/
	top:0px;
	line-height:135%;
	margin-left:1px;
	color:#000;
	border:0px solid #ccc;
}
ul#side_menu
{	
	list-style: none; 
	display: block; /* have to use this to keep the ul from wrapping unexplainably */
	padding: 0px;
	margin: 20px 5px 20px 5px;
	font-family: Arial, Trebuchet MS, Sans-Serif;
	font-size: 12px;
	line-height:100%;
	color:#000;
	border-top:1px solid #ccc;
}
ul#side_menu li
{	
	position: relative;list-style: none; 
	display: block; /* have to use this to keep the ul from wrapping unexplainably */
	padding: 10px;
	font-family: Arial, Trebuchet MS, Sans-Serif;
	font-size: 12px;
/*
	width: 530px;  have to use this to keep the ul from wrapping unexplainably 
	max-width:530px;
*/
	top:0px;
	line-height:100%;
	margin-left:1px;
	color:#000;
	border-bottom:1px solid #ccc;
}
ul#side_menu a
{	
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
}
ul#nav li.on
{
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 13px 7px 13px;
	color:#f44;
/*
	background-color:#888c94;
*/
}

ul#nav li {
	float: left;
	display: block;
	padding: 7px 0px 7px 0px;  /* top right bottom left */
	_padding: 7px 13px 7px 13px;  /* IE 5.0 hack */
	position: relative;
	z-index: 5;
}

ul#nav li a
{
	font-family: Arial, Trebuchet MS, Sans-Serif;
	font-weight: bold; 
	text-transform: uppercase;
	color:#eef;
	font-size: 12px;
	padding: 7px 13px 7px 13px;
	_padding: 6px 0px 7px 0px; /* compensation for IE 5.0 hack above - for IE 6.0 and above */
}

ul#nav A:hover
{
	color:#000;/*#2769BA;*/
}

ul#nav li div, ul#nav  li ul, ul#nav  li li 
{
	width: 100%;
/*
	min-width:150px;
*/
	min-width:160px;
	_width: 180px;
	text-align:left;
}

ul#nav li div 
{
	position: absolute;
	left: 0px;
	top: 29px;
	_top: 29px;
	margin: 0;
	display: none;
}

ul#nav li ul 
{
	background-color: #d3d3d3; /* #bfbfbf; tan */ /* #8CC721; */
	border-bottom:1px solid #888;
	border-right:1px solid #aaa;	
	padding: 0 0 15px;
	margin: 0;
	display: table; /* Mozilla, Opera background fix */
}

ul#nav li li 
{
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0px -10px;
	border-left: none;
	height: 30px;
	border-right:0px;
}

ul#nav li li.current 
{
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0px -10px;
	padding: 6px 13px 3px;
	border-left: none;
	height:20px;
	width:100%;
}

ul#nav li li a 
{
	display: block;
	padding: 6px 13px 6px;
	margin: 0px 0px;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 12px;
/*
	min-width:150px;
*/
	_width:221px;
	color:#111;/*#525951;*/
}

ul#nav li.on div ul li a, ul#nav li.on div ul li a:visited
{	/* other links in currently displayed page's section: */
	color:#111;
	padding-left:13px;
	padding-right:13px;
	_padding-right:0px; /* IE 6+ overcompensates*/
	_width:222px; /* All IE versions don't expand to fit container unless this is set */
}

ul#nav li.on div ul li a:hover
{	/* other links in currently displayed page's section: */
	color:#eef;
}

ul#nav li.on A, ul#nav li.on A:visited
{	/* currently selected menu item color - specific to menu div */
	color:#f44;
	padding-left:0px;
	padding-right:0px;
}

ul#nav li.on li 
{	/* currently selected menu item submenu link color */
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Verdana, sans-serif;
	border:0px;
}


ul#nav li li a img 
{
	vertical-align: middle;
}

ul#nav li li:hover 
{
	background: none transparent;
	border:0px;
}

ul#nav  a:hover 
{
	text-decoration: none;
}

ul#nav li li a:hover 
{
	background-color: #8694A2; /*#7fa3ce;*/
	color: #eef;
}

ul#nav li:hover div, ul#nav  li.over div 
{
	display: block;
}

ul#nav li:hover, ul#nav li.over, ul#nav li.active 
{
	background-image:url(../../__templates/images/menu_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
/*
	background-color: #d3d3d3;
	background-image:url(../images/menuhover_tan.gif);
	background-repeat: repeat-x;
	backround position: bottom;
*/
}

