﻿.subNavigation
{
    background-color: #e4e4e4;
    border: solid 1px #afafaf;
}
.sub_spacer
{
    background-color: #7f7f7f;
    width: 4px;
}
.subnavItem
{
    background-color: #e4e4e4;
    color: #7f7f7f;
    padding: 2px 25px 2px 5px;
    border-bottom: #7f7f7f thin dotted;
    cursor: pointer;
}
.subnavItemOver
{
    background-color: #7f7f7f;
    color: #ffffff;
    padding: 2px 25px 2px 5px;
    border-bottom: #7f7f7f thin dotted;
    cursor: pointer;
}
.sniLink
{
    color: #808080;
    text-decoration: none;
}
.navItem
{
    text-align: right;
    vertical-align: top;
    padding-top: 32px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: auto;
}

#nav li {
	float: left;
	padding-right: 10px;
	text-align: left;
}
#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.HoverMenu ul 
{
	left: auto;
}


#mbox
{
    background-color:#ffffff;
    padding:8px;
    border:2px outset #666;
}
#mbm
{
    font-family: Arial;
    font-weight:bold;
    float:right;
    padding-bottom:5px;
}
#ol
{
    background-image: url(/images/overlay.png);
}
.dialog 
{
    display:none
}
.td_dialog_notice
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #1c539b;
}
.td_dialog_text
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}
.td_dialog_option
{
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: #000000;
}
.dialog_link
{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #1c539b;
    text-decoration: none;
}
* html #ol
{
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}
                  
