﻿.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
color:Black;
background-color:White;
text-decoration:none;
}

.indentmenu ul li{
display:inline;
}

.indentmenu ul li a{
float: left;
color: Black; /*text color*/
padding: 5px 11px;
text-decoration:none;
border-right: 1px solid #564c66;
}

.indentmenu ul li a:visited{
color: Black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/ustMen.gif) center center repeat-x;
text-decoration:none;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.edtYOL
{
	font-family:Tahoma;
	font-size:13pt;
	font-weight:bold;
	COLOR: #000000;
	background-color: #ff9900 ;
}
.btnTableButton
{
background-color:#882C10;
color:#F2EDDA;
font-family:Tahoma;
font-weight:bold;
font-size:10pt;
border:1px groove #882C10;
}
