div {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
}

.clsCMOn, .clsCMOver {
	font-size: 12px;
    padding: 2px 4px;
	color: black;
	text-align: center;
}
body
{
    font-family: Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color:#000;
}
h1
{
    font-size: 24px;
}
h2
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
h3
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}
h4
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}
ul
{
    margin-top: 0;
    list-style-type: square;
}
a:link, a:visited
{
    text-decoration: none;
    color: Blue;
}
a:hover
{
    color: Red;
}
.Header
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 750px;
}
.Menu
{
    top: 100px;
    left: 0px;
    width: 200px;
    position: absolute;
    background-color: #cccccc;
}
.AdminMenu
{
    top: 78px;
    left: 0px;
    width: 200px;
    position: absolute;
}
.Sidebar
{
    top: 100px;
    left: 0;
    width: 259px;
    height: 535px;
    background-color: #02566E;
    position: absolute;   
}
.SecondColumn
{
    top: 110px;
    left: 460px;
    position: absolute;
}
.Content
{
    top: 100px;
    left: 270px;
    position: relative;
    width: 480px;
}
.AdminContent
{
    top: 80px;
    left: 200px;
    position: relative;
    width: 580px;
}
.HomeContent 
{
    top:100px;
    left: 0;
    position: absolute;
    width: 775px;
}
.NewContent
{
    top: 100px;
    left: 10px;
    position: relative;
    width: 755px;
}
.NewContentTable
{
    top: 100px;
    left: 20;
    position: absolute;
    width: 755px;
}
p.steps{
    font-size: 11px;
    text-align:center;
}
ul#nav{
	font-family:Arial,Sans-Serif;
	margin:0;
	padding:0;
	list-style-type:none;
	/*border:1px solid #666;*/
	background:#cf9;
	padding:.5em;
	width:14em;
}
ul#nav li ul{
	background:#cf9;
	margin:0;
	padding:0;
}
ul#nav li{
	position:relative;
	margin:0;
	width:14em;
	padding:0;
	list-style-type:none;
	background:transparent;
	color:#333;
	line-height:150%;
}
ul#nav a{
	border:1px solid #cf9;
	color:#000;
	text-decoration:none;
	display:block;
}
ul#nav a:hover{
	border:1px inset #be8;
	background:#be8;
	color:#333;
}
ul#nav li li a{
	padding-left:1em;
	color:#333;
	text-decoration:none;
	display:block;
}
ul#nav li li a:hover{
	background:#ad7;
}

/* This did work
ul#nav { 
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	width: 207px;
	border-bottom: 1px dashed #999;
}
#nav a { 
	border-left:1px dashed #999; border-right:1px dashed #999; border-top:1px dashed #999; color: #000;
	font-size: 12px;
	display: block;
	width: 170px;
	text-decoration: none;
	border-bottom: medium none;
	background-color: #e7e7e7;
	background-image: url('images/link.png');
	background-repeat: no-repeat;
	background-position: left center; padding-left:30px; padding-right:5px; padding-top:7px; padding-bottom:7px;
}
#nav a:hover {
	font-weight: bold;
	background: #B2F511 url(images/go.png) no-repeat 5px 50%;
}
*/
ul#nav li { display: inline; }

* html ul#nav a { height: 1px; }
