/* this is the main UL element*/
.dropdown{
	display:none;
	margin:-1px;
	padding:0px;
	list-style:none;

}

/* these are the inner menus*/
.dropdown ul{
	margin:0px;
	padding:0px;
	border-top:1px solid #444;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:-1px;
	padding:0px;
	width:147px;
	height:26px;
	background: url('blue_trans.png') top left no-repeat;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFF;
	width:100%;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;	
}
.box{
	text-decoration:none;
	color:#FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;	
	padding:5px;
}

.dropdown a:hover{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;	
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0px;
	margin-left:-1px;
	margin-top:-1px;
	padding: 0px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background: url('blue_trans.png') center left no-repeat;
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	width:146px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background: url('blue_trans.png') center right no-repeat;
	padding-right:20px;
	width:105px;
}

.clsCMOn, .clsCMOver {
	font-size: 12px;
        padding: 2px 4px;
	color: #333366;
}
.bodytext {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #666666; line-height: 20pt; text-transform: none}
.bodytitle {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; color: #996600}
.blockquote {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-style: oblique; color: #6666FF; line-height: 20pt; font-size: 11px}
.a {  color: #000066}
.biline {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; line-height: 13pt; color: #000033; text-decoration: none}
.table {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; color: #333333}
.calendar {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; line-height: 13px; color: #6666FF}
