* {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}

html, body {
	height: 100%;
	overflow: hidden;
}

img {
	display: block;
}

a:hover{
	color: #3856EB;
}

a.active {
	color: #303189;
}

select {
	border: 1px solid #000;
	background-color: #FFF;
	margin-right: 10px;
	font-weight: normal;	
}
select * {
	font-weight: normal;
}

#top ul {
	list-style-type: none;
	z-index: 1;
}
#top li {
	font-size: 14px;
}
#top ul li.parent {
	border-width: 1px;
	border-style: hidden;
	border-bottom-color: #FFF;
	height: 28px;
	width: 0; /*ie6 fix*/
	white-space: nowrap;
}
#top ul > li.parent {
	width: auto;
	border-style: solid;
	border-color: transparent;	
}

#top li.parent.hover {
	color: #000 !important;
	background-color: #FFF;
	border: 1px solid #646566;	
}

#top .parent .children {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #646566;
	display: none;
}

#top .children li {
	width: 120px;
	font-size: 11px;
	padding: 7px 0;
	margin: 0 7px;
	border-bottom: 1px solid #646566;
	white-space: nowrap;
}
#top .children > li {
	width: auto;
	min-width: 120px;
}

#top .children li.chhover, #top li.active {
	color: #3856EB !important;
}

input {
	background-color: #FFF;
}

#global {
	width: 96%;
	height: 96%;
	padding: 2%;
}