.toptxt {
	text-align: center;
	font-size: 14px;
	text-decoratin: bold;
}

.text_menu {
	color:#EFeFeF;
	font-size: 11px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:bold;
}


.text_sm {
	color:#c0c0c0;
	font-size: 11px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
}

.text_search {
	color:#ffffff;
	font-size: 11px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
}

.text_sm_b {
	color:#101010;
	font-size: 11px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
}
.text_lg {
	color:#000033;
	font-size: 15px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:larger;
	font-weight: bold;
	
}
.tableText {
	color:#CCCCCC;
}



a:link {
	font-weight: normal;
	text-decoration:none;
	color:#D98668
}

a:hover {
	color:#B36E56;
	text-decoration:underline;
}

a:visited { 
	color: #D9AC68;
	text-decoration: none; 
	}
a:active { 
	color: #D9AC68;
}

#base {
	background-color:#333333;
	position: absolute;
	width:99%;
	margin:1px;
}
#level1{
	margin-left:155px;
	padding-left:5px;
	color:#CCCCCC;
}
#level2{
	margin-top: 5px;
	background-color: #222222;
	border:thin;
	border-color:#222222;
	border-style:groove;
}
#picBxrt {
	float:right;
	background: #222222;
	position:relative;
	margin-left:7px;
	padding:3px;
	border:none;
	font-size:14px
}
#picBxlft {
	float:left;
	background: #000000;
	position:relative;
	margin-left: 3px;
	margin-right: 7px;
	padding:3px;
}
#banner {
	border-style:groove;
	border-width:thick;
	border-color:#222222;
	background-color:#444444;
	width: 99%;
}
#topBar {  	
	background-color:#000000;
	color:#DDDDDD;
	font-size: 15px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:larger;
	font-weight: bold;
	text-align: center;
	}
#lftBar {
	position:absolute;
	color:#CCCCCC;
	width:150px;
	margin-left:0px;
	margin-top:5px;
	margin-right:5px;
	background-color:#330000;
	border:1px;
	border-color:#000000
	}
#btmBar {
	text-align: center;
	color:#c0c0c0;
	font-size: 11px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
}
#magpie {
	float:left;
	width:300px;
	height:auto;
	background:#FFFFFF;
}

/**************** menu coding *****************/
#menu {
	position:absolute;
	color:#CCCCCC;
	width:150px;
	margin-left:0px;
	margin-top:5px;
	margin-right:5px;
	background-color:#330000;
	border:1px;
	border-color:#000000;
	z-index: 1;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #330000;
	background: #CCCCCC;
	text-transform: uppercase;
}

#menu a {
	color: #CCCCCC;
	background: #330000;
	text-decoration: none;
}

#menu a:hover {
	color: #330000;
	background: #CCCCCC;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
<!--[if IE]>
 #menu ul li {float: left; width: 100%;}
<![endif]-->
<!--[if lt IE 7]>
body {
	behavior: url(csshover.htc);
	font-size: 100%;
}
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
<![endif]-->