#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;

}

#nav-menu li
{
float: left;
margin: 0 0.15em;
padding: 0;
text-align: center

}

#nav-menu li a
{
background:url(css-nav.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 90px;
display: block;
border: 0.1em solid #dcdce9;
color:#000000;
text-decoration: none;
text-align: center;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;

}

#nav-menu li a:hover
{
background:url(css-nav2.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 90px;
display: block;
border: 0.1em solid #dcdce9;
color:#000000;
text-decoration:underline;
text-align: center;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;

}



/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu
{
width:760;

}

.dotted {
	border: 2px;
	border-style: dashed;
	border-color:#000000;
	}
	
.dotted2 {
	border-top: 2px;
	border-bottom: 2px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #000000;
	}

.dotted3 {
	border-top: 2px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #000000;
	}	
	
	
.borderline {
	border: 2px;
	border-bottom-style:solid;
	border-color:#000000;
	}