.topmenu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% Arial, Helvetica, sans-serif;
	font-size:13px;
    color: black;
    font-weight: normal;
	}

.topmenu ul{
	height:42px;
	list-style:none;
	margin:0;
	padding:0;
	}

.topmenu li{
    float:left;
	padding:0px;
	list-style:none;
    margin: 0px;
	}

.topmenu li a{
	background:url("images/menu/normal200x36.gif") bottom left no-repeat;
	color:#fff;
	display:block;
	font-weight:bold;
    font-size: 11px;
	line-height:36px;
	margin:0px;
	padding:0px 8px 0px 16px;
	text-align:bottom;
	text-decoration:none;
    text-transform:uppercase;
	}

.topmenu li a:hover, .topmenu ul li:hover a{
	background: url("images/menu/hovernormal200x36.gif") bottom left no-repeat;
	color:#000;
	text-decoration:none;
	}

.topmenustart li{
    float:left;
	padding:0px;
	list-style:none;
    margin: 0px;
	}

.topmenustart li a{
	background:url("images/menu/start.gif") bottom repeat-x;
	color:#fff;
	display:block;
	font-weight:bold;
    font-size: 12px;
	line-height:36px;
	margin:0px;
	padding:0px 12px;
	text-align:center;
	text-decoration:none;
    text-transform:uppercase;
	}

.topmenustart li a:hover{
	background: url("images/menu/start.gif") bottom center repeat-x;
    font-weight:bold;
	text-decoration:none;
    }

.topmenu li ul{
	background:#ccc;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:200px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}

.topmenu li:hover ul{
	display:block;
	}

.topmenu li li {
	background:url('images/sub_sep.gif') bottom left repeat-x;
    border-left: 1px dotted #999;
    border-right: 1px dotted #999;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:198px;
	}

.topmenu li:hover li a{
	background:none;
    font-weight:normal;
	}

.topmenu li ul a{
	display:block;
	height:24px;
    line-height: 24px;
	font-size:12px;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
    font-weight: normal;
	border-bottom:1px dotted #999;
    color:black;
    text-transform: none;
	}

.topmenu li ul a:hover, .topmenu li ul li:hover a{
	background:url('images/menu/start.gif') bottom left repeat-x;
	border-bottom:1px dotted #999;
	text-decoration:none;
	}

.topmenu p{
	clear:left;
}


