@charset "utf-8";
/* CSS Document */

ul#nav  {
width: 712px;
list-style-type:none;
background-position:center;

float:left;
clear:both;
display:block;
padding:0px;
margin:0px;
background-color: #660066;
border-right:solid 1px #CCCCCC ; 
 }
 
ul#nav li {
list-style-type:none;
display: inline;
float:left;
height:46px;

border-left:solid 1px #CCCCCC;

}
ul#nav li a {
display:block;
float:left;
width: 114px;

font-size:10px;
font-weight:bold;
color:#FFFFFF;
padding: 16px 0px 11px 0px;
text-align:center;


}
ul#nav li a:hover {
color: #00CCCC  ;
text-decoration:underline;

}

body {
	background-color:#000;
background-image: url(images/bg.gif);

}