﻿body
{
}

/*****************************/
/* Menu Section this is the */
#HorizontalMenu
{
	margin-left: 290px;
	height: 40px;
}


/* This is the skin */
.HorizontalMenuBar
{
	text-align:   center;
	vertical-align: middle;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-top: 10px;
	margin-right: 8px;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #E3E4E6;

}

.horizontalStaticSelected
{
	cursor: hand;
	color: #2D6691;	
}

.horizontalMenuStaticMenuItemStyle
{
	width: 220px;
	
	border-right-style: solid;
	border-right-color: White;
	border-right-width: 1px;
	

}

.horizontanlDynamicHoverStyle
{
	color: #2D6691;
}
.horizontalDynamicMenuStyle
{
	color: #2D6691;
}

.horizontalDynamicMenuItemStyle
{
	color: #2D6691;
}

.horizontalStaticHoverStyle
{
	cursor: hand;
	color: #2D6691;
}

/* End of Menu Section
