@charset "utf-8";
/*nav starts */
#navigation {
padding: 20px 0px 5px 0px;
margin: 0px auto;
width: 832px;
}
* {

}
#nav {
list-style:none;
height:40px;
width:auto; /* this is what centers IE - a fixed with - auto left aligns*/
position:relative;
line-height:1.4em;
margin:0;
padding:0;
}
#nav img {
border: 0px;
}
#nav li {
float:left;
text-align:center;
}
#nav a {
display:block;
text-decoration:none;
color:#000;
background:;
}
#nav a:active, #nav a:focus, #nav a:hover {
background:;
text-decoration: underline;
}
/* --------- Sub Nav --------- */
#nav li.current ul {
left:0;
}
#nav ul {
position:absolute;
left:-999em;
width:800px;
list-style:none;
padding:0px 10px 10px 0px;
margin: 0px;
}
#nav ul li {
width:auto;
margin:0 10px 0 0;
}
#nav ul a {
font-size:80%;
height:auto;
padding:0px;
}
#nav li:active ul, #nav li:hover ul { 
left:0;
background: ;
}
#nav li:hover ul { 
text-decoration: none;
}
/* nav ends */

