﻿.topArea
{
	background:none;
}
.topNavContainer
{
	background-image:url("images/mainnav_off.gif");
}
.topNavItem
{
	color: #FFFFFF;	
	/*background-image: url('images/bl_Navbar_Splitter_Glass.jpg');*/
}
.topNavSelected a 
{
	background-image: url('images/mainnav_on.gif');
}
.topNavHover a
{
	background-image: url('images/mainnav_on.gif');
}
.topNavRoundLeft
{
	width:15px;
	/*position:relative;
	*right:-1px;*/
	background-image:url('images/left_nav_filler.gif');
	background-repeat:no-repeat;
}
.topNavRoundRight
{
	width:15px;
	background-image:url('images/right_nav_filler.gif');
	background-repeat:no-repeat;
}
/*Start Bottom Nav*/

.bottomNavContainer {
	
	/*background-image:url("images/bl_Navbar_Gd_Default.jpg");
	background-repeat:repeat-x;*/

}
.bottomNavItem {
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	margin-right: 3px;
	font-family: tahoma;
	font-size: 10px;
}

.bottomNavHover a {	
	text-decoration: none;
	color: #5c8a8d;
	text-transform: uppercase;
}

.bottomNavSelected a {	
	text-decoration: none;
	color: #5c8a8d;
	text-transform: uppercase;
}

/*End Bottom Nav*/
.title-With-Background 
{ 
	background-color:#5E6E9E;
}
.glassSpacerLeft
{
	width:0px
}
.glassSpacerRight
{
	width:0px
}
.hdrfiller {
	background-image: url(images/hdr_filler2.gif);
	background-repeat: repeat-x;
}
.logopadding	{	
	/*  margin: top right bottom left */
	margin: 5px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
}