/* common styles*/

.header {
	}
.headertext {
	font-size: .7em; padding-right: 5px; text-align: right; vertical-align: bottom; 
	}
.headertext a {
	padding: 0px; text-decoration: none;
	}
.headertext a:hover {
	padding: 0px; text-decoration: underline; background: #FFF0A5;
	}
	
table.header {
	height: 54px;
	margin: 0px;
	background-color: #FFF0A5;
	background-attachment: fixed;
	background-image: url(../../images/iqsHdrBGright.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;
}
	
#headerMenu ul 
{
    background: #224634 top left url(../../images/menu_background.gif) repeat-x;
    font-family: Helvetica, Arial, Sans-Serif;
    padding-left: 0;
    margin: 0;
    height: 26px;
}

#headerMenu ul li {
list-style: none;
display: inline;
}

#headerMenu ul li a {
padding: 4px .6em 2px;
text-decoration: none;
float: left;
color: #FFFBE8;
font-size: 14px;
font-weight: bold;
height: 20px;
border-left: 1px solid #000;
font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, Sans-Serif;
background: #224634 top left url(../../images/menu_background.gif) repeat-x;
/*background-color: #8E2800;
border: 2px solid #8E2800;*/
}

#headerMenu ul li:first-child a 
{
    border-left: 0;
}

#headerMenu ul li a:hover {
    background: transparent top left url(../../images/menu_hover_background.gif) repeat-x;
}

#headerMenu ul li ul li a:hover {
    background-color: transparent;
    background-image: none;
    color: #8E2800;
    text-decoration: underline;
    /*background-color: #66D49D;*/
}

div.megamenu
{
    background: #fff bottom left url(../../images/submenu_background.gif) repeat-x;
}

#headerMenu ul ul
{
    background-color: transparent;
    background-image: none;
}

#headerMenu ul li div ul li div
{
    background-image: none;
}

#headerMenu ul li ul li {
    display: block;
}

#headerMenu ul li ul li a {
color: #000;
background-color: transparent;
background-image: none;
border-width: 0px;
font-weight: normal;
float: none;
font-size: 1em;
font-family: Helvetica, Arial, Sans-Serif;
}

#headerMenu ul li ul li a:hover{
color: #8E2800;
text-decoration: uunderline;
}

html>body #headerMenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
}

.headerHover 
{
    background: transparent top left url(../../images/menu_hover_background.gif) repeat-x;
}