﻿.menu {
	width:100%;background-color:#0D76BA;border-bottom:2px solid #9CC6E3;
}

.menu A, .menu A:hover {
	color:#ffffff;font-weight:bold;font-size:12px;text-decoration: none;
}
.menu A:hover {
	text-decoration:underline;
}

.menuitem {
	float:left;background:url(bullet.gif) no-repeat 3px;line-height:32px;margin-right:18px;
}

.menuitem DIV {
	margin-left:19px;
}	   

.menuitem_active {
	float:left;background:url(bullet_active.gif) no-repeat 3px;line-height:32px;margin-right:24px;
}

.menuitem_active DIV  {
	margin-left:25px;
}

