.componentheading h1 {
color:#496388;
font-size:1em;
margin:0;
padding:0;
background:#FFFFFF;
border:0;
font-weight:normal;
}

h2 {
border-bottom:1px solid #EEEEEE;
color:#5C6D75;
font-size:1.3em;
margin:0;
}

.contentpaneopen p {
padding-top:0.7em;
padding-bottom:0.5em;
}

.urmenu {
z-index:1000 !important;
font-size:11px;
position: relative;
text-decoration:none;
}

/* remove all the bullets, borders and padding from the default list styling */
.urmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:148px;
}
/* hack for IE5.5 */
* html .urmenu ul {margin-left:-0px; ma\rgin-left:0; text-decoration:none;}
/* position relative so that you can position the sub levels */
.urmenu li {
position:relative;
background:#a3b9cf;
height:180%;
margin: 0;
}

.urmenu ul li.sub a:hover{
color:#000 !important;
background: #f4f4f4 !important;
}



.urmenu li ul {
border-top: #fff;
border-left: #fff;
border-bottom: #fff;
border-right: #fff;
background: #a3b9cf !important;
}



/* get rid of the table */
.urmenu table {
position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
z-index:1000; 
font-size: 1em;
}

/* style the links */
.urmenu a, .urmenu a:visited {
display:block; 
text-decoration:none;
height:179%;
line-height:179%;
width:148px;
color:#000;
text-indent:5px;
font-size:1em;
margin: 0;
}

/* hack for IE5.5 */
* html .urmenu a, * html .urmenu a:visited 
{
background:#a3b9cf; width:148px; w\idth:148px;
}

/* style the link hover */
* html .urmenu a:hover {
font-size:1em;
color:#000;
margin: 0;
text-decoration:none;
}

.urmenu :hover > a {
color:#000;
font-size:1em;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.urmenu ul ul {
visibility:hidden;
position:absolute;
top:20px;
left:0px;
background: #a3b9cf !important;
}

.urmenu ul ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:-148px; 
}

.urmenu ul ul li a:hover {
color:#000;
background:#a3b9cf;
}

/* make the second level visible when hover on first level list OR link */
.urmenu ul :hover ul{
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.urmenu ul :hover ul ul{
visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.urmenu ul :hover ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.urmenu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.urmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

#footer {
z-index: -2 !important;
}

* + html .urmenu li.sub {margin-bottom:-2px; z-index: 9999 !important;}