/* Begin CSS Popout Menu */



#mainNav{
 letter-spacing:0.04em;
width:750px;
_overflow:hidden;
	height:23px;
background-color:#284494;
margin-top:0px;
text-align:left;
color:#fff;
margin:0;padding: 0px 15px;
z-index:5000;

	background-image: url(../img/primaspot.png);
	background-repeat: no-repeat;
	background-position: 651px 0px;
	border-bottom: 1px solid #FFF;
}


#mainNav a {
	height:23px;
display:block;
white-space:nowrap;
background-color:#284494;
text-decoration:none;
margin:0;
padding:0px;
text-align:center;

}

#mainNav ul ul  {
margin-left:5px;
}
#mainNav ul ul a {
text-align:left;
}



/*#mainNav h2*/
#mainNav h2 {
text-align:left;
margin:0px;
padding:0px;
padding-right:5px;
padding-left:5px;
color:#fff;
height:23px;
line-height:23px;
width:60px;
}


#mainNav a, #mainNav a:visited{
color:#FFF;
background-color:#284494;
}



#mainNav a:active{
color:#E6E6E7;

}

#mainNav h2 {
font-size:1.2em;

}

#mainNav h2 a,#mainNav h2 a:visited,#mainNav h2 a:active {

border:none;
color:#fff;

}



#mainNav ul{
	font-size: 80%;
list-style:none;
margin:0;
padding:0px;
float:left;

}

#mainNav li{
text-align:left;
font-size:80%;
position:relative;
list-style:none;
padding:0px;
font-weight:bold;
}

#mainNav li li{
font-size:100%;

}

#mainNav ul ul{
font-size:100%;
position:absolute;

top:auto;
display:none;
width:12em;
overflow:hidden;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
border-top: 1px solid #FFF;
}

#mainNav ul ul li{
width:12em;
border-bottom: 1px solid #FFF;
margin:0;padding:0;
height:23px;
line-height:23px;
}

#mainNav ul ul li a{
margin:0;padding:0;
padding-left:5px;
}

#mainNav ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#mainNav h2:hover{
}

div#mainNav li:hover{
cursor:pointer;

}

div#mainNav li:hover ul ul,
div#mainNav li li:hover ul ul,
div#mainNav li li li:hover ul ul,
div#mainNav li li li li:hover ul ul
{
display:none;
}

div#mainNav li:hover ul,
div#mainNav li li:hover ul,
div#mainNav li li li:hover ul,
div#mainNav li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#mainNav a.x, #mainNav a.x:visited{
font-weight:bold;
color:#000;

}

#mainNav a.x:hover{

}

#mainNav a.x:active{

}

/* End CSS Popout Menu */



