﻿body { background:black; font:10pt arial;margin:0;
}


#languageBar {margin:0 auto; width:800px; height:15px; background:#222;text-align:right;font:7pt verdana; }
#languageBar a {color:Silver;}
#languageBar a:hover {color:#f2f2f2;}

#header{ margin:0 auto;height:30px;background:#0;width:840px;}
#header a {color:White;}
#header a:hover {color:silver;}

#flashDiv { margin:0 auto;width:776px;}
/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}
