

/* ADDED BY JOE  */

#menuBar, #menuBarLeft
{
	height: 30px;
	margin: 0px;
	background: #CC0000;
	color: #FFFFFF;
}
#menuBarLeft
{
	height: auto;
	margin: 230px 0px 0px 15px;
	background: none;
}

#mainMenu ul
{
	list-style-type: none;
}
#menuContainer
{

}
#menuContainerLeft
{
	width: 130px;
}


#mainMenu
{	
	height: 30px;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li
{
	float: left;
	position: relative;

	list-style-type: none;
	display: block;
	background: #CC0000;
	color: #FFFFFF;
	height: 30px;
	/*margin: 8px 0px 0px 0px;*/
	padding: 0;
	z-index: 10;
	font-size: 10px;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	z-index: 10;
	top: 30px;
	width: 10px;
	left: 0;
	background: #CC0000;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

li ul li
{
	/*margin-left:-20px;*/
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom 
left */
	top: 30px;
	left: auto;
	z-index: 10;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 10;
}

#nav li ul li:hover
{
	background: #999999;
	text-align: center;
}

#nav li a
{
	display: block;
	width: 100px;
	height: 26px;
	padding: 2px;
	text-decoration:none;
	color: #FFFFFF !important;
	text-align: center;
}

*html li a { padding: 8px 4px 0px 4px;}

li a:visited
{
	/*color: #FFFFFF;*/
	text-align: center;
}

li a:hover
{
	background: #999999;
	color: #FFFFFF;
	text-align: center;
}

#menuBarLeft li
{
	text-align: left;
	width: 140px;
	background: none;
	padding-left: 0;
	height: 32px;
}

#menuBarLeft li a, #menuBarLeft li a:visited
{
	padding-left: 0px;
	width: 140px;
	text-align: center;
}


#menuBarLeft li ul
{
	width: 144px;
}

#menuBarLeft li ul
{
	top: 0px;
	left: 140px;
	width: 144px;
}

#menuBarLeft li ul li a, #menuBarLeft li ul li a:visited
{
	padding-left: 0px;
	width: 144px;
	height: 26px;
	text-align: center;
}

#menuBarLeft li ul li a:hover
{
	padding-left: 0px;
	width: 144px;
	height: 26px;
	text-align: center;
}


ul.news_articles
{
	width: auto;
	margin: 0;
	padding: 0;
}
ul.news_articles li
{
	margin: 0;
	padding: 0;
}
ul.news_articles li a:link, ul.news_articles li a:visited
{
	margin: 0;
	padding: 0;
	background: none;
	width: auto;
	display: block;
}




