div.infomenu {
color:#FFFFFF;
position:absolute;
top:45px;
right:0px;
padding:0px;
width:180px;
border-left:1px solid #FFFFFF;
border-right:0px solid #FFFFFF; 
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
background-color:#000000;
}

A.menulink {
display: block;
text-align: center;
text-decoration: none;
font-size:10px;
background-color:gray;
color: #000000;
BORDER: none;

}

A.menulink:hover {
text-align: center;
background-color:#FFFFFF;
color: #000000;
font-size:16px;
}


.notice {
width:250px;
position:absolute;
top:235px;
left:154px;
padding:5px;
background-color:#000000;
border:1px solid;
}

div.infomenu2 {
color:#FFFFFF;
position:absolute;
top:295px;
right:0px;
padding:0px;
width:140px;
border-left:1px solid #FFFFFF;
border-right:0px solid #FFFFFF; 
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
background-color:#000000;
}
body { 
font-family:helvetica, arial, geneva, sans-serif;
font-size:12px;
background-color:#000000;
}

font {font-family:helvetica, arial, geneva, sans-serif; font-size:12px; }

a:visited,a:active,a:hover,a:link { 
font-family:helvetica,arial,geneva,sans-serif; 
color:#EEEEEE;
text-decoration:none; 
}

.loginDesc {
background-color:#000000;
width:100%px;
display:table;
border:0px;
float:left;
padding:2px;
text-align:left;
font-family:sans-serif;
font-size:10px;
}

h1 {
font-family:helvetica, arial, geneva, sans-serif;
font-size:24px;
}
h2 {
font-family:helvetica, arial, geneva, sans-serif;
font-size:20px;
}
h3 {
font-family:helvetica, arial, geneva, sans-serif;
font-size:16px;
}
h4 {
font-family:helvetica, arial, geneva, sans-serif;
font-size:14px;
}
h5 {
font-family:helvetica, arial, geneva, sans-serif;
font-size:12px;
}

hr {
height:1px;
color:#FFFFFF;
}



.jailbody {
width:350px;
position:absolute;
top:95px;
left:154px;
padding:5px;
background-color:#FFFFFF;
border:1px solid;
}




div.loginContainer { 
background-color:#2A4148;
border:1px solid #FFFFFF;
width:650px;
padding:20px;
margin:5px;
display:table;
text-align:center;
}



div.logo {
position:absolute;
text-align:center;
top:0px;
left:146px;
height:115px;
padding:0px;
border-left:1px solid #FFFFFF;
border-top:0px solid #FFFFFF; 
border-right:1px solid #FFFFFF; 
border-bottom:1px solid #FFFFFF;
background-color:#6097C6;
background:url(http://70.87.14.210/~lpc/game/templates/darkCity/logo.jpg) no-repeat;
}

div.topLeft {
width:150px;
height:125px;
position:absolute;
text-align:center;
top:0px;
left:0px;
border-top:0px;
border-left:0px;
border-right:0px;
border-bottom:0px;
padding:0px;
margin:0px;
color:#FFFFFF;
font-weight:bold;
background-color:#6097C6;
background:url(http://70.87.14.210/~lpc/game/templates/darkCity/leftcorner.jpg) no-repeat;
}

div.menuLeft {
position:absolute;
width:139px;
_width:140px;
top:125px;
left:0px;
border-top:0px;
border-left:0px;
border-right:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
padding:0px;
margin:0px;
padding:0px;
margin:0px;
color:#FFFFFF;
background:url(http://70.87.14.210/~lpc/game/templates/darkCity/menuleft.jpg) no-repeat;
}


div.menuLinks {
padding:10px;
}


<Style>
div.hr{
	height: 1px;
	background: black;
	overflow: hidden;
}

div.hr hr{
	display: none;
}


/* INPUT CSS */

input, select {
font-size:12px;
font-family:Arial,sans-serif;
background-color:#000000;
color:#FFFFFF;
border:1px solid #FFFFFF;
}

textarea {
font-size:12px;
font-family:Arial,sans-serif;
background-color:#000000;
color:#FFFFFF;
border:1px solid #FFFFFF;
}

/* END INPUT CSS */


table,tr,td  { 
font-family:helvetica, arial, geneva, sans-serif;
color:#FFFFFF;
font-size:12px;

}


.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
font-weight: bold;
color: white;
background-color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}