body
{
	background-color: #e4e4e4;
	margin: 0;
	color: gray;
	font-family: Arial, Sans Serif;
	font-size: 10pt;
}

.splashbg
{
	background-image: url(images/splash/bg.jpg);
	background-repeat: repeat-y;
}

.titlebg
{
	background-image: url(images/nav/titlebg.gif);
	background-repeat: repeat-x;
}

.navbg
{
	background-image: url(images/nav/navbarbg.gif);
	background-repeat: repeat-x;
}

.nomargins { margin: 0px; }

.widetext
{
	color: #c8c8c8;
	letter-spacing: 1pt;
}














#popupmenu{
	float: left; /* to keep the other floating objects contained*/
	position: relative; /* This can also be fixed or absolute*/
	width: 100%;
	
	/*Format */
	background-color: none;
	color: #b0b0b0;
}

#popupmenu ul{
	float: left;
	white-space: nowrap;
	margin: 0;  
	padding: 0;  
}



/* add more for each extra submenu level*/
#popupmenu ul li,
#popupmenu ul li ul li,
#popupmenu ul li ul li ul li,
#popupmenu ul li ul li ul li ul li
{ 
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	position: relative;  
}
/* add more for each extra submenu level*/
#popupmenu ul li ul,
#popupmenu ul:hover li ul li ul,
#popupmenu ul:hover li ul li ul li ul,
#popupmenu ul:hover li ul li ul li ul li ul
{ 
	display: none;
	z-index: 1000;
}



/* First submenu level*/
#popupmenu  > ul > li:hover > ul{
	display: block; /*unhide it*/
	
	float: right;	
	position: absolute; /* It needs to be absolute
	for the effect to work.*/
	
	width: 120px;
	bottom: 2.1em; /* This places the the bottom of the 
	ul 1.1em from the bottom of the enclosing li. This 
	is the important part of the effect.*/
	
}
/* For the remaining submenu levels*/
/* add more for each extra submenu level*/
#popupmenu  ul  li  ul  li:hover  ul,
#popupmenu  ul  li  ul li ul li:hover  ul,
#popupmenu  ul  li  ul li ul li ul li:hover  ul{
	float: right;
	display: block;
	position: absolute;
	
	width: 7em;
	left: 6em;
	bottom: 3px; /* Required with some value or
	the effect will not work*/
}
#popupmenu ul li:hover ul li{ 
	display: block;
 	float: none;   
 	width: 100%;
}



#popupmenu ul li a
{
	float: none;
	display: block;
	text-decoration: none;
	color: #848484;
	padding: 6px 28px 6px 28px;
}
/* The on state for the link when you are on the submenu.
This should be before the hover state for the link itself*/
#popupmenu ul li:hover > a
{
	background-color: #dadada;
	color: #848484;
	padding: 6px 28px 6px 28px;
}
#popupmenu ul li a:hover
{ 
	background-color: #f7f7f7; 
	color: #848484;
	padding: 6px 28px 6px 28px;
}

#popupmenu ul li ul li a
{
	float: none;
	background-color: #dbdbdb;
	color: #848484;
	padding: 6px 28px 6px 28px;
	border-top: 1px #999 solid;
}














.copyright
{
	color: #c8c8c8;
	font-size: 8pt;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;	
}


a:link
{
	color: #808080;
	text-decoration: none;
}

a:active
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: #808080;
	text-decoration: none;
	margin: 0;
}

a:visited:hover
{
	color: black;
	text-decoration: none;
}
