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

/*
===================================================================================================================
Top Menu
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> Show div#menu in file: style.css
*/

/*
 Lists Styles
*/
#top_menu_ul{
	float: left;
	margin: 0px;
	border: 0 none;
	height: 24px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#top_menu_ul li{
	float: left;
	position: relative;
	margin-right: 13px;
	border: 1px solid #161616;
	padding-top: 0px;
	padding-left: 0px; /*17px*/
	padding-right: 0px; /*17px*/
	height: 22px;
	list-style-type: none;
}

#top_menu_ul li:hover{
	float: left;
	position: relative;
	margin-right: 13px;
	border: 1px solid #062D54;
	padding-top: 0px;
	padding-left: 0px; /*17px*/
	padding-right: 0px; /*17px*/
	height: 22px;
	list-style-type: none;
	
	/*background-image: url(../images/bg_menu_n.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/
}

#top_menu_ul li .submenus{
	display: none;
	margin: 0px;
	padding: 8px 0px 0px !important;
}

#top_menu_ul li:hover .submenus{
	position: absolute;
	left: -1px;
	top: 23px !important;
	display: block;
	width: 171px;
	height: auto;
	z-index: 200;
	
	background-image: url(../images/menu_drop_down.png) !important;
	background-position: 0 0;
	background-repeat: repeat-y;
}

#top_menu_ul .submenus li{
	float: none;
	z-index: 200;
	margin: 0px;
	border: 0px;
	padding-left: 17px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 154px;
	height: 20px;
}

#top_menu_ul .submenus li:hover{
	float: none;
	z-index: 200;
	margin: 0px;
	padding-left: 17px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 154px;
	height: 20px;
	background-color: #0e0902;
}

/*
 Links Styles
*/
#top_menu_ul li a{
	float: left;
	height: 22px;
	color: #E3E3E3;
	text-indent: -999em;
	
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#top_menu_ul li a:hover{
	color: #6699CC;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#top_menu_ul .submenus li a{
	float: none;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	font-weight: normal;
	text-indent: 0px;
}

#top_menu_ul .submenus li a:hover{
	float: none;
	color: #AEC9E3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	font-weight: normal;
	text-indent: 0px;
}

/*
===================================================================================================================
Left Menu (Content Pages)
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> Show div#content_left_menu in file: style.css
*/

/*
 Lists Styles
*/
#content_left_menu ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
	width: 193px;
	height: auto;
}

#content_left_menu ul li{
	/* Mozzilla Browser */
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	
	clear: both;
	font-size: 13px;
	line-height: 28px;
	margin-bottom: 5px;
	padding-left: 18px;
	width: auto;
	background: transparent url(../images/bg_menu_left_1_n.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content_left_menu ul li:hover{
	background: transparent url(../images/bg_menu_left_1_h.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content_left_menu ul li.menu_2_level_selected{
	/* Mozzilla Browser */
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	
	clear: both;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 18px;
	width: auto;
	background: transparent url(../images/bg_menu_left_2.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#content_left_menu ul li.menu_2_level_selected ul {
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: none !important;
	overflow: hidden;
	padding-bottom: 8px;
	width: 175px;
	height: auto;
}

#content_left_menu ul li.menu_2_level_selected ul li {
	margin: 0px;
	padding-left: 5px;
	width: 170px;
	line-height: 18px;
	min-height: 18px;
	background: none;
}

/*
 Links Styles
*/
#content_left_menu a{
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
}

#content_left_menu ul li a{
	color: #CCCCCC;
	text-decoration: none;
}

#content_left_menu ul li.menu_2_level_selected a{
	color: #AEC9E3;
	text-decoration: none;
}

#content_left_menu ul li.menu_2_level_selected ul li a{
	padding-left: 7px;
	font-size: 11px;
	color: #CCCCCC;
	text-transform: none;
	background-image: url(../images/menu_left_line_n.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#content_left_menu ul li.menu_2_level_selected ul li a:hover{
	color: #AEC9E3;
	background-image: url(../images/menu_left_line_h.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#content_left_menu ul li.menu_2_level_selected ul li.menu_3_level_selected a {
	color: #AEC9E3;
	background-image: url(../images/menu_left_line_h.gif);
	background-repeat: no-repeat;
	background-position: center left;
}


