﻿.navigation {
				padding-top:104px;
				width: 100%;
				height: 25px;
				display: block;
				margin-top:0px;
				border-bottom:2px #00529a solid;
}
.navigation ul {
				height:25px;
				margin: 0;
				padding-left: 0;
				padding-right: 0;
				font-family : UniversLT, Arial, Helvetica, sans-serif, Verdana;
				font-size: 10pt;
				letter-spacing: 0;
				color: #00529a;
}
.navigation ul li {
				display: inline;
}
.navigation ul li a {
				text-indent: 25px;
				float: right;
				display: block;
				color: #482f91;
				margin: 0;
				text-decoration: none;
				font-family : UniversLT, Arial, Helvetica, sans-serif, Verdana;
				font-weight: bold;
				padding-top: 4px;
				padding-bottom: 4px;
				padding-right: 5px;
				font-size: 10pt;
				background-repeat: no-repeat;
				background-image: url('../imgnew/icons/menuitem.png');
				text-shadow: 2px 2px 2px #C0C0C0;
}
.navigation ul li a:hover {
				background: #482F91;
				font-size: 10pt;
				font-family : UniversLT, Arial, Helvetica, sans-serif, Verdana;
				color: white;
				background-image: url('../imgnew/icons/menuitemhover.gif');
				background-repeat: no-repeat;
}
.dropmenudiv {
				display:block;
				border: 1px solid #BBB;
				border-right: 1px solid #BBB;
				border-top: 1px solid #BBB;
				position: absolute;
				line-height: 18px;
				z-index: 100;
				background-color: white;
				width: 200px;
				visibility: hidden;
				filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
				font-weight: bold;
				font-size: 10pt;
				font-family : UniversLT, Arial, Helvetica, sans-serif, Verdana;
}
.dropmenudiv a {
				background-position: left center;
				border-bottom: 1px solid #BBB;
				display: block;
				width: 100%;
				text-indent: 25px;
				text-decoration: none;
				font-weight: normal;
				color: #000000;
				font-family: UniversLT, Arial, Helvetica, sans-serif, Verdana;
				font-size: 10pt;
				padding-left: 0;
				padding-right: 0;
				padding-top: 2px;
				padding-bottom: 2px;
				border-left-width: 1px;
				border-right-width: 1px;
				background-image: url('../imgnew/icons/menuitem.gif');
				background-repeat: no-repeat;
				text-shadow: 2px 2px 2px #C0C0C0;
}
* html .dropmenudiv a {
				width: 100%;
}
.dropmenudiv a:hover {
				background-color: #482f91;
				color: #FFFFFF;
				background-image: url('../imgnew/icons/menuitemhover.gif');
				background-repeat: no-repeat;
}



