/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	border:2px solid #CCCCCC;

}

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

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:125px;
	background-color:#F0F0F0;
	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:#000000;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

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

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background:#000 url('expand_down.gif') center left no-repeat;
	padding-left:20px;
	width:105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:#000 url('expand_right.gif') center right no-repeat;
	padding-right:20px;
	width:105px;
}
.h3tutorialheader {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 4px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #74743A;
}
.marker {
	font-weight: bold;
	color: #2A2A2A;
	line-height: normal;
	font-variant: normal;
}
.marker2 {
	color: #FF3300;
	font-weight: bold;
}
.TutorialHeader {
	width: 657px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	clear: both;
	float: none;
	overflow: visible;
	margin-left: 0px;
	background-image: url(../images/tutorials/step_background.gif);
	height: 30px;
}

.TutorialText {
	width: 637px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 40px;
	clear: none;
	float: none;
	margin-left: 0px;
	background-image: url(../images/tutorials/text_background.gif);
	background-repeat: repeat-y;
}

.TutorialTitle {
	font-size: 15px;
	font-weight: bold;
}

.tip {
	border-top-width: 0px;
	border-top-style: solid;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #FF9933;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
	border-left-color: #FF9933;
}
.note {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8EB238;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8EB238;
	border-right-color: #8EB238;
	border-bottom-color: #8EB238;
	border-left-color: #8EB238;
	text-transform: uppercase;
}
