/*CSS Menu
Copyright 2004 @ Zeno POPOVICI
*/

#navcontainer-sub ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #000;
	color: White;
	float: center;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	display:table;
	text-align:center;
}
#navcontainer-sub ul li { 
	display: inline; 
	background-color: #000;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer-sub ul li a
{
	padding: 0.2em 1em;
	background-color: #000;
	color: White;
	text-decoration: none;
	float: left;
}
#navcontainer-sub ul li a:hover
{
	background-color: #ccc;
	color: #fff;
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: center;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	display:table;
	text-align:center;
}
#navcontainer ul li { 
	display: inline; 
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover
{
	background-color: #369;
	color: #fff;
}
/* WebCam */
#webcamcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: center;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	display:table;
	text-align:center;
}
#webcamcontainer ul li { 
	display: inline; 
	background-color: #036;
	color: White;
	text-decoration: none;
	float: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#webcamcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: center;
}
#webcamcontainer ul li a:hover
{
	background-color: #369;
	color: #fff;
}
#current a:link 
{
	background-color: #fff;
	color: #fff;
}
#current a:visited 
{
	background-color: #fff;
	color: #fff;
}