#hor_menu  ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

#hor_menu ul {
	margin-left: 175px;
	border-left: 1px solid #CFD3E2;
}

#hor_menu li{
	display: inline;
	position: relative;
	white-space: nowrap;
}

#hor_menu li a.last{
	border-right: 1px solid #CFD3E2;
}


#hor_menu a {
	border-right: 1px solid #CFD3E2;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #4D9DDC;
	padding-top: 4px;
	padding-left: 35px;
	padding-right: 5px;
	background-color: transparent;
	line-height:21px;
}

* html #hor_menu  a {
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 0px;
	line-height: 17px
}


* html #hor_menu  a {
	height: 1%;
} 


#hor_menu a:hover{
	color: #333366;
	border-right: 1px solid #cc0033;
}

* html #hor_menu a:hover {
	padding-bottom: 0px;
}

#hor_menu {
	position: fixed;
	top: 0px;
	width: 100%;
	background: url('/templates/background_2.gif') repeat-y right;
	height: 30px;
	background-color: #F3F4F5;
}