/*
 * CCS top menu bar
 */
#header #local {
    background: #639ace url("../../media/header/ccs/localbg.jpg") repeat-x;
}

#topMenu
	{
	width: 758px;
	margin-top: 10px;
	float: right;
	text-decoration: none;
	}
#topMenu ul
	{
	float: right;
	list-style: none;
	margin: 0; padding: 0;
	}
#topMenu li
	{
	float: right;
	margin: 0; padding: 0;
	width: 100px;
    }
#topMenu a
	{
	display: block;
	height: 32px;
	text-align: center;
	white-space: nowrap;
	padding-top: 3px; padding-left: 10px; padding-right: 10px; padding-bottom: 5px;
	text-decoration: none;
	color: white;
	line-height: normal;
	}
#topMenu a:hover
	{
	text-decoration: underline;
	}
#topMenu li.urhere
	{
	border-bottom: none;
	background: white url("../../media/tabs/tab_right.gif") no-repeat right top;
	}
#topMenu li.urhere a
	{
	color: #495bbb;
	background: url("../../media/tabs/tab_left.gif") no-repeat left top;
	}
