﻿
.staticMenuStyle
{
	width: 916px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}





.staticMenuStyleItem
{
	background-image:url(../images/menu/off.jpg);
	background-repeat: repeat-x;
	height:30px;
	font-size:13px;
	font-family: "EuropeExt", "sans-serif";
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	line-height:30px;
	vertical-align:baseline;
	font-family:"EuropeExt",sans-serif;
	border-style:none;
	display:block;
	width:150px;
}


.dynamicMenuItemStyle
{
	background-image:url(../images/menu/off.jpg);
	background-repeat: repeat-x;
	height:30px;
	display:block;
	width:150px;
	line-height:30px;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	font-family:"EuropeExt", sans-serif;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

.dynamicHoverStyle
{
	background-image:url(../images/menu/off5.jpg);
	background-repeat: repeat-x;
	height:30px;
	display:block;
	width:150px;
	line-height:30px;
	text-align:center;
	font-size:13px;
	font-family:"EuropeExt", sans-serif;
	text-transform:capitalize;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	color:#000000;
}



