@charset "utf-8";


/*New Top Level Navigation - Curved Tabs ----------------------------------*/

.menu {
width:700px; 
height:32px; 
position:relative; 
z-index:100;
font-family:Arial, Helvetica, sans-serif;
clear:both;
float:right;
margin-top:0px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:900px; 
w\idth:899px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:180px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:13px;
text-decoration:none; 
color:#fff; 
height:30px; 
background: #032A47 url(../images/navigation/roundleft.gif) no-repeat left top; 
padding-left:15px; 
padding-right:0px;
line-height:29px; 
font-weight:bold;
border-right:solid 2px #FFF;
font-weight:normal;

}

.menu a span {
float: left;
display: block;
background: transparent url(../images/navigation/roundright.gif) no-repeat right top; 
padding-right:15px;
cursor: pointer;

}

.menu li.selected a{
background-color: #0198DF;
color:#FFFFFF;
border-bottom: solid 2px #0198DF;
}

.menu li.selected_sub a{
background-color: #0198DF;
color:#FFFFFF;
border-bottom: solid 1px #FFF;
border-left: solid 1px #FFF;
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
margin-top:-2px;
border-top: solid 1px #FFF;
z-index:1;
}

.menu li.selected_sub_red a{
background-color:#990000;
color:#FFFFFF;
border-bottom: solid 1px #FFF;
border-left: solid 1px #FFF;
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:180px; 
w\idth:169px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:180px;
border-top:1px solid #FFF;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:149px; 
top:-1px; 
width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#0198DF;
color:#FFF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:180px;
border-bottom:solid 1px #FFF;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:150px;
w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#FFF; 
background-color:#0198DF;
}

.menu :hover > a, {
color:#FFF; 
background-color:#0198DF;
}

.menu ul ul :hover > a {
color:#FFF; 
background-color:#032A47;
}

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

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


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




/*Blue Bar Navigation - Grey tabs at top ----------------------------------*/
.bluetabs{
width: 100%;
overflow: hidden;
}

.bluetabs ul{
margin: 0;
padding: 0;
padding-right: 45px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
list-style-type: none;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 8px 6px 8px; 
border-right: 1px solid white; 
color: white;
background: #666666; 
}

.bluetabs li a:visited{
color: white;
}

.bluetabs li a:hover, .bluetabs li.selected a{
background-color:#009900;
}

.first{
border-left: solid 1px #FFF;
}



