/* EVERYPAGE CSS */

body {
background-color: #000000;
/*background-image: url(http://communicationsafetysystem.com/bg.jpg);
background-position: center 0px;
background-repeat: repeat-y;*/
margin: 0px;
padding: 0px;
}



ul#navigation {
font-family:Tahoma, Arial, Verdana, Sans;
padding: 0;
margin: 0 auto;
margin-left: 0 auto;
margin-right: 0 auto;
background-image: url('images/nav_bg.jpg');
color: #fffff;
width: 780px;
height:24px;
}

ul#navigation li {
display: inline;
font-size:10pt;
height:24px;

}

ul#navigation li a {
padding-top: 6px;
padding-left: 10px;
padding-right: 8px;
color: #fff;
text-decoration: none;
border-bottom: none;
border-top: none;
height:24px;
font-size:10pt;

}

ul#navigation li a:hover {
color: yellow;
text-decoration:none;
height:24px;
font-size:10pt;
}

.clear {
clear: both;
}


