﻿#divNavigation
{
	width: 1025px;
	height: 30px;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: Transparent;
	/*background-image: url(../Images/menu_bg_center_2b.png);
	background-repeat: repeat-x;*/
}

	
#navigation-top {
	padding: 0;
	margin: 0px;
	list-style: none;
	width: 100%;
	height: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff9d0;
}

#navigation-top li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	/*font-variant: small-caps;*/
	font-style: normal;
	font-weight: normal;
}
#navigation-top li a:link, #navigation-top li a:visited {
	padding: 0;
	line-height:26px;
	display:block;
	text-decoration:none;
	color: #fff9d0;
	width: 256px;
	height: 30px;
	/*background-image: url(../Images/menu_bg_center_2b.png);
	background-repeat: repeat-x;*/
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
}

#navigation-top li:hover a, #navigation-top li a:hover{
	padding:0;
	display:block;
	background-color: Transparent;
	color: #000;
	width:256px;
	height:30px;
	background-image: url(../App_Themes/Main/Images/menu_hover1.png);
	background-repeat: repeat-x;
}

#navigation-top li a:active 
{
	background-image: url(../App_Themes/Main/Images/menu_hover1.png);
	background-repeat: repeat-x;
	color: #a50301;
}