#header
{
	margin-top: 0px;
	margin-left: auto ;
	margin-right: auto ;
	height: 83px;
	width: 100%;
	background-color: transparent; 
	background-repeat: no-repeat;

    z-index:2;
}

#tabs
{
	margin-left: auto ;
	margin-right: auto ;
	height: 40px;
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #436d9c;
	z-index:1;
}

#tabs2
{
	margin-left: 150px;
	margin-right: auto ;
	height: 40px;
	width: 85%;
	background-image: url(images/topnav_bkgd.jpg); 
	background-repeat:repeat-x;    
	background-color: #436d9c;
	 z-index:2;
}

#nav
{
	float: left;
	width: 180px;
	height: 150px;
	background-color: #999;
	margin-bottom: 10px;
	z-index:100;
}

#content2
{
	margin-left: auto ;
	margin-right: auto ;
	height: 550px;
	width: 808px;
	background-color: #FFF;
	margin-bottom: 10px;
	z-index:100;
}

#content3
{
	margin-left: auto ;
	margin-right: auto ;
	height: 350px;
	width: 400px;
	background-color: #FFF;
	margin-bottom: 10px;
	z-index:100;
}

#content4
{
	margin-left: auto ;
	margin-right: auto ;
	height: 600px;
	width: 808px;
	background-color: #FFF;
	margin-bottom: 10px;
	z-index:100;
}

#footer
{
	clear: both;
	margin-left: 100px;
	height: 50px;
	width: 825px;;
	background-color: #666;
	margin-bottom: 10px;
    z-index:100;
}


#menu, #menu ul {
margin:0; 
padding:0; 
list-style:none; 
font-size: 100%;
cursor: default;
width: auto;

/* background-image: url(SpryAssets/SpryMenuBarDown.gif);  */
/* background-repeat: no-repeat;  */
background-position: 10px 85%;

/* font: 14px arial, verdana, sans-serif;  */
/* background:url(trans.gif); position:absolute; */
/* background-image: url(images/topnav_bkgd.jpg); */
/* background-repeat:repeat-x; */
/* background-color: #436d9c; */

}

#menu {
height:40px; 
float:left; 
padding:0; 
position:relative; 
}

#menu ul {
position:absolute; 
left:-9999px; 
top:-9999px;
}

#menu table {border-collapse:collapse; margin:-1px; padding:0; width:0; height:0;}
#menu li {
margin: 0px;
padding: 0px;
list-style-type: none;
font-size: 100%;
position: relative;
text-align: left;
cursor: pointer;
width: 14em;
float:left;
border-color: white;
border-left-style: solid;
border-left-width: 1px;
border-right-style: none;
border-right-width: 1px;
}


#menu ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 14em;
	position: absolute;
	left: -1000em;
}


#menu li a {
display:block; 
float:left; 
color:#fff; 
height:40px; 
padding:0 20px 0 0; 
line-height:38px; 
text-decoration:none; 
/* background:url(button1a.gif) no-repeat right top; */
/* background-image: url(SpryAssets/SpryMenuBarDown.gif); */
/* background-repeat: no-repeat; */ 
background-position: 10px 85%;
}
#menu li a.sub {
/* background:url(button3a.gif) no-repeat right top; */
/* background-image: url(SpryAssets/SpryMenuBarDown.gif); */
/* background-repeat: no-repeat; */
background-position: 10px 85%;
}
#menu li a b {
display:block; 
float:left; height:40px; 
/* background:url(button1.gif) left top; */
/* background-image: url(SpryAssets/SpryMenuBarDown.gif); */
/* background-repeat: no-repeat; */
background-position: 10px 85%;
padding:0 0 0 20px; 
cursor:pointer;

}

#menu li:hover {position:relative; z-index:2;}
#menu a:hover {position:relative; z-index:2; color:#fc0;}
#menu a.sub:hover {
background:url(button3.gif) no-repeat right top;

}

#menu li:hover > a {color:#fc0;}
#menu li:hover > a.sub {background:url(button3.gif) no-repeat right top;}

#menu :hover ul {
left:0; top:40px; 
z-index:3; 
width:160px; 
padding-top:4px; 
/* background:url(trans.gif); */
/* background-image: url(SpryAssets/SpryMenuBarDown.gif); */
/* background-repeat: no-repeat; */
background-position: 10px 85%;

}
#menu :hover ul li a {height:40px; width:160px; padding:0 0 0 10px; line-height:35px; background:#436d9c; color:#fff; border-bottom:1px solid #a3b6c4; font-size:12px;}
#menu :hover ul li a.fly {url(SpryMenuBarRightHover.gif)) no-repeat background-position: 95% 50%;}

#menu :hover ul li a:hover {color:#fc0;}
#menu :hover ul li a:hover.fly {url(SpryMenuBarRightHover.gif) no-repeat background-position: 95% 50%;}
#menu :hover ul li:hover > a {color:#fc0;}
#menu :hover ul li:hover > a.fly {url(SpryMenuBarRightHover.gif) no-repeat background-position: 95% 50%;}

#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px;}

#menu :hover ul :hover ul {left:117px; top:0; padding:0;}
#menu :hover ul :hover ul li a {
/* background:#a3b6c4; */
/* background-image: url(SpryAssets/SpryMenuBarDown.gif); */
/* background-repeat: no-repeat; */
background-position: 10px 85%;
color:#fc0; 
border-bottom:1px solid #a3b6c4; 
font-size:12px;


}
#menu :hover ul :hover ul li a:hover {color:#fff;}
