body {

	background-color:rgb(167,179,203);
	color:rgb(0,0,0);
	font-size:12px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

a {
	/*color:rgb(106,24,234);*/
	text-decoration:none;
	font-weight:bold;
}

a.normal
{
    color:white;
    text-decoration:underline;    
}

.topbar ul.menu {
	display:block; 
	list-style-type:none; 
	margin:0px; 
	padding:0px;
}

.topbar ul.menu li {
	display:inline;
	float:left;
}

.topbar ul.menu li.text {
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;

	font-size:12px;
	font-weight:bold;
	color:rgb(256,256,256);
}

.topbar ul.menu li.text a {
	color:rgb(256,256,256);
}

.topbar ul.menu li.text a:hover {
	color:rgb(0,0,0);
}

.topbar ul.menu li.divider {
	width:1px;
	height:31px;
	margin-bottom:2px;
	
	background-image:url(../img/topbar-divider.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

