/* CSS Document */

#header-menu {
	background-color: transparent;
	background-image: url(/images/menu/pillar-menu_bg-v2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 40px;
	width: 700px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b5111a;
	border-bottom-color: #333333;
}

/* START TOP MENU */
#header-menu li {
	display: inline;
	margin:0;
	padding:0;
	height: 100%;
}

#header-menu li a:link {
	color: #aabbaa;
	background-image: url(/images/menu/tab_menu_bg-out.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 38px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 38px;
	text-decoration: none;
}

#header-menu li a:visited { 
	color: #aabbaa;
	background-image: url(/images/menu/tab_menu_bg-out.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 38px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 38px;
	text-decoration: none;
}

#header-menu li a:hover {
	color: #fff;
	background-image: url(/images/menu/tab_menu_bg-over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 38px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 38px;
	text-decoration: none;	
}

#header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#header-menu a {
    float:right;
    margin:0;
    padding:0px;
    text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #898989;
	border-right-color: #454545;
	border-bottom-color: #4b4b4b;
	border-left-color: #6f6f6d;
	/* background:url("tableftF.gif") no-repeat left top; */
}

/* END TOP MENU */