﻿@charset "utf-8";

.main_menu_parent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #294f79;
	background-image: url(../images/bullets/main_menu_parent.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.main_menu_parent_split {
	background-image: url(../images/interface/menu/parent_split.gif);
	background-position: right center;
	font-size: 1px;
	line-height: 1px;
	height: 8px;
	background-repeat: no-repeat;
}
.main_menu_parent a { color: #294f79; }
.main_menu_parent a:link { text-decoration:none; }
.main_menu_parent a:hover { text-decoration:none; color: #818181; }
.main_menu_parent a:active { text-decoration:none; }
.main_menu_parent a:visited { text-decoration:none; }

.main_menu_child {
	background-image: url(../images/bullets/main_menu_child.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 30px;
	color: #df805d;
	line-height: 16px;
	height: 18px;
}
.main_menu_child a { color: #df805d; text-decoration:none; }
.main_menu_child a:link {  }
.main_menu_child a:hover { text-decoration:underline; }
.main_menu_child a:active {  }
.main_menu_child a:visited {  }

.main_menu_grandchild {
	background-image: url(../images/bullets/main_menu_grandchild.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-left: 40px;
	color: #294f79;
	line-height: 16px;
	height: 18px;
}
.main_menu_grandchild a { color: #294f79; text-decoration:none; }
.main_menu_grandchild a:link {  }
.main_menu_grandchild a:hover { text-decoration:underline; }
.main_menu_grandchild a:active {  }
.main_menu_grandchild a:visited {  }

.main_menu_grandgrandchild {
	background-image: url(../images/bullets/main_menu_grandgrandchild.gif);
	background-repeat: no-repeat;
	background-position: 40px center;
	padding-left: 50px;
	color: #2263AC;
	line-height: 16px;
	height: 18px;
}
.main_menu_grandgrandchild a { color: #2263AC; text-decoration:none; }
.main_menu_grandgrandchild a:link {  }
.main_menu_grandgrandchild a:hover { text-decoration:underline; }
.main_menu_grandgrandchild a:active {  }
.main_menu_grandgrandchild a:visited {  }

.main_menu_supergrandgrandchild {
	background-image: url(../images/bullets/main_menu_grandchild.gif);
	background-repeat: no-repeat;
	background-position: 50px center;
	padding-left: 60px;
	color: #000;
	line-height: 16px;
	height: 18px;
}
.main_menu_supergrandgrandchild a { color: #000; text-decoration:none; }
.main_menu_supergrandgrandchild a:link {  }
.main_menu_supergrandgrandchild a:hover { text-decoration:underline; }
.main_menu_supergrandgrandchild a:active {  }
.main_menu_supergrandgrandchild a:visited {  }
