/* CSS Document */
/* CSS Document */
.title{
	background-color:#eeeeee;
	color:#333333;
	width:197px;
	font-family: Verdana;
	font-size: 1.0em;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 15px;
	height: auto;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
}
.title:hover{
	background-color:#dfdfdf;
	color: #0000FF;
}
.titleover {/*for ie6 mouseover only*/
	background-color:#dfdfdf;
	color:#0000FF;
	width:197px;
	font-family: Verdana;
	font-size: 1.0em;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 15px;
	height: auto;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
}
.subtitle {
	background-image: url(../flib/dropBg.jpg);
	background-repeat: no-repeat;
	color:#333333;
	width:200px;
	font-family: Verdana;
	font-size: 1.0em;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 15px;
	height: auto;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
}
.subtitle:hover {
	background-color:#EBEBEB;
	background-image: url(../flib/dropBg_over.jpg);
	background-repeat: repeat;
	color: #0000FF;
	text-decoration: none;
}
.subtitleover {/*for ie 6 mouse over only*/
	background-color:#EBEBEB;
	background-image: url(../flib/dropBg_over.jpg);
	background-repeat: repeat;
	color:#0000FF;
	width:200px;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 15px;
	height: auto;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: Verdana;
	font-size: 1.0em;
}

.submenu {
	display: none;
	font-family: Verdana;
	font-size: 1.0em;
	background-color:#F2F2F2;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	width:197px;
	margin-bottom:1px;	/*border-width:2px;
	border-style: solid;
	border-color: #EBEBEB;*/
}
.newmaster ul {
	font-family: Verdana;
	font-size: 1.0em;
	padding-left:10px;
}
.newmaster li {
	background-image: url(../flib/redBullet3.jpg);
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px !important;
	margin-left /**/: 0px;
	margin-right:5px;
	padding-left:15px;
	padding-top: 2px;
	background-position: 5px 6px;
}

.smallCaps{
	font-variant: small-caps;
	font-size: 12px;
}
/*body {
	background-image: url(../flib/leftMenuBg.jpgss);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}*/


