﻿* { margin: 0px; padding: 0px; }
body 
{
    background-color:#565656;
    background-image:url(images/bg.jpg);
    background-attachment:fixed;
    background-position:center;
    background-repeat:repeat-y;
    text-align:center;
}
span.footer
{
    font:8.5pt,arial;
    color:#FFFFFF;
}
span.footer a
{
	text-decoration:none;
	color:#FFFFFF;
}
span.footer a:hover
{
	text-decoration:underline;
}

span.menu_header
{
    font-size:9pt;
    font-weight:bold;
    margin-top:5pt;
    margin-bottom:5pt;
}
ul {
	/*list-style: url("images/bullet.jpg");*/
	margin-bottom:5px;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	padding: 0;
	font:bold,10pt, arial;
	}
#menu ul
{
	list-style: none;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	padding: 0;
}
#menu 
{
    font:8pt, arial;
    color: #8D9179;
	width: 150px;
	margin-top:5px;
	margin-left:7pt;
	float:left;
	}
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
#menu li a:link, #menu li a:visited {
	color:White;
	display: block;
	/*background:  url(images/menu.gif);*/
	background-color:Gray;
	padding: 8px 0 0 10px;
	}
#menu li a:hover, #menu li a:active {
	color:#000066;
	background-color:Gray;
	/*background:  url(images/menu.gif) 0 -32px;*/
	padding: 8px 0 0 10px;
	}

#main
{
    width:900px;
    height:100%;
    background-color:#FFFFFF;
    margin:auto;
}
#header
{ 
    margin-top:5pt;
    margin-bottom:5pt;
}
#content_main
{
    text-align:left;
    /*height:100%;*/
    height:420px;
}
#content
{
    width:100%;
    height:100%;
    float:right;
}

#footer
{
   margin-top:5pt;
   margin-bottom:5pt;
   width: 882px;
   height: 50px;
   background-image:url("images/footer.jpg") 
}

/***************************************************/
/*#navigation {
	position: absolute;
	top: 150px;
	left: 15px;
	width: 165px;
}
#content { margin: 40px 40px 0px 220px; }*/
menu {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 6px 0px 2px 0px;
	padding: 3px 4px 3px 22px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #CC0000;
	list-style-type:none;
}
#menu A {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
#menu A:visited { color: #FFFFFF; background-color: transparent; }
#menu A:active { color: #FFFFFF; background-color: transparent; }
#menu A:hover { color: #FFFF99; background-color: transparent; }
UL#menu { visibility: hidden; 	list-style-type: none; }

#menu A { display: block; line-height: 10pt; }
#menu A:hover, #menu A.unfolded, #menu A.unfolded:hover { color: #FFFF99; background-color: transparent; }

#menu LI { position: relative; margin: 0px; padding: 3px 0px 3px 0px; }

#menu LI UL {
	display: none;
	position: absolute;
	top: 0px;
	left:15px;
	border: 1px solid #000000;
	padding: 1px;
	list-style-type: none;
	color: #FFFFFF;
	background-color:Gray;
}

#menu LI UL { left: 120px; width: 100%; z-index: 100; }
html>body #menu LI UL { left: 150px; }

#menu LI UL LI UL { left: 90px; z-index: 200; }
html>body #menu LI UL LI UL { left: 100px; }

/***********************/
#mytabsmenu
{
	background-color:#E8E8E8;
}
.tabsmenuclass ul{
overflow: hidden;
width: 900px;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: #E8E8E8;
color: black;
margin-right: 1px;
text-decoration: none;
font: bold 10px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: black;
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
background: #E8E8E8;
width: 900px;
height: 24px;
padding: 5px;
border: 1px solid silver;
text-align:left;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}