ul
{
	list-style: url("/images/blubul2d.gif") disc;
}

#logo { 
    width:178px;
    height:78px;  
    float:left;
}
#top-bar {
}

#menu-top1 {
    width:10px;
    height:40px;
}
#menu-box { 
    height:30px; /* this is so that it knows how much blue background to draw */
    padding-top:8px;  /* This pushes down the text a bit so it looks vertically centered */
    background:#6699ff;  /* My blue color */
}

a.menu { 
    color: white; 
    text-decoration: none; 
}

a.menu:hover { 
    color: yellow; 
    text-decoration: underline;
}

#content {
    padding: 10px 20px 20px 20px; /* top right bottom left */
}

#footer {
	text-align:center;
    background:#6699ff;  /* My blue color */
	font-size:10pt;
    padding: 5px 2px 6px 2px; /* top right bottom left */
}

#cc-license {
	padding-top:5pt;
	font-size:8pt;
	text-align:center;
}

#menu { /* Taken from book */
	position:relative; 
}

#menuoff {  }

#menuon { 
	position: absolute; 
	top: 0; left: 0; 
	visibility: hidden; 
}
