﻿

#topbox {  								/* szigatech logo */
	width: 970px;
	padding: 0px;
	height: 232px;
	background-color: #FFF;

}
#vizmenu{
	padding: 0;
	width: 100%; 
	voice-family: "\"}\"";
	voice-family: inherit;

	position: relative;
	
	background-color: #FFF;
}

#vizmenu ul{
margin: 0;
margin-left:15px;
padding: 0;
list-style: none;
}

#vizmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}



#vizmenu a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: #000;
	text-decoration: none;
	margin: 0 3px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #CCC; /*Brown color theme*/
}

#vizmenu a:hover{
	background-color: #06F; /*Brown color theme*/
	color: white;
}

#vizmenu #current a{ /*currently selected tab*/
	background-color: #09F; /*Brown color theme*/
	text-color: black;
}

