.TaskBar {
	width:100%;
	height:26px;
	background-color:#cccccc;
	border-bottom:2px solid #000;
	text-align:left;
	font-weight:bold;
	padding-top:4px;
}

.taskbarmenu {
	margin-left:10px;
	font-size:11px;
	position:relative;
	z-index:100;
	top:0;
}

/* remove all the bullets, borders and padding from the default list styling */
.taskbarmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.taskbarmenu ul ul {
	width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown taskbarmenu positon */
.taskbarmenu li {
	float:left;
	width:157px;
	position:relative;
}
/* style the links for the top level */
.taskbarmenu a:visited {
	display:block;
	width:150px;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	height:20px; 
	border:1px solid #000; 
	border-width:1px 1px 1px 1px; 
	background:#758279; 
	line-height:20px;
}

.taskbarmenu a {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	width:150px; 
	height:20px; 
	border:1px solid #000; 
	border-width:1px 1px 1px 1px; 
	background:#758279; 
	padding-left:10px; 
	line-height:20px;
	text-align: left;
}

/* a hack so that IE5.5 faulty box model is corrected */
.taskbarmenu a:visited {
	width:150px;
	w\idth:146px;
}

.taskbarmenu a {
	width:150px;
	w\idth:146px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.taskbarmenu table {
	position:absolute;
	top:0;
	left:0;
}

/* style the second level background */
.taskbarmenu ul ul a.drop:visited {
	background:#d4d8bd bottom right no-repeat;
}

.taskbarmenu ul ul a.drop {
	background:#d4d8bd bottom right no-repeat;
}

/* style the second level hover */
.taskbarmenu ul ul a.drop:hover{
	background:#c9ba65 bottom right no-repeat;
}

.taskbarmenu ul ul :hover > a.drop {
	background:#c9ba65 bottom right no-repeat;
}

/* style the third level background */
.taskbarmenu ul ul ul a:visited {
	background:#e2dfa8;
}

.taskbarmenu ul ul ul a {
	background:#e2dfa8;
}

/* style the third level hover */
.taskbarmenu ul ul ul a:hover {
	background:#b2ab9b;
}/* hide the sub levels and give them a positon absolute so that they take up no room */

.taskbarmenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0; 
	width:157px;
}

/* another hack for IE5.5 */
* html .taskbarmenu ul ul {
	top:25px;
	t\op:21px;
}

/* position the third level flyout taskbarmenu */
.taskbarmenu ul ul ul{
	left:150px; 
	top:0;
	width:157px;
}
/* position the third level flyout taskbarmenu for a left flyout */
.taskbarmenu ul ul ul.left {
	left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.taskbarmenu table {
	position:absolute;
	top:0;
	left:0;
}

/* style the second level links */
.taskbarmenu ul ul a:visited {
	background:#d4d8bd; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:129px
	/* yet another hack for IE5.5 */
}

.taskbarmenu ul ul a {
	background:#d4d8bd; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:129px
	/* yet another hack for IE5.5 */
}

.taskbarmenu ul ul a{
	width:129px;
}

/* style the top level hover */
.taskbarmenu ul ul a:hover{
	color:#fff; 
	background:#949e7c;
}
.taskbarmenu a:hover{
	color:#fff; 
	background:#949e7c;
}
.taskbarmenu ul ul :hover > a {
	color:#fff;
	background:#949e7c;
}

.taskbarmenu :hover > a {
	color:#fff;
	background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.taskbarmenu ul a:hover ul{
	visibility:visible; 
}

.taskbarmenu ul li:hover ul{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.taskbarmenu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.taskbarmenu ul :hover ul :hover ul{ 
	visibility:visible;
}

.style6 {
	color: #FF3300
}