.menubackground {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
}

#navigation{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
position:relative;
top:-2px;
}


#navigation li {
padding-left:10px;
padding-bottom:19px;

list-style:none;
}
#navigation ul {
margin:0px;
}
#navigation a:link{
 color:white;
 text-decoration:none;
}
#navigation a:active{
 color:#FFCC00;
 text-decoration:none;
}
#navigation a:visited{
 color:white;
 text-decoration:none;
}
#navigation a:hover{
 color:#FF6600;
 text-decoration:none;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl { /*This is the sizing and alignment of the menu */
float: left;
width: 128px; /*sets size of the boxes */
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
color: white;
background-image: url('images/menu.jpg');/*Changed color of background when no mouse over*/
border: 1px solid black;
}
#menu dd {
display: none;
border: 1px solid black;
}
#menu li {
text-align: center;
background-image: url('images/menu.jpg');/*changes color of drop down box*/
}
#menu li a, #menu dt a {
color: #fff; /*This changes color of links in submenu and any without a dropdown*/
text-decoration: none;
text-align: center;
font-weight: bold;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background-image: url('images/menusel.jpg'); /*This changes the color that is shown when hovered over*/
border: 1px solid gray;
}

