/* Menustyle 
The roll over back ground images for the menu should be changed from the javascript also

*/
.menustyle{
font-weight: bold;
width: 100%;
height: 17px;
text-align: center; /*set value to "left", "center", or "right"*/
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
background: url(images123/menu.gif) center center repeat-x; /*THEME CHANGE HERE*/
vertical-align:sub;
color: #FFFFFF;
}
.menustyle img {
vertical-align:middle;
}
.menustyle a {
font-weight: bold;
width: 100%;
height: 17px;
text-align: center; /*set value to "left", "center", or "right"*/
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
background: url(images123/menu.gif) center center repeat-x; /*THEME CHANGE HERE*/
vertical-align:sub;
text-decoration:none;
color: #FFFFFF;
}
.menustyle a:hover {
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */
.dropdown {
position:absolute; 
width:175px;
visibility:hidden;
font:bold 10px verdana;
color:#FFFFFF;
text-align:left;
}
.dropdown a{
padding-left:5px;
display:block;
padding-top:2px;
margin-top:-2px;
height: 19px;
text-align:left;
background-image:url(images123/submenu.gif);
background-repeat:repeat-x;
font:bold 10px verdana;
color:#FFFFFF;
text-decoration:none;
}
.dropdown a:hover{
height: 19px;
color:#FFFFFF;
background-image:url(images123/submenu_over.jpg);
background-repeat:repeat-x
}

