/* ######### Style for Drop Down Menu ######### */

.dropmenudivempty{ /* just to make empty tabs work without IE6.0 problem */
	width: 0px;
	visibility: hidden;
	position: absolute;
}


.dropmenudiv{
position:absolute;
top: 0;
border: 0px; /*THEME CHANGE HERE*/
border-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv h3{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #334d55;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #dddddd;
color: #000056;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #560000;
}


/*  Styles for drop down tabs*/

#xsnazzy p {margin:0 10px; letter-spacing:1px;}
/* #xsnazzy p {padding-bottom:1em;} */

.droptop, .dropbottom {display:block; background:transparent; font-size:1px;}
.dropt1, .dropt2, .dropt3, .dropt4, .dropb1, .dropb2, .dropb3, .dropb4 {display:block; overflow:hidden;}
.dropt1, .dropt2, .dropt3, .dropb1, .dropb2, .dropb3 {height:1px;}
.dropt2, .dropt3, .dropt4, .dropb2, .dropb3, .dropb4 {background:#f7f7f7; border-left:1px solid #4c607d; border-right:1px solid #4c607d;}
.dropb1 {margin:0 5px; background:#4c607d;}
.dropb2 {margin:0 3px; border-width:0 2px;}
.dropb3 {margin:0 2px;}
.dropb4 {height:2px; margin:0 1px;}
.dropt1 {margin:0 5px 0 0; background:#4c607d;}
.dropt2 {margin:0 3px 0 0; border-width:0 2px 0 1px;}
.dropt3 {margin:0 2px 0 0;}
.dropt4 {height:2px; margin:0 1px 0 0;}

.dropboxcontent {
	display:block;
	border:0 solid #4c607d;
	border-width:0 1px;
	background:#f7f7f7;/*e2ecf1*/
}


.dropboxcontent hr {
	padding:0;
	margin:0 5px 0 6px;
}