﻿body
{
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-image: url('../images/background.gif');
}

/* Start CSS Drop Down Menu */

#menuh-container
	{
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	}
		
#menuh a
{
    text-align: center;
    display: block;
    border: 1px solid #E9E0B5;
    white-space: nowrap;
    margin: 0;
    padding: 2px 18px 2px 18px;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active
{
    border-style: none solid none none;
    border-width: 2px;
    border-color: #ffffff;
    color: #804000;
    background-color: #e9e0b5;
    text-decoration: none;
}
	
#menuh a:hover
{
    border-style: none solid none none;
    border-width: 2px;
    border-color: #ffffff;
    color: #804000;
    background-repeat: repeat-x;
    text-decoration: none;
    background-color: #e9e0b5;
}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:99px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

.sidebarmenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 11px Verdana;
width: 180px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a
{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: white;
    text-decoration: none;
    padding: 4px;
    border-bottom: 1px solid #778;
    border-bottom-color: #FF3300;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{/*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
 background-color: Orange;
}

.sidebarmenu a.subfolderstyle{
background: url(../images/more.png) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; background-color: Orange; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

h1
{
    font-size: 14px;
    color: #3366CC;
    font-weight: bold;
}
h2
{
    font-size: 13px;
    color: #3366CC;
    font-weight: bold;
}
h3
{
    font-size: 12px;
    color: #3366CC;
    font-weight: normal;
}
a:link
{
    color: #FF6600;
    text-decoration: none;
}
a:visited
{
    color: #FF6600;
    text-decoration: none;
}
a:active
{
    color: #804000;
    text-decoration: none;
}
a:hover
{
    color: #804000;
    text-decoration: none;
}
.disclaimer
{
    font-size: 10px;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    line-height: 15px;
}
ul{
}
ul.downloads li a
{
    background: url(../images/arrow.png) 0 5px no-repeat;
    padding: 0 0 0 14px;
    font: 11px/16px Arial, Helvetica, sans-serif;
    color: #804000;
    text-decoration: none;
    margin: 0;
    display: block;
}
ul.downloads li a:hover{
	color:#FF6600;
}
ul li.noImg{
	display:block;
	background-image:none;
	height:20px;
}
p a:link
{
    color: #FF6600;
    text-decoration: none;
}
p a:visited
{
    color: #FF6600;
    text-decoration: none;
}
p a:active
{
    color: #FF6600;
    text-decoration: none;
}
p a:hover
{
    color: #FF6600;
    text-decoration: none;
}
p span
{
    color: #804000;
    font-weight: bold;
    font: bold 11px/16px Arial, Helvetica, sans-serif;
}
