﻿@charset "utf-8";
/* CSS Document */

.menu_item_parent a { text-decoration:none; color:#9d9d9c }
.menu_item_parent a:link { text-decoration:none; }
.menu_item_parent a:hover { text-decoration:none; color:#ff6600 }
.menu_item_parent a:active { text-decoration:none; }
.menu_item_parent a:visited { text-decoration:none; }

.menu_item_child a { text-decoration:none; color:#9d9d9c }
.menu_item_child a:link { text-decoration:none; }
.menu_item_child a:hover { text-decoration:none; color:#ff6600 }
.menu_item_child a:active { text-decoration:none; }
.menu_item_child a:visited { text-decoration:none; }

.menu_item_grandchild a { text-decoration:none; color:#9d9d9c }
.menu_item_grandchild a:link { text-decoration:none; }
.menu_item_grandchild a:hover { text-decoration:none; color:#ff6600 }
.menu_item_grandchild a:active { text-decoration:none; }
.menu_item_grandchild a:visited { text-decoration:none; }

.menu_item_grandchild2 a { text-decoration:none; color:#9d9d9c }
.menu_item_grandchild2 a:link { text-decoration:none; }
.menu_item_grandchild2 a:hover { text-decoration:none; color:#ff6600 }
.menu_item_grandchild2 a:active { text-decoration:none; }
.menu_item_grandchild2 a:visited { text-decoration:none; }

.menu_slot {
	background-image: url(/images/interface/menu_intranet_back.gif);
	background-repeat: repeat-y;
	background-position: 7px center;
	padding-top: 6px;
	padding-bottom: 16px;
}
.menu_item_parent {
	margin-left: 18px;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 14px;
}
.menu_item_parent_txtOdd {
	color: #ff6600;
}
.menu_item_child {
	margin-left: 18px;
	height: 19px;
	line-height: 19px;
	margin-right: 14px;
	background-image: url(/images/interface/bullets/menu_child.gif);
	background-repeat: no-repeat;
	background-position: 14px center;
	padding-left: 44px;
}
.menu_item_grandchild {
	margin-left: 18px;
	height: 19px;
	line-height: 19px;
	margin-right: 14px;
	background-image: url(/images/interface/bullets/menu_grandchild.gif);
	background-repeat: no-repeat;
	background-position: 14px center;
	padding-left: 44px;
}
.menu_item_grandchild2 {
	margin-left: 18px;
	height: 19px;
	line-height: 19px;
	margin-right: 14px;
	background-image: url(/images/interface/bullets/menu_grandchild2.gif);
	background-repeat: no-repeat;
	background-position: 14px center;
	padding-left: 44px;
}