/* Drop down menu */

@charset "utf-8";

body{
background:#000;
}

#navcon-con
{
height:32px;
width:1000px;
margin:0 auto;
background:#004d73 url(image/nav-bg.jpg) repeat-x;
}

#navcon-inner{
margin:0 auto;
padding:0;
width:880px;
height:32px;
border-left:#026495 1px solid;
background:#004d73 url(image/nav-bg.jpg) repeat-x;
}

.navcon{
display:block;
font-size:1px;
}
.navcon{
position:relative;
zoom:1;
margin:0 auto;
}
.navcon a, .navcon li{
float:left;
display:block;
white-space:nowrap;
}
.navcon div a, .navcon ul a, .navcon ul li{
float:none;
}
.navcon ul{
left:-10000px;
position:absolute;
}
.navcon, .navcon ul{
list-style:none;
padding:0px;
margin:0px;
}
.navcon li a{
float:none
}
.navcon li{
position:relative;
}

li:hover>ul{
left:auto;
}
#navcon ul {
top:100%;
}
#navcon ul li:hover>ul{
top:0;
left:100%;
}

/* Primary Items */	
#navcon a{	
padding:4px 17px 6px 18px;
margin:4px 0 0 0;
color:#fff;
font-family:Trebuchet MS, Arial, sans-serif;
font-size:12px;  /* was 12px (changing to 10px does allow all text on same line in IE, but not in Firefox - remains the same) */
font-weight:bold;
text-decoration:none;
border-right:#026495 1px solid;
}

/* Hover */
#navcon a:hover, #navcon div a:hover, #navcon ul a:hover{
color:#ff0;
background:#006ba1 url(image/nav-bg2.jpg) repeat-x;
}

/* Secondary Items Container */	
#navcon div, #navcon ul{	
padding:0;
margin:0;z-index:10;
}

/* Secondary Items */	
#navcon div a, #navcon ul a{	
padding:3px 10px;
background:#004d73 url(image/nav-bg.jpg) repeat-x;
font-size:11px;
margin:0;
width: 169px; /* was 149px changes width of sub menu says jcb Yes*/
}

/* set width of secondary menu */
.submen
{
width:150px; /* was 150px */
}
