#menu {
	list-style:none; 
	width:1100px;
	height:39px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	
	background-image: url(../images/menuBg.png);
	background-repeat:repeat-x;
}

#menu ul.menu {
	margin: 0px;
	margin-left: 20px;
}


#menu ul.menu li {
	display: inline; 
    	float:left;
	padding-top: 6px;
 	font:bold 14px Arial;
	margin: 0 3px 0 3px;
}	

#menu ul.menu li.active {
	background-image: url(../images/menuActive.png);
	background-repeat:repeat-x;
}

#menu ul.menu li a {
	color:#444; 
	display:block; 
	height:39px; 
	padding:0px 10px 0px 10px; 
	text-decoration:none;
	
	font-size: 14px;
	font-family: Arial;
}

#menu ul.menu li a:hover {
    color:#000;
	text-decoration: underline;
}

.moduletable {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:1.5;
	text-align:left;
	padding:0px;
	margin:0px;
	background-color:#262626;
	border:1px solid #2198fd;	
	border-top: 4px solid #2198fd;
	margin-bottom: 10px;
}

.moduletable h3 {
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #989898;
}

.moduletable .test {
	position: relative;
	right: -1px;
	bottom: -1px;
	height: 28px;
	background-image: url(../images/botbg.png);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.moduletable ul {
	margin: 0px;
	padding: 10px 15px 0px 25px;
	line-height: 17px;
}

.moduletable ul li {
	list-style-type: none;
	padding-top: 8px;
}

.moduletable ul li.active {
	padding-left: 15px;
	background-image: url(../images/arli.png);
	background-repeat: no-repeat;
	background-position: 0 1.1em;
}

.moduletable ul li a {
	color:#fff;
}

.moduletable ul li.active a {
	color:#2198fd;
}

.moduletable .breadcrumbs 
{
	background-color:#fff;
}