.topMenu {
	position: absolute; 
	left: -33px; 
	width: 110px; 
	font-family: sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	color: #EAEFF5;
	padding-top: 1px;  
}

.topMenu div {
	width: 110px; 
	display: block; 
	background: url(title.gif) repeat-x;
	text-align: center; 
}

.topMenu div:first-child {
        /* margin-left: 25px;  */
        background: url(toptitle.gif) no-repeat;
}

.topMenu div a {
	padding: 1px; 
	font-weight: bold;
	color: #DFE9F7;
	display: inline;
	overflow: hidden;
}

.topMenu div a.current {
	background : #A19C9C;
}

.topMenu div a:link {
	text-decoration: none;
}

.topMenu div a:visited {
	text-decoration: none;
}

.topMenu div a:hover {
	color: #ccc;
	text-decoration: none;
	background-color:transparent;
}
