body {
	padding: 0;
	margin: 0;
}
 
#content {
	/* width: 700; */
	padding: 0;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* width: 980; */
	text-align: center;
}
html>body #content {
	/* width: 980px; */
} 
 
a {
	text-decoration: none;
}
 
a:link {
	color: #080;
}
 
/* 
a:visited {
	color: #FFFFFF;
}
*/
 
a:active {
	color: red;
}
 
a:hover {
	text-decoration: underline;
}
 

ul {
	list-style: none;
/*	padding: 0;
	margin: 0; */

}

 
#nav a {
	font-weight: bold;
	color: #ffd200;
}
 
#nav a {
	text-decoration: none;
}
 
#nav li li a {
	/* display: none; */
	font-weight: normal;
	font-family: verdana;
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	padding: 5px;
	line-height: 25px;
}
 
#nav li li a:hover {
	padding: 5px;
	border: 0px solid ffd200;
	border-width: 0 0px;
	color: ffd200;
	margin-left: 3px;
}
 
li {
	float: left;
	position: relative;
	/* width of unit */
	/* width: 181px; */
	text-align: left;
	cursor: default;
	background-color: white;
	/* border: 0px solid green; */
	border-width: 0px 0;
}
 
li#first {
	border-left-width: 1em;
}

li#news {
	width: 400px;
}
 
li#last {
	border-right-width: 1em;
}
 
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0; 
	font-weight: normal;
	background-color: #000000;
	/* opacity:0.8; */
	/* filter:alpha(opacity=80); */
	/* background: url(images/ddbg3.gif) bottom left no-repeat; */
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #662d91;
	border-left: solid 1px #662d91;
	border-bottom: solid 1px #662d91;
	width: 134px;
}
 
li>ul {
	top: auto;
	left: auto;
}
 
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
 
li:hover ul, li.over ul {
	display: block;
}
 
hr {
	display: none;
}

a.cam22 {
	font-family: verdana;
	font-size: 11px;
	color: purple;
	text-decoration: none;
	line-height: 20px;
}
	
a.cam22:hover {
	font-family: verdana;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}