﻿
/* submenu */
#submenu {
width: 184px;
height: 92px;
margin-left: 0px;
margin-top:10px;
float: inherit;
text-align: left;
display:inline;
list-style-type: none;
padding-right: 20px;
}

#submenu li a {
height: 50px;
voice-family: "\"}\""; 
voice-family: inherit;
/*height: 100px;*/
text-decoration: none;
text-align: center;
display:inline;
font:menu;
}	
	
#submenu li a:visited {
color: navy;
display: inline;
background:  url(images/off.png) top center no-repeat;
padding: 10px 10px 10px 10px;
height: 29px;
text-align: center;
}

#submenu li a:link {
color: navy;
display: inline;
background:  url(images/off.png) top center no-repeat;
padding: 10px 10px 10px 10px;
height: 29px;
text-align: center;
}
	
#submenu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 10px 10px 10px 10px;
height: 29px;
text-align: center;
}	

ul {
list-style: none;
height:45px;
margin: 0;
padding: 0;
text-align: center;
}

#stuff {
background:  url(images/texttop.png) top left no-repeat;
width: 600px;
height:60px;
margin: 0px 0px 0px 0px;
padding-top: -10px;
/*border: 2px navy;*/
}


/*fim submenu */
