/* Start of CMSMS style sheet 'Menu' */
/*-----------------------------------------------------------------------------
Dick Elmer's Furniture Screen Stylesheet

version:   1.0
date:      01/03/07
author:    Stephen Greener
email:     admin@stephengreener.com
website:   http://www.stephengreener.com
version history: 1
-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/ 

/* @import url("typography.css"); */

#menu {
	position: absolute;
	width: 140px;
	text-align: center;
	margin-left: 16px;
}
#menu ul {
	padding-top: 10px;
	list-style: none;
	list-style-position: outside;
}
#menu ul li {
	width: 140px;
	list-style: none;
	font-weight: bold;
	padding: 5px 0px 2px 0px;
	/* border-bottom: 1px dotted #333333; */
	background: url(uploads/images/dotted_ul.gif) repeat-x bottom;
}
#menu ul li a {
	color: #6684cc;
}
#menu ul li:hover {
	background-color: #d0daf3;
}
#menu ul li a:hover {
	/* color: #2e406b; */
}
#menu ul li.currentpage {
	list-style: none;
	color: #2e406b;
}
/* End of 'Menu' */

