@charset "utf-8";
/* CSS Document */

/*
DROPDOWN
*/    
.dropHolder html, .dropHolder div, .dropHolder span, .dropHolder applet, .dropHolder object, .dropHolder iframe, .dropHolder blockquote, .dropHolder pre,
.dropHolder a, .dropHolder abbr, .dropHolder acronym, .dropHolder address, .dropHolder big, .dropHolder cite, .dropHolder code,
.dropHolder del, .dropHolder dfn, .dropHolder em, .dropHolder font, .dropHolder img, .dropHolder ins, .dropHolder kbd, .dropHolder q, .dropHolder s, .dropHolder samp,
.dropHolder small, .dropHolder strike, .dropHolder strong, .dropHolder sub, .dropHolder sup, .dropHolder tt, .dropHolder var,
.dropHolder dl, .dropHolder dt, .dropHolder dd, .dropHolder ol, .dropHolder ul, .dropHolder li{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
.dropHolder ol, .dropHolder ul {
	list-style:none;
}
#textBox ol, #textBox ul { padding-left:20px;}
    
.dropHolder {width:90px; float:left; height:1px; margin-left:88px;
	line-height:1.2em;
	color:#000;
	font-variant:small-caps;
	font-size:15px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	}   
    
.dropdown-menu {
    width:90px;
    position:absolute;
    cursor:pointer;
    z-index:1000px;
	width:95px;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
    color:#000 !important;
    display:block !important;
    text-decoration:none !important; 
    margin:0 !important;
	width:95px;
}

.dropdown-menu a:hover {
    color:#cb0202 !important;
    text-decoration:none !important;
	width:95px;
}

.dropdown-menu .slide-down {
    background:url(images/navTop.png) no-repeat;
	width:95px;
}

.menu-first {
    background:transparent url(images/navTop.png) no-repeat;
	text-align:center;
    padding:0px 0px 0px 0px;
	height:64px;
	width:95px;
	vertical-align:bottom;
	line-height:14px;
}

.menu-first2{
	position:relative; bottom:-58px; z-index:100;
}

.down-list {
    background:url(images/NavMiddle.png) repeat-y;
    margin-left:0px;
	width:95px;
	z-index:500;
	font-size:13px;
}
.down-list li {
    padding:0px 0px 0px 0px;
	text-align:center;
    background:url(images/NavMiddle.png) repeat-y;
	width:95px;
	height:24px;
	line-height:24px;
	vertical-align:bottom;
}
.down-list .lastLI { width:95px; line-height:12px; height:12px;
	vertical-align:bottom; background:url(images/NavMiddle.png) repeat-y;
}