.e-navigation-primary {
	/*width:30em;*/
	
}

.e-navigation-primary ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.e-navigation-primary li {
	float: left;
	margin: 0 0.45em;
	line-height : 1em;
}

.e-navigation-primary li a {
	height: auto;
	width: auto;
	/*line-height: 1.5em;*/
	display: block;
	text-decoration: none;
	text-align: center;
}
.e-navigation-primary ul ul li a {
	text-align: left;
	line-height : 1.6em;
}

.e-navigation-primary li a:hover {
	text-decoration: none;
}









#menu{
width:100%;
float:left;
}

#menu a, #menu h2{
display:block;
white-space:nowrap;
margin:0;
/*padding:1px 0 1px 3px;*/
}

#menu h2{
}

#menu a{
text-decoration:none;
/*padding: 5px;*/
color:#ddd;
/*padding-top: 6px;*/
padding-bottom: 6px;
/*background: #f00;*/
}

#menu a:hover{
text-decoration:none;
color: #fff;
}



#menu a:active{
/*color:#060;
background:#ccc;*/
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
/*width:6.5em;*/
width: auto;
/*text-align: center;*/
}

#menu li{
	position:relative;
	float: left;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
text-align: left;
margin-left: -5px;
width: auto;
padding-right: 25px;
background: #333 url('/r/i/default/icom_snav_bg.jpg') top left repeat-x !important;
margin-top: 0px;
border: 1px solid #A4A4A4;
float: left !important;
padding: 0.5em 0.3em 0.5em 0.3em;
}

#menu ul ul li {
	float : none;
}
/* More of Gez's tertiary fun..
#menu ul ul:hover{
width: 400px;
}

#menu ul ul ul:hover{
width: auto;
}

#menu ul ul a {
	width: 100%;
	margin: 0px;
}

#menu ul ul li {
	clear: both;
	padding-top:0px;
	margin-top:0px;
	float: left !important;
}

#menu ul ul a:hover {
	/*border-top: 1px solid #232C6D;
	border-bottom: 1px solid #232C6D;*/
}



/* Gez's tertiary fun..

#menu ul ul ul{
	position: absolute;
	top:0;
	right: 0;
	left: 100%;
	width: 500px;
	margin-bottom: 10px;
	width: auto;
	float: left !important;
	padding: 10px;
	padding-left: 100px;
	border: 0px;
	background: none;
}

#menu ul ul ul li{
	float: left !important;
	margin-bottom: 10px;
	background: none;
}

#menu ul ul ul li a {
	font-weight: normal;
}

*/




/* 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#menu h2:hover{
/*background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;*/
}

div#menu li:hover{
cursor:pointer;
z-index:100;
/*background: #fff;*/
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
/*color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;*/
}

#menu a.x:hover{
color:#a00;
/*background:#ddd;*/
}

#menu a.x:active{
color:#060;
/*background:#ccc;*/
}
