@charset "UTF-8";
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_left_right_line.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.nav {
height:30px;
width:100%;
margin: 0 30px 0 30px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
background:url(img/blue0.png) repeat top center;
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:10px;
z-index:200;
}


#footer {
  background: #23667b url(img/blue0.png) repeat top center;
  border: none; /* Sets the border properties for an element using shorthand notation */
  font: 0.7em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  height: 30px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 5px 0px 1px 0px; /* Sets the padding properties for an element (top, right, bottom, left) */
  text-align:center;
  width: 100%;
}



.nav .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.nav li {
float:left;
background:url(img/blue1b.png);
}

.nav li.lrt {
float:right;
background:url(img/blue1b.png);
}


.nav .select a {
display:block; 
height:30px; 
float:left; 
background: url(img/blue0.png); 
padding:0 0 0 10px;  /* Sets the padding properties for an element (top, right, bottom, left) */
text-decoration:none; 
line-height:30px; 
white-space:nowrap; 
color:#0ff;
}


.nav .select li.lrt a {color:#0ff;}


.nav .select a b {
display:block;
padding:0 10px 0 10px;  /* Sets the padding properties for an element (top, right, bottom, left) */
background:url(img/blue0.png) right top;
}

.nav .select li.line a b {
background:url(img/blue0b.png) right top;
}

.nav .select a:hover, 
.nav .select li:hover a {
background: url(img/blue1b.png); 
padding:0 0 0 10px; /* Sets the padding properties for an element (top, right, bottom, left) */

color:#fff;
}

.nav .select li.lrt a:hover, 
.nav .select li.lrt:hover a {
background: url(img/blue1b.png); 
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
padding:0 20px 0 10px;  /* Sets the padding properties for an element (top, right, bottom, left) */ 
background:url(img/blue1b.png) right top; 

}

.nav .select li.line a:hover b, 
.nav .select li.line:hover a b {
background:url(img/blue1c.png) right top; 
}

.nav .select li.lrt a:hover b, 
.nav .select li.lrt:hover a b {
background:url(img/blue1b.png) right top; 
}

.nav .select li.lrt a:hover b.arrow, 
.nav .select li.lrt:hover a b.arrow {
background:url(img/blue1c.png) right top; 
}

.nav .sub {
display:none;
}
.nav ul ul {display:none;}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
margin:0; 
padding:0;
list-style:none;
}

.nav .sub li {background:transparent;}

.nav .select :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:100%;
top:30px; 
left:0; 
text-align:center;
background:#fff url(img/fade.gif);
border:1px solid #aaa;
}

.nav .select :hover .rt li {float:right;}

.nav .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background:transparent url(img/transparent.gif); padding:0 10px; margin:0; white-space:nowrap; color:#333;font-size:10px;}

.nav .select :hover .sub li.subline a {color:#c00;}

.nav .select :hover .sub li a:hover,
.nav .select :hover .sub li:hover
{color:#000; line-height:20px; position:relative; background:#fff url(img/fade.gif) left bottom;}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 30px 0 30px;
}
