html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}

body { 
	padding:0px;
	margin:0px auto; 
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	background-color: #CACACA;	
	background-image: url('../images/background.png');
	background-repeat:repeat-x;
}

TABLE { 
	text-align:left; 
}


.button { 
	background-color:#EFEFF7;
	color:#242880;
	border:2px solid #242880;
}




a { 
	text-decoration: none;
	color: #203566;
}

a:hover { 
	color: #5D87D5;
}

td { 
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
}

td.off {
	background: #3C8AD8;
}

td.on { 
	background: #2368AD
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the outer div to give it width */
.menu {
	width: 1001px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul ul {
	width:91px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: 91px;
	position: relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none; 
	color: #fff; 
	min-width: 90px;
	width:91px;
	height: 24px;
	background: #3C8AD8;
	line-height: 24px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 91px;
	w\idth: 91px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #2368AD;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background: #c9ba65;
}

.menu ul ul :hover > a.drop {
	background: #c9ba65;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 24px;
	left: 0; 
	width: 91px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top: 24px;
	t\op: 24px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color: #3C8AD8;
	color: #000;
	height: 24px;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width: 00px;
	w\idth: 91px;
	height: 24px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color: #fff; 
	background-color: #2368AD;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-color: #2368AD;
}



/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible; 
}

/* Details downloads */

.userdownloads .button,.userdownloads .spacer {
	width:282px;
	height:22px;
	margin:2px
}
.userdownloads a .button {
	color:white;
	text-align:center;
	background-image:url('../images/details/userdownloadbutton.gif');
	background-repeat:no-repeat;
	border:none;
	padding:4px 0 0 0;
	font-weight:bolder;
	cursor:pointer;
}

.userdownloads a:hover .button {
	text-align:center;
	background-image:url('../images/details/userdownloadbutton_over.gif');
	background-repeat:no-repeat;
	border:none;
}

.userdownloads .button a sss{
	vertical-align: middle;
}

.userdownloads .spacer {

}

/* Topsnews (RSS) */

.topnews {
	background-color: #E6E6E6;
	margin-bottom:15px;
	width:100%;
}

.topnews .container {
	padding: 0 5px 0 5px;
	min-height:auto;

}

.topnews .title {
	text-align: left;
}

.topnews .content {
	text-align: left;
	color: black;
}

/* Buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {

	border:none;
    background: transparent url('../images/button/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    height: 24px;
    margin-right: 6px;
    margin-left: 6px;
	margin-bottom:2px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
	background: transparent url('../images/button/bg_button_span.gif') no-repeat;
	font-size:8pt;
	display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 