﻿#menux-containerx
{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0;
	display: block;
}
#menux
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	padding:0;
	margin:0 auto; 
	width: 800px;
	display: block;
	}
	
.Menu1
{
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;
}

.StaticMenuItemStyle, .StaticMenuItemStyle a
{
	/* Defines the look of main menu items. */
	border: 2px inset #00FFFF;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	background-color: #0483F9;
	vertical-align: middle;
	height: 30px;
}

.StaticHoverStyle, .StaticSelectedStyle
{
	/* Defines the look of active and hover menu items */
	border: 2px inset #00FFFF;
	background-color: #FFFFCC;
	color: #0483F9;
	height: 30px;
}
.StaticHoverStyle, .StaticHoverStyle a
{
	/* Defines the look of active and hover menu items */
	border-color: #00FFFF;
	background-color: #FFFFCC;
	color: #3493c3;
}
.DynamicMenuItemStyle
{
	/* Defines the look of main menu items. */
	border: 2px inset #00FFFF;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	background-color: #0483F9;
	vertical-align: middle;
	height: 30px;
}
.DynamicMenuItemStyle a
{
	/* Defines the look of main menu items. */
	border: 2px inset #00FFFF;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	background-color: #0483F9;
	height: 30px;
}

.DynamicHoverStyle, .DynamicHoverStyle a
{
	/* Defines the hover style of sub menus */
	border: 2px inset #00FFFF;
	background-color: #FFFFCC;
	color: #0483F9;
	height: 30px;
}

.DynamicHoverStyle a
{
	/* Removes the underline from links in the sub menus */
	text-decoration: none;
}

