/* Menu Style 1 */
.topmenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(menur_bg.gif) repeat-x;
	height: 46px;
	list-style: none;
}

.topmenu li{
	float:left;
}

.topmenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.topmenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px;
}

.topmenu li.current a, .topmenu li a:hover{
	color: #fff;
	background: url(menur_hover_left.gif) no-repeat;
	background-position: left;
}

.topmenu li.current a b, .topmenu li a:hover b{
	color: #fff;
	background: url(menur_hover_right.gif) no-repeat right top;
}

.submenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background:#d4340c;
	height: 30px;
	list-style: none;
	text-align:left;
	padding-top:0px;
}

.submenu a{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding-right:20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:3px;
	line-height:23px;
}

.submenu a:hover{
	text-decoration:underline;	
}

.submenu .current {
	background-color:#FFF;
	color:#d4340c;
}
/* Menu Style 0 */

/* Message Part 0 */
#mesaggePart {
	width:300px;
	margin-top:3px;
}

#mesaggePart .top {
	background:url(kosem_top.gif) no-repeat bottom;
	height:51px;
	width:300px;		
}

#mesaggePart .middle {
	background:url(kosem_middle.gif) repeat-y;
	width:266px;
	padding:17px;
	padding-bottom:0px;
	font-family:tahoma;
	font-size:12px;
	color:#448581;
	font-weight:bold;
}

#mesaggePart .bottom {
	background:url(kosem_bottom.gif) no-repeat bottom;
	height:25px;
	width:300px;	
}

/* Message Part 1 */

