/* CSS Document */

#menus{
	height:28px;
	margin-top:7px;
	width:649px;
}

#menus .menu{
	border-left:1px dotted #0053CD;
	height:27px;
	float:left;
}

.m1{
	width:84px;
}

.m2{
	width:127px;
}

.m3{
	width:120px;
}

.m4{
	width:104px;
}

.m5{
	width:111px;
}

.m6{
	width:95px;
	border-right:1px dotted #0053CD;
}

.m7{
	width:141px;
}

.m8{
	width:65px;
	border-right:1px dotted #0053CD;
}

a.menulink{
	color:#0053CD;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	line-height:37px;
	height:37px;
	vertical-align:bottom;
}

a.menulink:hover{
	color: #eb0000;
}

a.menulinkSel{
	color:#eb0000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	line-height:37px;
	height:37px;
	vertical-align:bottom;
}

a.menulink:hover{
	color: #eb0000;
}