﻿.mainMenuCss
{
	width:400px;
	height:28px;
	z-index:1000;
}

.staticMenuCss
{
	1padding: 3px 5px;
}
.staticHoverCss
{
	 color:#132378 !important;
}
.staticMenuItemCss
{
	1font-weight:bolder;
	font-size:14px;
	color:#132378;
	padding:3px !important;
	text-align:center;
}
.staticSelectedCss
{
}
.dynamicSelectedCss
{
}
.dynamicHoverCss
{
	color:#ff6600 !important; 
	1background: url("img/banner_or.gif") #fff no-repeat 30% 0;
}
.dynamicMenuItemCss
{
	 padding:5px 5px 5px 5px;
	 color:#000066; 
}
.dynamicMenuCss
{
	 border-left:solid 1px #373739;
	 border-right:solid 1px #373739;
	 border-bottom:solid 1px #373739;
	 border-top:solid 1px #c2c2c2;
	 padding:2px 10px 2px 10px;
	 background-color:#E1E1E2 !important;
	 font-weight:normal;
	 z-index:1000 !important;
}