/* CSS Document */


.menutitle{
cursor: pointer;
margin-bottom: 1px;
margin-left:12px;
background: url(../Images/mixdown.gif) no-repeat 0 0;
height: 20px;
line-height: 20px;
color:#000000;
width:205px;
padding:2px;
padding-left: 2px;
text-align: left;
border:1px solid #000000;
font: bold 16px Times,verdana,sans-serif;
text-decoration: none;
color: black;

}

.navigationBar{
float: left;
}

.submenu{
margin-bottom: 0.5em;
padding-left: 15px;
margin-left:12px;
color: #000000;
width:196px;
text-align: left;
background: url(../Images/beige174.jpg) center center repeat-x;
}

a.submenu:link { color:#000000;
				 text-decoration: none;
}
a.submenu:visited { color:#000000;
			 	    text-decoration: none;
				
}
A.submenu:active {text-decoration: none;}
A.submenu:hover {font-size:24; font-weight:bold; color: red;} 

}

